Merge pull request #1838 from rust-lang-nursery/fix-doc

Don't lint autolinks in `doc_markdown`
This commit is contained in:
Oliver Schneider
2017-09-30 17:10:09 +02:00
committed by GitHub
6 changed files with 97 additions and 2 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 } => {