Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make building OpenOCD deterministic #23

Merged
merged 1 commit into from
Mar 13, 2024

Make building OpenOCD deterministic

013033c
Select commit
Loading
Failed to load commit list.
Sign in for the full log view
Merged

Make building OpenOCD deterministic #23

Make building OpenOCD deterministic
013033c
Select commit
Loading
Failed to load commit list.
GitHub Actions / clippy succeeded Mar 13, 2024 in 0s

clippy

2 warnings

Details

Results

Message level Amount
Internal compiler error 0
Error 0
Warning 2
Note 0
Help 0

Versions

  • rustc 1.67.1 (d5a82bbd2 2023-02-07)
  • cargo 1.67.1 (8ecd4f20a 2023-01-10)
  • clippy 0.1.67 (d5a82bb 2023-02-07)

Annotations

Check warning on line 25 in debug-test/src/bin/print_a.rs

See this annotation in the file changed.

@github-actions github-actions / clippy

empty `loop {}` wastes CPU cycles

warning: empty `loop {}` wastes CPU cycles
  --> debug-test/src/bin/print_a.rs:25:5
   |
25 |     loop {}
   |     ^^^^^^^
   |
   = help: you should either use `panic!()` or add a call pausing or sleeping the thread to the loop body
   = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#empty_loop
   = note: `#[warn(clippy::empty_loop)]` on by default

Check warning on line 25 in debug-test/src/bin/print_b.rs

See this annotation in the file changed.

@github-actions github-actions / clippy

empty `loop {}` wastes CPU cycles

warning: empty `loop {}` wastes CPU cycles
  --> debug-test/src/bin/print_b.rs:25:5
   |
25 |     loop {}
   |     ^^^^^^^
   |
   = help: you should either use `panic!()` or add a call pausing or sleeping the thread to the loop body
   = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#empty_loop
   = note: `#[warn(clippy::empty_loop)]` on by default