Update README.md #62
GitHub Actions / clippy
failed
Jan 2, 2024 in 0s
clippy
1 error
Details
Results
Message level | Amount |
---|---|
Internal compiler error | 0 |
Error | 1 |
Warning | 0 |
Note | 0 |
Help | 0 |
Versions
- rustc 1.77.0-nightly (e51e98dde 2023-12-31)
- cargo 1.77.0-nightly (ac6bbb332 2023-12-26)
- clippy 0.1.77 (e51e98d 2023-12-31)
Annotations
github-actions / clippy
unresolved import `core::sync::atomic::AtomicU64`
error[E0432]: unresolved import `core::sync::atomic::AtomicU64`
--> /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/esp-idf-hal-0.40.1/src/interrupt.rs:1:26
|
1 | use core::sync::atomic::{AtomicU64, Ordering};
| ^^^^^^^^^
| |
| no `AtomicU64` in `sync::atomic`
| help: a similar name exists in the module: `AtomicU32`
Loading