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 481f788 commit 650eb09Copy full SHA for 650eb09
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