Skip to content

Commit

Permalink
clippy: update clippy to use new TyCtxt::def_descr
Browse files Browse the repository at this point in the history
  • Loading branch information
notriddle committed Feb 22, 2023
1 parent 881280f commit bf9b980
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/tools/clippy/tests/ui/missing_doc_impl.stderr
Original file line number Diff line number Diff line change
Expand Up @@ -51,13 +51,13 @@ LL | | fn foo_with_impl(&self) {}
LL | | }
| |_^

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

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

0 comments on commit bf9b980

Please sign in to comment.