about summary refs log tree commit diff
path: root/src/libsyntax/ast_util.rs
diff options
context:
space:
mode:
authorHuon Wilson <dbau.pp+github@gmail.com>2013-06-11 02:34:14 +1000
committerHuon Wilson <dbau.pp+github@gmail.com>2013-06-11 02:34:14 +1000
commite8782eeb6327eb79b132cc3f71bfaf55310dde00 (patch)
tree55be12fd3e32a320f11b3d7cf6125a825aede7c6 /src/libsyntax/ast_util.rs
parent2fa83c05035855f4b8f9a8b671d8d7cd69b60f8b (diff)
downloadrust-e8782eeb6327eb79b132cc3f71bfaf55310dde00.tar.gz
rust-e8782eeb6327eb79b132cc3f71bfaf55310dde00.zip
fix tests, remove some warnings
Diffstat (limited to 'src/libsyntax/ast_util.rs')
-rw-r--r--src/libsyntax/ast_util.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/libsyntax/ast_util.rs b/src/libsyntax/ast_util.rs
index db7c29edab0..3d6269942fd 100644
--- a/src/libsyntax/ast_util.rs
+++ b/src/libsyntax/ast_util.rs
@@ -23,7 +23,6 @@ use visit;
 use core::hashmap::HashMap;
 use core::int;
 use core::option;
-use core::str;
 use core::to_bytes;
 
 pub fn path_name_i(idents: &[ident]) -> ~str {