We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1077c23 commit 37edd26Copy full SHA for 37edd26
clippy_lints/Cargo.toml
@@ -31,9 +31,7 @@ smallvec = { version = "1", features = ["union"] }
31
syn = { version = "1.0", features = ["full"] }
32
toml = "0.5.3"
33
unicode-normalization = "0.1"
34
-# cargo requires serde feat in its url dep
35
-# see https://github.com/rust-lang/rust/pull/63587#issuecomment-522343864
36
-url = { version = "2.1.0", features = ["serde"] }
+url = "2.1.0"
37
38
[features]
39
debugging = []
0 commit comments