From 91856955c93743593c91633fa24c1ef7d89bc1da Mon Sep 17 00:00:00 2001 From: Ryan Scheel Date: Wed, 13 Jun 2018 00:27:57 -0700 Subject: [PATCH] Remove stray commented one use statement [Insert embarrassed face here] --- src/librustc_typeck/astconv.rs | 1 - 1 file changed, 1 deletion(-) 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};