mirror of
https://github.com/rust-lang/rust-clippy
synced 2024-11-23 21:23:56 +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
|
/// Contents::None
|
||||||
/// }
|
/// }
|
||||||
/// ```
|
/// ```
|
||||||
///
|
|
||||||
pub OPTION_OPTION,
|
pub OPTION_OPTION,
|
||||||
pedantic,
|
pedantic,
|
||||||
"usage of `Option<Option<T>>`"
|
"usage of `Option<Option<T>>`"
|
||||||
|
|
Loading…
Reference in a new issue