Skip to content

chore(*): use latest atat, with new urc channel & replace fugit with embassy-time #189

chore(*): use latest atat, with new urc channel & replace fugit with embassy-time

chore(*): use latest atat, with new urc channel & replace fugit with embassy-time #189

GitHub Actions / clippy failed Sep 12, 2023 in 0s

clippy

1 error

Details

Results

Message level Amount
Internal compiler error 0
Error 1
Warning 0
Note 0
Help 0

Versions

  • rustc 1.72.0 (5680fa18f 2023-08-23)
  • cargo 1.72.0 (103a7ff2e 2023-08-15)
  • clippy 0.1.72 (5680fa1 2023-08-23)

Annotations

Check failure on line 1 in /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/embedded-io-async-0.5.0/src/lib.rs

See this annotation in the file changed.

@github-actions github-actions / clippy

`#![feature]` may not be used on the stable release channel

error[E0554]: `#![feature]` may not be used on the stable release channel
 --> /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/embedded-io-async-0.5.0/src/lib.rs:1:1
  |
1 | #![feature(async_fn_in_trait, impl_trait_projections)]
  | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^