We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7f60549 commit 37cdd7eCopy full SHA for 37cdd7e
1 file changed
Cargo.lock
@@ -698,6 +698,7 @@ name = "clippy_lints"
698
version = "0.1.63"
699
dependencies = [
700
"cargo_metadata",
701
+ "clippy_dev",
702
"clippy_utils",
703
"if_chain",
704
"itertools",
@@ -708,6 +709,7 @@ dependencies = [
708
709
"semver",
710
"serde",
711
"serde_json",
712
+ "tempfile",
713
"toml",
714
"unicode-normalization",
715
"unicode-script",
0 commit comments