Correct typo in lint description
This commit is contained in:
parent
b86a48955e
commit
48636259df
@ -4046,7 +4046,7 @@
|
|||||||
/// Checks the usage of `.get().is_some()` or `.get().is_none()` on std map types.
|
/// Checks the usage of `.get().is_some()` or `.get().is_none()` on std map types.
|
||||||
///
|
///
|
||||||
/// ### Why is this bad?
|
/// ### Why is this bad?
|
||||||
/// It can be done in one call with `.contains()`/`.contains_keys()`.
|
/// It can be done in one call with `.contains()`/`.contains_key()`.
|
||||||
///
|
///
|
||||||
/// ### Example
|
/// ### Example
|
||||||
/// ```no_run
|
/// ```no_run
|
||||||
|
Loading…
Reference in New Issue
Block a user