mirror of
https://github.com/rust-lang/rust-clippy
synced 2024-11-15 01:17:16 +00:00
Fix typos
This commit is contained in:
parent
6661e83e7b
commit
eff6f68caf
1 changed files with 1 additions and 1 deletions
|
@ -20,7 +20,7 @@ declare_clippy_lint! {
|
||||||
///
|
///
|
||||||
/// ### Known problems
|
/// ### Known problems
|
||||||
/// In case the value that wants to be inserted is borrowed and also expensive or impossible
|
/// In case the value that wants to be inserted is borrowed and also expensive or impossible
|
||||||
/// 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,
|
||||||
/// to avoid the clone. In this case, it will report a false positive.
|
/// to avoid the clone. In this case, it will report a false positive.
|
||||||
///
|
///
|
||||||
/// ### Example
|
/// ### Example
|
||||||
|
|
Loading…
Reference in a new issue