about summary refs log tree commit diff
path: root/src/libsyntax/ast.rs
diff options
context:
space:
mode:
authorCorey Richardson <corey@octayn.net>2013-05-11 06:07:21 -0400
committerTim Chevalier <chevalier@alum.wellesley.edu>2013-05-11 20:36:47 -0700
commita279d6510251ebd3956c74ffe4b12bd49074da9c (patch)
tree71fea68bf5ce3c9fb79aa5baf1cfbfa6ef1aa8d7 /src/libsyntax/ast.rs
parented4186446492e141a4dc37829dc9599133d00dd0 (diff)
downloadrust-a279d6510251ebd3956c74ffe4b12bd49074da9c.tar.gz
rust-a279d6510251ebd3956c74ffe4b12bd49074da9c.zip
clean up the last bit of warnings
Diffstat (limited to 'src/libsyntax/ast.rs')
-rw-r--r--src/libsyntax/ast.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/libsyntax/ast.rs b/src/libsyntax/ast.rs
index 8aa59fd1775..5daa0de2272 100644
--- a/src/libsyntax/ast.rs
+++ b/src/libsyntax/ast.rs
@@ -16,7 +16,6 @@ use opt_vec::OptVec;
 
 use core::cast;
 use core::option::{None, Option, Some};
-use core::task;
 use core::to_bytes;
 use core::to_str::ToStr;
 use std::serialize::{Encodable, Decodable, Encoder, Decoder};