We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 739fa02 commit fb30c9bCopy full SHA for fb30c9b
.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-2023-07-03
+ toolchain: nightly-2023-10-14
19
components: clippy
20
- - run: cargo clippy --all-features -- --deny=warnings
+ - run: cargo clippy --all-features -- --deny=warnings
.github/workflows/rustdoc.yml
@@ -13,5 +13,5 @@ jobs:
13
- uses: actions/checkout@v3
14
- uses: dtolnay/rust-toolchain@master
- - run: RUSTDOCFLAGS="--deny=warnings --cfg=docsrs" cargo doc --all-features
+ - run: RUSTDOCFLAGS="--deny=warnings --cfg=docsrs" cargo doc --all-features
0 commit comments