Skip to content

Commit

Permalink
disallow cast_lossless
Browse files Browse the repository at this point in the history
  • Loading branch information
magnetophon committed Nov 20, 2024
1 parent a20130b commit 4ac80a8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@ TODO: research choke event, possibly clear_taps()
#![allow(clippy::cast_sign_loss)]
#![allow(clippy::too_many_lines)]
#![allow(clippy::too_many_arguments)]
#![allow(clippy::cast_lossless)]
#![allow(clippy::cognitive_complexity)]
#![allow(clippy::type_complexity)]
#![feature(portable_simd)]
Expand Down

0 comments on commit 4ac80a8

Please sign in to comment.