about summary refs log tree commit diff
diff options
context:
space:
mode:
authorbors <bors@rust-lang.org>2018-06-13 12:12:22 +0000
committerbors <bors@rust-lang.org>2018-06-13 12:12:22 +0000
commitcd1105437cd433c12ae5132c9632e01d387b2384 (patch)
treeb7473dcbc0114318c66392d6cf5e5e186ccf4b16
parent7f20af002e33a3f38b51a7e3f9c63bcae4214613 (diff)
parent91856955c93743593c91633fa24c1ef7d89bc1da (diff)
downloadrust-cd1105437cd433c12ae5132c9632e01d387b2384.tar.gz
rust-cd1105437cd433c12ae5132c9632e01d387b2384.zip
Auto merge of #51531 - Havvy:patch-1, r=kennytm
Remove stray commented one use statement

[Insert embarrassed face here]
-rw-r--r--src/librustc_typeck/astconv.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/librustc_typeck/astconv.rs b/src/librustc_typeck/astconv.rs
index f29e29c1fb2..96fb885e58a 100644
--- a/src/librustc_typeck/astconv.rs
+++ b/src/librustc_typeck/astconv.rs
@@ -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};