Fix wording nit for E0253

This commit is contained in:
Alisdair Owens 2015-07-20 18:14:12 +01:00
parent 39d4faf989
commit 3ae7b72970

View File

@ -106,8 +106,7 @@ mod foo {
use foo::MyTrait::do_something;
```
In general, it's not legal to directly import methods belonging to a
trait or concrete type.
It's illegal to directly import methods belonging to a trait or concrete type.
"##,
E0255: r##"