We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f619dcc commit 1733680Copy full SHA for 1733680
crackers/src/bin/crackers/main.rs
@@ -40,9 +40,7 @@ pub enum CrackersCommands {
40
library: Option<PathBuf>,
41
},
42
/// Attempt to synthesize a code-reuse attack based on the provided configuration file
43
- Synth {
44
- config: PathBuf,
45
- }
+ Synth { config: PathBuf },
46
}
47
48
#[derive(Parser, Debug)]
0 commit comments