Add the url crate as a dependency
This commit is contained in:
parent
e40c270d4f
commit
b10610cdeb
3 changed files with 40 additions and 0 deletions
|
|
@ -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 } => {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue