Fix/Ignore doc tests

This commit is contained in:
flip1995
2019-03-10 23:01:56 +01:00
parent 44c46d2059
commit 72aeaa891b
6 changed files with 13 additions and 10 deletions

View File

@@ -37,7 +37,7 @@ declare_clippy_lint! {
/// **Example:**
/// ```rust
/// fn foo(ref x: u8) -> bool {
/// ..
/// true
/// }
/// ```
pub TOPLEVEL_REF_ARG,