about summary refs log tree commit diff
diff options
context:
space:
mode:
authorRyan Scheel <Ryan.havvy@gmail.com>2018-06-13 00:27:57 -0700
committerGitHub <noreply@github.com>2018-06-13 00:27:57 -0700
commit91856955c93743593c91633fa24c1ef7d89bc1da (patch)
tree27c1e1de7fa81b6a38c3dbc25415ab165bb23be3
parent8398ab82e5d6623f49f054af848f1553f429d307 (diff)
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};