Skip to content

Commit 46d44d8

Browse files
AdinAckusbalbin
authored andcommitted
override clippy empty loop
1 parent 1a98a67 commit 46d44d8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

examples/cordic.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,5 +53,6 @@ fn main() -> ! {
5353
let magnitude = cordic.run::<Magnitude>((I1F15::from_num(0.25), I1F15::from_num(0.5)));
5454
println!("magnitude: {}", magnitude.to_num::<f32>());
5555

56+
#[allow(clippy::empty_loop)]
5657
loop {}
5758
}

0 commit comments

Comments
 (0)