We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f5edd6c commit d7744e7Copy full SHA for d7744e7
.github/workflows/clippy.yml
@@ -15,6 +15,6 @@ jobs:
15
with:
16
# embedded-hal-async needs nightly.
17
# Use a pinned version to avoid spontaneous breakages (new clippy lints are added often)
18
- toolchain: nightly-2022-11-22
+ toolchain: nightly-2023-07-03
19
components: clippy
20
- run: cargo clippy --features=embedded-hal-bus/std -- --deny=warnings
embedded-hal-async/src/lib.rs
@@ -1,7 +1,6 @@
1
#![doc = include_str!("../README.md")]
2
#![warn(missing_docs)]
3
#![no_std]
4
-#![allow(incomplete_features)]
5
#![feature(async_fn_in_trait, impl_trait_projections)]
6
7
pub mod delay;
0 commit comments