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 601cc9d + c492818 commit 1cb90ccCopy full SHA for 1cb90cc
clippy_lints/src/mem_forget.rs
@@ -23,7 +23,7 @@ use crate::utils::{match_def_path, opt_def_id, paths, span_lint};
23
///
24
/// **Example:**
25
/// ```rust
26
-/// mem::forget(Rc::new(55)))
+/// mem::forget(Rc::new(55))
27
/// ```
28
declare_clippy_lint! {
29
pub MEM_FORGET,
0 commit comments