Remove stray commented one use statement

[Insert embarrassed face here]
This commit is contained in:
Ryan Scheel 2018-06-13 00:27:57 -07:00 committed by GitHub
parent 8398ab82e5
commit 91856955c9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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};