Fix new clippy lint
1 files changed, 1 insertions(+), 1 deletions(-) M Cargo.toml
M Cargo.toml => Cargo.toml +1 -1
@@ 17,8 17,8 @@ clap = "4.0.18" petgraph = { version = "0.6.0", default-features = false, features = ["stable_graph"] } [lints.rust] rust_2018_idioms = { level = "warn", priority = -1 } missing_debug_implementations = "warn" rust_2018_idioms = "warn" semicolon_in_expressions_from_macros = "warn" unused_import_braces = "warn" unused_qualifications = "warn"