Skip to content

Commit

Permalink
Move clippy lint level to CI job
Browse files Browse the repository at this point in the history
  • Loading branch information
dtolnay committed Dec 30, 2020
1 parent dd1b74f commit 5f575b9
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 @@ -110,4 +110,4 @@ jobs:
steps:
- uses: actions/checkout@v2
- uses: dtolnay/rust-toolchain@clippy
- run: cargo clippy --all-features
- run: cargo clippy --all-features -- -Dclippy::pedantic
1 change: 0 additions & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -252,7 +252,6 @@
// Syn types in rustdoc of other crates get linked to here.
#![doc(html_root_url = "https://docs.rs/syn/1.0.56")]
#![cfg_attr(doc_cfg, feature(doc_cfg))]
#![deny(clippy::all, clippy::pedantic)]
// Ignored clippy lints.
#![allow(
clippy::blocks_in_if_conditions,
Expand Down

0 comments on commit 5f575b9

Please sign in to comment.