Refactor code based on clippy suggestions
This commit is contained in:
@@ -15,7 +15,7 @@ mod sha1;
|
||||
mod utils;
|
||||
|
||||
fn main() {
|
||||
const RUN_ALL: bool = false;
|
||||
const RUN_ALL: bool = true;
|
||||
if RUN_ALL {
|
||||
set1::challenge1();
|
||||
set1::challenge2();
|
||||
|
||||
Reference in New Issue
Block a user