diff options
| author | Dario Nieuwenhuis <[email protected]> | 2024-05-31 21:41:42 +0200 |
|---|---|---|
| committer | Dario Nieuwenhuis <[email protected]> | 2024-05-31 21:54:42 +0200 |
| commit | 999a2ad829d05b2a34797cf43d625d09bd796a58 (patch) | |
| tree | f6e5a6bb0f9990d79ac46a82981654947b2eec36 /embassy-net-adin1110 | |
| parent | ba940017ee8cabbb2a371243adc040b3460cd71c (diff) | |
Fix all check-cfg errors in the entire repo.
the main ci.sh now passes if running with nightly.
Diffstat (limited to 'embassy-net-adin1110')
| -rw-r--r-- | embassy-net-adin1110/Cargo.toml | 1 | ||||
| -rw-r--r-- | embassy-net-adin1110/src/lib.rs | 2 |
2 files changed, 1 insertions, 2 deletions
diff --git a/embassy-net-adin1110/Cargo.toml b/embassy-net-adin1110/Cargo.toml index 97579a467..4a856fac3 100644 --- a/embassy-net-adin1110/Cargo.toml +++ b/embassy-net-adin1110/Cargo.toml | |||
| @@ -29,7 +29,6 @@ critical-section = { version = "1.1.2", features = ["std"] } | |||
| 29 | futures-test = "0.3.28" | 29 | futures-test = "0.3.28" |
| 30 | 30 | ||
| 31 | [features] | 31 | [features] |
| 32 | default = [ ] | ||
| 33 | defmt = [ "dep:defmt", "embedded-hal-1/defmt-03" ] | 32 | defmt = [ "dep:defmt", "embedded-hal-1/defmt-03" ] |
| 34 | log = ["dep:log"] | 33 | log = ["dep:log"] |
| 35 | 34 | ||
diff --git a/embassy-net-adin1110/src/lib.rs b/embassy-net-adin1110/src/lib.rs index d98e98422..7f1c772e2 100644 --- a/embassy-net-adin1110/src/lib.rs +++ b/embassy-net-adin1110/src/lib.rs | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | #![cfg_attr(not(test), no_std)] | ||
| 1 | #![deny(clippy::pedantic)] | 2 | #![deny(clippy::pedantic)] |
| 2 | #![allow(async_fn_in_trait)] | 3 | #![allow(async_fn_in_trait)] |
| 3 | #![cfg_attr(not(any(test, feature = "std")), no_std)] | ||
| 4 | #![allow(clippy::module_name_repetitions)] | 4 | #![allow(clippy::module_name_repetitions)] |
| 5 | #![allow(clippy::missing_errors_doc)] | 5 | #![allow(clippy::missing_errors_doc)] |
| 6 | #![allow(clippy::missing_panics_doc)] | 6 | #![allow(clippy::missing_panics_doc)] |
