From e78935174049e93122b2b1ae5958a20d9cf0664c Mon Sep 17 00:00:00 2001 From: Ralf Biedert Date: Sun, 22 Dec 2024 17:30:18 +0100 Subject: [PATCH] This somehow passed in nightly. --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Cargo.toml b/Cargo.toml index 3c0cb1f..6d62af9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -22,6 +22,7 @@ cast_possible_wrap = "allow" # we're doing too much math for this cast_precision_loss = "allow" # we're doing too much math for this cast_sign_loss = "allow" # we're doing too much math for this unreadable_literal = "allow" # only really used in tests where it doesn't matter +module_name_repetitions = "allow" # looks nicer #[profile.release]