Skip to content

Commit d254516

Browse files
committed
clippy: update clippy to use new TyCtxt::def_descr
1 parent 71b8646 commit d254516

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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)