1
Fork 0

Add rustc_deny_explicit_impl

This commit is contained in:
Michael Goulet 2022-11-12 23:37:52 +00:00
parent 742d3f02c2
commit b5b6467810
6 changed files with 28 additions and 50 deletions

View file

@ -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: