diff options
Diffstat (limited to 'src/rustc/util/common.rs')
| -rw-r--r-- | src/rustc/util/common.rs | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/src/rustc/util/common.rs b/src/rustc/util/common.rs index 7bac59f018e..7cef04c3e58 100644 --- a/src/rustc/util/common.rs +++ b/src/rustc/util/common.rs @@ -1,9 +1,9 @@ -import std::map::hashmap; -import syntax::ast; -import ast::{ty, pat}; -import syntax::codemap::{span}; -import syntax::visit; -import syntax::print; +use std::map::hashmap; +use syntax::ast; +use ast::{ty, pat}; +use syntax::codemap::{span}; +use syntax::visit; +use syntax::print; fn indent<R>(op: fn() -> R) -> R { // Use in conjunction with the log post-processor like `src/etc/indenter` |
