Auto merge of #51531 - Havvy:patch-1, r=kennytm

Remove stray commented one use statement

[Insert embarrassed face here]
This commit is contained in:
bors 2018-06-13 12:12:22 +00:00
commit cd1105437c

View File

@ -30,7 +30,6 @@ use util::common::ErrorReported;
use util::nodemap::{FxHashSet, FxHashMap};
use errors::FatalError;
// use std::cmp::Ordering;
use std::iter;
use syntax::ast;
use syntax::feature_gate::{GateIssue, emit_feature_err};