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 3e3e50b commit fbf637dCopy full SHA for fbf637d
clippy_lints/src/ptr.rs
@@ -55,7 +55,7 @@ declare_clippy_lint! {
55
/// type of the reference.
56
///
57
/// Note that if the function is part of your public interface, there may be
58
- /// other crates referencing it, of which you may not be aware. Carefully
+ /// other crates referencing it, of which you may not be aware. Carefully
59
/// deprecate the function before applying the lint suggestions in this case.
60
61
/// **Example:**
0 commit comments