Skip to content

Commit

Permalink
chore(ci): fix clippy checks
Browse files Browse the repository at this point in the history
  • Loading branch information
jssblck committed Dec 14, 2024
1 parent 3dfeff3 commit e589c8d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/check-static.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@ jobs:
- uses: dtolnay/rust-toolchain@stable

- run: cargo fmt --all -- --check
- run: cargo clippy --all-features --all --tests -- -D clippy::all
- run: cargo clippy --all-features --all --tests -- -D clippy::correctness
2 changes: 1 addition & 1 deletion lib/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ impl FromStr for Platform {
.header("Expected:")
};
let examples_section = || {
vec!["linux/amd64/v7", "darwin/arm64"]
["linux/amd64/v7", "darwin/arm64"]
.join("\n")
.header("Examples:")
};
Expand Down

0 comments on commit e589c8d

Please sign in to comment.