Add rustc_deny_explicit_impl
This commit is contained in:
parent
742d3f02c2
commit
b5b6467810
6 changed files with 28 additions and 50 deletions
|
@ -1,4 +1,5 @@
|
|||
The `Sized` trait was implemented explicitly.
|
||||
A built-in trait was implemented explicitly. All implementations of the trait
|
||||
are provided automatically by the compiler.
|
||||
|
||||
Erroneous code example:
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue