Update clippy_lints/src/types.rs

Co-Authored-By: Philipp Krones <hello@philkrones.com>
This commit is contained in:
Simon Farnsworth 2020-04-02 14:30:13 +01:00 committed by GitHub
parent 50ecc12541
commit 5f8b696e2e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -124,7 +124,6 @@ declare_clippy_lint! {
/// Contents::None
/// }
/// ```
///
pub OPTION_OPTION,
pedantic,
"usage of `Option<Option<T>>`"