We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
TyCtxt::def_descr
1 parent 881280f commit bf9b980Copy full SHA for bf9b980
src/tools/clippy/tests/ui/missing_doc_impl.stderr
@@ -51,13 +51,13 @@ LL | | fn foo_with_impl(&self) {}
51
LL | | }
52
| |_^
53
54
-error: missing documentation for an associated function
+error: missing documentation for a method
55
--> $DIR/missing_doc_impl.rs:44:5
56
|
57
LL | fn foo(&self);
58
| ^^^^^^^^^^^^^^
59
60
61
--> $DIR/missing_doc_impl.rs:45:5
62
63
LL | fn foo_with_impl(&self) {}
0 commit comments