We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c0209d7 commit e7869a4Copy full SHA for e7869a4
examples/cordic.rs
@@ -53,5 +53,6 @@ fn main() -> ! {
53
let magnitude = cordic.run::<Magnitude>((I1F15::from_num(0.25), I1F15::from_num(0.5)));
54
println!("magnitude: {}", magnitude.to_num::<f32>());
55
56
+ #[allow(clippy::empty_loop)]
57
loop {}
58
}
0 commit comments