1
Fork 0

Fix/Ignore doc tests

This commit is contained in:
flip1995 2019-03-10 23:01:56 +01:00
parent 44c46d2059
commit 72aeaa891b
No known key found for this signature in database
GPG key ID: 04461221D4DFB954
6 changed files with 13 additions and 10 deletions

View file

@ -16,7 +16,7 @@ declare_clippy_lint! {
/// **Known problems:** None
///
/// **Example:**
/// ```rust
/// ```rust,ignore
/// assert!(false)
/// // or
/// assert!(true)