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.
2 parents ba363bd + 48a1425 commit 8ecc0fcCopy full SHA for 8ecc0fc
clippy_lints/src/methods/mod.rs
@@ -799,7 +799,7 @@ declare_clippy_lint! {
799
/// call_some_ffi_func(c_str);
800
/// }
801
/// ```
802
- /// Here `c_str` point to a freed address. The correct use would be:
+ /// Here `c_str` points to a freed address. The correct use would be:
803
/// ```rust
804
/// # use std::ffi::CString;
805
/// # fn call_some_ffi_func(_: *const i8) {}
0 commit comments