From 5e7f83e3d2b6bf43b1c19d7e4ec10482b3ec1d6b Mon Sep 17 00:00:00 2001 From: Lambda Date: Thu, 20 Feb 2025 17:36:49 +0000 Subject: [PATCH] prepare for edition 2024 --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Cargo.toml b/Cargo.toml index 6687c855..40029de4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -13,6 +13,7 @@ unused_import_braces = "warn" unused_lifetimes = "warn" unused_macro_rules = "warn" unused_qualifications = "warn" +rust-2024-compatibility = "warn" [workspace.lints.clippy] # Groups. Keep alphabetically sorted