Skip to content

Commit 09bded4

Browse files
committed
Factor out clippy_utils crate
1 parent a2c25fa commit 09bded4

30 files changed

+778
-681
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ out
1818
*Cargo.lock
1919
/target
2020
/clippy_lints/target
21+
/clippy_utils/target
2122
/clippy_workspace_tests/target
2223
/clippy_dev/target
2324
/rustc_tools_util/target

clippy_lints/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ edition = "2018"
1818

1919
[dependencies]
2020
cargo_metadata = "0.12"
21+
clippy_utils = { path = "../clippy_utils" }
2122
if_chain = "1.0.0"
2223
itertools = "0.9"
2324
pulldown-cmark = { version = "0.8", default-features = false }

0 commit comments

Comments
 (0)