Fix documentation

This commit is contained in:
Fabian Zaiser 2018-06-12 15:03:22 +02:00
parent 35d1b19a03
commit 817da4c00a

View file

@ -47,7 +47,6 @@ declare_clippy_lint! {
/// ```
///
/// This code will always panic. The if condition should probably be inverted.
/// ```
declare_clippy_lint! {
pub PANICKING_UNWRAP,
nursery,