Improve lint even more

This commit is contained in:
Guillaume Gomez 2020-10-31 13:46:28 +01:00
parent 1fb404bebe
commit 6be97e2250
2 changed files with 7 additions and 4 deletions

View file

@ -55,6 +55,8 @@ pub fn c() {}
/// ```
/// This link should not be linted: http://example.com
/// ```
///
/// [should_not.lint](should_not.lint)
pub fn everything_is_fine_here() {}
#[allow(url_improvements)]