Skip to content

Commit 37edd26

Browse files
committed
Remove 'serde' feature from url dependency
1 parent 1077c23 commit 37edd26

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

clippy_lints/Cargo.toml

+1-3
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,7 @@ smallvec = { version = "1", features = ["union"] }
3131
syn = { version = "1.0", features = ["full"] }
3232
toml = "0.5.3"
3333
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"] }
34+
url = "2.1.0"
3735

3836
[features]
3937
debugging = []

0 commit comments

Comments
 (0)