From 075fb6b73b72e92a3f46f0bea218911719c46fe2 Mon Sep 17 00:00:00 2001 From: Bart Brouns Date: Thu, 14 Nov 2024 00:46:25 +0100 Subject: [PATCH] add nursery --- src/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib.rs b/src/lib.rs index bb428b7..e15a0cc 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -19,7 +19,7 @@ https://github.com/neodsp/simper-filter // #![deny(clippy::all)] #![warn(clippy::pedantic)] // #![warn(clippy::cargo)] -// #![warn(clippy::nursery)] +#![warn(clippy::nursery)] #![feature(portable_simd)] #![feature(get_mut_unchecked)] use array_init::array_init;