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 fbf637d commit 7d2e42dCopy full SHA for 7d2e42d
clippy_lints/src/ptr.rs
@@ -37,7 +37,7 @@ declare_clippy_lint! {
37
/// this lint on them will fix the problem, but they may be in other crates.
38
///
39
/// One notable example of a function that may cause issues, and which cannot
40
- /// easily be changed due to beinng in the standard library is `Vec::contains`.
+ /// easily be changed due to being in the standard library is `Vec::contains`.
41
/// when called on a `Vec<Vec<T>>`. If a `&Vec` is passed to that method then
42
/// it will compile, but if a `&[T]` is passed then it will not compile.
43
0 commit comments