Add GitHub workflow #4
Merged
GitHub Actions / clippy
succeeded
Jul 11, 2024 in 0s
reviewdog [clippy] report
reported by reviewdog 🐶
Findings (0)
Filtered Findings (1)
/home/runner/.cargo/git/checkouts/embassy-9312dcb0ed774b29/ed3da17/embassy-hal-internal/src/interrupt.rs|140 col 17| warning: docs for unsafe trait missing # Safety
section
--> src/lib.rs:21:1
|
21 | / embassy_hal_internal::interrupt_mod!(
22 | | WDT0,
23 | | DMA0,
24 | | GPIO_INTA,
... |
78 | | HASHCRYPT,
79 | | );
| |_^
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#missing_safety_doc
= note: #[warn(clippy::missing_safety_doc)]
on by default
= note: this warning originates in the macro embassy_hal_internal::interrupt_mod
(in Nightly builds, run with -Z macro-backtrace for more info)
Loading