From 9238fc161ceaf88dd754d71b4fb65393dcee964b Mon Sep 17 00:00:00 2001 From: Alex Povel Date: Sat, 5 Oct 2024 21:32:34 +0200 Subject: [PATCH] chore(lints): Remove removed lint --- Cargo.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 94db333..20c870e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -104,7 +104,6 @@ module_name_repetitions = { level = "allow", priority = 1 } # and made it more strict. Will perhaps get too annoying. absolute_paths_not_starting_with_crate = "warn" -box_pointers = "allow" # Not useful nowadays deprecated_safe = "warn" elided_lifetimes_in_paths = "warn" explicit_outlives_requirements = "warn"