From 9319f4858b98a7ce1cfb888450ffe08e9cdb43c0 Mon Sep 17 00:00:00 2001 From: Lokathor Date: Mon, 13 May 2024 10:53:18 -0600 Subject: [PATCH] make clippy be quiet about useless nonsense. --- src/contiguous.rs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/contiguous.rs b/src/contiguous.rs index 538514b..91308d0 100644 --- a/src/contiguous.rs +++ b/src/contiguous.rs @@ -1,3 +1,5 @@ +#![allow(clippy::legacy_numeric_constants)] + use super::*; /// A trait indicating that: