Skip to content

Commit cd11054

Browse files
committed
Auto merge of #51531 - Havvy:patch-1, r=kennytm
Remove stray commented one use statement [Insert embarrassed face here]
2 parents 7f20af0 + 9185695 commit cd11054

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/librustc_typeck/astconv.rs

-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,6 @@ use util::common::ErrorReported;
3030
use util::nodemap::{FxHashSet, FxHashMap};
3131
use errors::FatalError;
3232

33-
// use std::cmp::Ordering;
3433
use std::iter;
3534
use syntax::ast;
3635
use syntax::feature_gate::{GateIssue, emit_feature_err};

0 commit comments

Comments
 (0)