From 4f0e7d8f14022195cd94456156270ff9ba89f382 Mon Sep 17 00:00:00 2001 From: Jonas Platte Date: Thu, 13 Jun 2024 21:01:22 +0200 Subject: [PATCH] Fix new clippy lint --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 2630f26..635af0c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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" -- 2.45.2