fix error message on quitting review

This commit is contained in:
Dr. Matthias Ratajczak
2023-02-01 16:48:22 +01:00
parent 57aa7bdc94
commit 0bacfe7caf
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 {