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.
temporary_cstring_as_ptr
1 parent ba363bd commit 48a1425Copy full SHA for 48a1425
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