Skip to content

Commit

Permalink
override clippy empty loop
Browse files Browse the repository at this point in the history
  • Loading branch information
AdinAck authored and usbalbin committed Nov 10, 2024
1 parent 1a98a67 commit 46d44d8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions examples/cordic.rs
Original file line number Diff line number Diff line change
Expand Up @@ -53,5 +53,6 @@ fn main() -> ! {
let magnitude = cordic.run::<Magnitude>((I1F15::from_num(0.25), I1F15::from_num(0.5)));
println!("magnitude: {}", magnitude.to_num::<f32>());

#[allow(clippy::empty_loop)]
loop {}
}

0 comments on commit 46d44d8

Please sign in to comment.