Skip to content

Commit

Permalink
Add the url crate as a dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
mcarton committed Sep 30, 2017
1 parent e40c270 commit b10610c
Show file tree
Hide file tree
Showing 3 changed files with 40 additions and 0 deletions.
38 changes: 38 additions & 0 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions clippy_lints/Cargo.toml
Expand Up @@ -28,6 +28,7 @@ serde_derive = "1.0"
toml = "0.4"
unicode-normalization = "0.1"
pulldown-cmark = "0.0.15"
url = "1.5.0"

[features]
debugging = []
1 change: 1 addition & 0 deletions clippy_lints/src/lib.rs
Expand Up @@ -51,6 +51,7 @@ extern crate lazy_static;

extern crate itertools;
extern crate pulldown_cmark;
extern crate url;

macro_rules! declare_restriction_lint {
{ pub $name:tt, $description:tt } => {
Expand Down

0 comments on commit b10610c

Please sign in to comment.