fix error message on quitting review

This commit is contained in:
steven-omaha
2023-02-01 16:48:22 +01:00
parent 597b74cb71
commit 537529cb77
2 changed files with 13 additions and 7 deletions
-1
View File
@@ -24,7 +24,6 @@ pub struct Pacdef {
groups: HashSet<Group>,
}
// TODO review
impl Pacdef {
#[must_use]
pub fn new(args: ArgMatches, config: Config, groups: HashSet<Group>) -> Self {