Skip to content

Commit

Permalink
Auto merge of #51531 - Havvy:patch-1, r=kennytm
Browse files Browse the repository at this point in the history
Remove stray commented one use statement

[Insert embarrassed face here]
  • Loading branch information
bors committed Jun 13, 2018
2 parents 7f20af0 + 9185695 commit cd11054
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/librustc_typeck/astconv.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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};
Expand Down

0 comments on commit cd11054

Please sign in to comment.