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 e695015 + 650eb09 commit 2362b3aCopy full SHA for 2362b3a
clippy_lints/src/use_self.rs
@@ -36,7 +36,7 @@ use crate::syntax_pos::symbol::keywords::SelfType;
36
/// }
37
/// ```
38
/// could be
39
-/// ```
+/// ```rust
40
/// struct Foo {}
41
/// impl Foo {
42
/// fn new() -> Self {
0 commit comments