Skip to content

Commit

Permalink
supress intentional clippy::empty_loop warning
Browse files Browse the repository at this point in the history
  • Loading branch information
toasterparty committed May 16, 2024
1 parent 6b34e26 commit ecf334a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions compile_to_ppc/primeapi-rs/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,7 @@ fn halt() -> ! {
// unsafe {
// PPCHalt()
// }
#![allow(clippy::empty_loop)]
loop {}
}

Expand Down

0 comments on commit ecf334a

Please sign in to comment.