From f934cfc40c253415ab6d4a9ac232fc99a21764db Mon Sep 17 00:00:00 2001 From: Ariel Ben-Yehuda Date: Fri, 14 Dec 2018 19:28:30 +0200 Subject: [PATCH] fix english --- src/librustc/lint/builtin.rs | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/librustc/lint/builtin.rs b/src/librustc/lint/builtin.rs index cf7b07170ace..bd2b99537e21 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! {