mirror of
https://github.com/esp-rs/esp-idf-hal.git
synced 2025-09-28 21:01:26 +00:00
Make Clippy happy
This commit is contained in:
parent
88aee9489f
commit
6ba4323e1d
@ -6,7 +6,7 @@
|
||||
feature(impl_trait_projections),
|
||||
allow(incomplete_features)
|
||||
)]
|
||||
#![allow(clippy::unused-unit)] // enumset
|
||||
#![allow(clippy::unused_unit)] // enumset
|
||||
|
||||
#[cfg(all(not(feature = "riscv-ulp-hal"), not(esp_idf_comp_driver_enabled)))]
|
||||
compile_error!("esp-idf-hal requires the `driver` ESP-IDF component to be enabled");
|
||||
|
Loading…
x
Reference in New Issue
Block a user