diff options
| author | Ariel Ben-Yehuda <ariel.byd@gmail.com> | 2018-12-14 19:28:30 +0200 |
|---|---|---|
| committer | Ariel Ben-Yehuda <ariel.byd@gmail.com> | 2018-12-14 19:28:30 +0200 |
| commit | f934cfc40c253415ab6d4a9ac232fc99a21764db (patch) | |
| tree | 61d67dc1a6df573a29ccfe415883d81614e2fa41 | |
| parent | c2ba2a7b655f2a46ed044c1e86edc2a91df99bdd (diff) | |
fix english
| -rw-r--r-- | src/librustc/lint/builtin.rs | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/librustc/lint/builtin.rs b/src/librustc/lint/builtin.rs index cf7b07170ac..bd2b99537e2 100644 --- a/src/librustc/lint/builtin.rs +++ b/src/librustc/lint/builtin.rs @@ -211,8 +211,7 @@ declare_lint! { declare_lint! { pub ORDER_DEPENDENT_TRAIT_OBJECTS, Deny, - // FIXME: ENG - "trait-object types are different depending on marker-trait order" + "trait-object types were treated as different depending on marker-trait order" } declare_lint! { |
