diff options
| author | Agustin Chiappe Berrini <jnieve@gmail.com> | 2017-12-07 04:01:59 -0500 |
|---|---|---|
| committer | Agustin Chiappe Berrini <jnieve@gmail.com> | 2017-12-07 04:01:59 -0500 |
| commit | 29e268060209765e5a9efb4c0941765d064e13ea (patch) | |
| tree | b09c6efa90025bb955a73a7661410e6850c3781c | |
| parent | dd4192950912b6dcf7b0ae23a93c801b9ce8c0b0 (diff) | |
remove unnecessary change
| -rw-r--r-- | src/librustc_passes/ast_validation.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/librustc_passes/ast_validation.rs b/src/librustc_passes/ast_validation.rs index 205b8bf0d20..05ad1643619 100644 --- a/src/librustc_passes/ast_validation.rs +++ b/src/librustc_passes/ast_validation.rs @@ -22,9 +22,9 @@ use syntax::ast::*; use syntax::attr; use syntax::codemap::Spanned; use syntax::parse::token; +use syntax::symbol::keywords; use syntax::visit::{self, Visitor}; use syntax_pos::Span; -use syntax_pos::symbol::keywords; use errors; struct AstValidator<'a> { |
