Add the url crate as a dependency

This commit is contained in:
mcarton
2017-06-19 19:49:29 +02:00
parent e40c270d4f
commit b10610cdeb
3 changed files with 40 additions and 0 deletions

View File

@@ -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 } => {