We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b86a489 commit 4863625Copy full SHA for 4863625
clippy_lints/src/methods/mod.rs
@@ -4046,7 +4046,7 @@ declare_clippy_lint! {
4046
/// Checks the usage of `.get().is_some()` or `.get().is_none()` on std map types.
4047
///
4048
/// ### Why is this bad?
4049
- /// It can be done in one call with `.contains()`/`.contains_keys()`.
+ /// It can be done in one call with `.contains()`/`.contains_key()`.
4050
4051
/// ### Example
4052
/// ```no_run
0 commit comments