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

Add GitHub workflow #4

Merged
merged 76 commits into from
Jul 11, 2024

workflows: disable semver checks for now

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

Add GitHub workflow #4

workflows: disable semver checks for now
74ceaa8
Select commit
Loading
Failed to load commit list.
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)