fix or ignore failing doc tests

This commit is contained in:
Andy Russell
2019-03-05 17:23:50 -05:00
parent fe96ffeac9
commit a9de64a151
44 changed files with 137 additions and 127 deletions

View File

@@ -17,7 +17,7 @@ declare_clippy_lint! {
/// **Known problems:** None.
///
/// **Example:**
/// ```rust
/// ```ignore
/// let mut lock_guard = mutex.lock();
/// std::mem::drop(&lock_guard) // Should have been drop(lock_guard), mutex
/// // still locked