diff options
| author | Brian Anderson <banderson@mozilla.com> | 2012-01-16 16:03:58 -0800 |
|---|---|---|
| committer | Brian Anderson <banderson@mozilla.com> | 2012-01-16 21:12:35 -0800 |
| commit | b768df4ea30b50e64c8bf08ca32f9e06a4ae28a6 (patch) | |
| tree | 1c861ba3fe4437a52245be9ac8510186d446a1b6 /src/rustdoc | |
| parent | 22d182acd75f2fbb00bc2e90878ac24589820625 (diff) | |
| download | rust-b768df4ea30b50e64c8bf08ca32f9e06a4ae28a6.tar.gz rust-b768df4ea30b50e64c8bf08ca32f9e06a4ae28a6.zip | |
rustdoc: Remove unused import from extract module
Diffstat (limited to 'src/rustdoc')
| -rw-r--r-- | src/rustdoc/extract.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/rustdoc/extract.rs b/src/rustdoc/extract.rs index 024dd7809c5..48ac0c796cd 100644 --- a/src/rustdoc/extract.rs +++ b/src/rustdoc/extract.rs @@ -1,5 +1,4 @@ import rustc::syntax::ast; -import rustc::syntax::visit; export extract; |
