Skip to content

Commit

Permalink
Check for formatting errors in CI
Browse files Browse the repository at this point in the history
Oops.
  • Loading branch information
shepmaster committed Nov 1, 2024
1 parent bbfa771 commit a00a078
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ jobs:
toolchain: stable
components: rustfmt, clippy

- run: cargo fmt --all
- run: cargo fmt --check --all

- run: cargo clippy --all --all-targets --all-features

Expand Down
1 change: 0 additions & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
#![doc = include_str!("../README.md")]

#![deny(rust_2018_idioms)]
#![deny(missing_docs)]
#![cfg_attr(not(feature = "std"), no_std)]
Expand Down

0 comments on commit a00a078

Please sign in to comment.