Skip to content

Commit d7744e7

Browse files
committed
Update nightly. feature(async_fn_in_trait) is no longer incomplete.
1 parent f5edd6c commit d7744e7

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.github/workflows/clippy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,6 @@ jobs:
1515
with:
1616
# embedded-hal-async needs nightly.
1717
# Use a pinned version to avoid spontaneous breakages (new clippy lints are added often)
18-
toolchain: nightly-2022-11-22
18+
toolchain: nightly-2023-07-03
1919
components: clippy
2020
- run: cargo clippy --features=embedded-hal-bus/std -- --deny=warnings

embedded-hal-async/src/lib.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
#![doc = include_str!("../README.md")]
22
#![warn(missing_docs)]
33
#![no_std]
4-
#![allow(incomplete_features)]
54
#![feature(async_fn_in_trait, impl_trait_projections)]
65

76
pub mod delay;

0 commit comments

Comments
 (0)