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 6661e83 commit eff6f68Copy full SHA for eff6f68
clippy_lints/src/set_contains_or_insert.rs
@@ -20,7 +20,7 @@ declare_clippy_lint! {
20
///
21
/// ### Known problems
22
/// In case the value that wants to be inserted is borrowed and also expensive or impossible
23
- /// to clone. In such scenario, the developer might want to check with `contain` before inserting,
+ /// to clone. In such a scenario, the developer might want to check with `contains` before inserting,
24
/// to avoid the clone. In this case, it will report a false positive.
25
26
/// ### Example
0 commit comments