clippy: update clippy to use new TyCtxt::def_descr
This commit is contained in:
parent
71b8646854
commit
d254516be1
@ -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) {}
|
||||
|
Loading…
x
Reference in New Issue
Block a user