mirror of
https://github.com/rust-lang/rust-clippy
synced 2024-11-23 13:13:34 +00:00
Update clippy_lints/src/types.rs
Co-Authored-By: Philipp Krones <hello@philkrones.com>
This commit is contained in:
parent
50ecc12541
commit
5f8b696e2e
1 changed files with 0 additions and 1 deletions
|
@ -124,7 +124,6 @@ declare_clippy_lint! {
|
|||
/// Contents::None
|
||||
/// }
|
||||
/// ```
|
||||
///
|
||||
pub OPTION_OPTION,
|
||||
pedantic,
|
||||
"usage of `Option<Option<T>>`"
|
||||
|
|
Loading…
Reference in a new issue