Skip to content

Commit bf9b980

Browse files
committed
clippy: update clippy to use new TyCtxt::def_descr
1 parent 881280f commit bf9b980

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/tools/clippy/tests/ui/missing_doc_impl.stderr

+2-2
Original file line numberDiff line numberDiff line change
@@ -51,13 +51,13 @@ LL | | fn foo_with_impl(&self) {}
5151
LL | | }
5252
| |_^
5353

54-
error: missing documentation for an associated function
54+
error: missing documentation for a method
5555
--> $DIR/missing_doc_impl.rs:44:5
5656
|
5757
LL | fn foo(&self);
5858
| ^^^^^^^^^^^^^^
5959

60-
error: missing documentation for an associated function
60+
error: missing documentation for a method
6161
--> $DIR/missing_doc_impl.rs:45:5
6262
|
6363
LL | fn foo_with_impl(&self) {}

0 commit comments

Comments
 (0)