diff options
| author | Tim Chevalier <chevalier@alum.wellesley.edu> | 2012-07-18 15:14:15 -0700 |
|---|---|---|
| committer | Tim Chevalier <chevalier@alum.wellesley.edu> | 2012-07-18 18:02:07 -0700 |
| commit | de5d5e6eebbfdd660b2587763b122bc9df3eeb8f (patch) | |
| tree | 6615f3776ffbf79d4ae69a8af34fb1be06487d4c /src/rustc | |
| parent | 57e8de89174b8e4395e20568537d43d66a82d855 (diff) | |
| download | rust-de5d5e6eebbfdd660b2587763b122bc9df3eeb8f.tar.gz rust-de5d5e6eebbfdd660b2587763b122bc9df3eeb8f.zip | |
Remove non-existent imports
Diffstat (limited to 'src/rustc')
| -rw-r--r-- | src/rustc/middle/typeck/coherence.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rustc/middle/typeck/coherence.rs b/src/rustc/middle/typeck/coherence.rs index 43f86ed9268..05bd7b7fac8 100644 --- a/src/rustc/middle/typeck/coherence.rs +++ b/src/rustc/middle/typeck/coherence.rs @@ -20,7 +20,7 @@ import middle::typeck::infer::{new_infer_ctxt, resolve_ivar, resolve_type}; import syntax::ast::{crate, def_id, def_mod, item, item_class, item_const}; import syntax::ast::{item_enum, item_fn, item_foreign_mod, item_impl}; import syntax::ast::{item_mac, item_mod, item_trait, item_ty, local_crate}; -import syntax::ast::{method, node_id, region_param, rp_none, rp_self}; +import syntax::ast::{method, node_id}; import syntax::ast::{trait_ref}; import syntax::ast_map::node_item; import syntax::ast_util::{def_id_of_def, dummy_sp, new_def_hash}; |
