Skip to content

Commit

Permalink
add nursery
Browse files Browse the repository at this point in the history
  • Loading branch information
magnetophon committed Nov 13, 2024
1 parent ae2eee7 commit 075fb6b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 075fb6b

Please sign in to comment.