Skip to content

Commit f934cfc

Browse files
committed
fix english
1 parent c2ba2a7 commit f934cfc

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Diff for: src/librustc/lint/builtin.rs

+1-2
Original file line numberDiff line numberDiff line change
@@ -211,8 +211,7 @@ declare_lint! {
211211
declare_lint! {
212212
pub ORDER_DEPENDENT_TRAIT_OBJECTS,
213213
Deny,
214-
// FIXME: ENG
215-
"trait-object types are different depending on marker-trait order"
214+
"trait-object types were treated as different depending on marker-trait order"
216215
}
217216

218217
declare_lint! {

0 commit comments

Comments
 (0)