diff options
| author | Brian Anderson <banderson@mozilla.com> | 2012-01-16 13:22:25 -0800 |
|---|---|---|
| committer | Brian Anderson <banderson@mozilla.com> | 2012-01-16 21:12:34 -0800 |
| commit | 5f25804f463a085b451d290ffbf3e48300cc51a4 (patch) | |
| tree | 9fcd92cbd205b3d327e0bfca9a9326c1414eb8e9 /src/rustdoc/attr_parser.rs | |
| parent | ef0775fec884256ea733a63bbeb855f169779b56 (diff) | |
| download | rust-5f25804f463a085b451d290ffbf3e48300cc51a4.tar.gz rust-5f25804f463a085b451d290ffbf3e48300cc51a4.zip | |
rustdoc: Push imports down into submodules
Diffstat (limited to 'src/rustdoc/attr_parser.rs')
| -rw-r--r-- | src/rustdoc/attr_parser.rs | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/rustdoc/attr_parser.rs b/src/rustdoc/attr_parser.rs index a2a34537085..7c295a824d3 100644 --- a/src/rustdoc/attr_parser.rs +++ b/src/rustdoc/attr_parser.rs @@ -1,3 +1,6 @@ +import std::map; +import rustc::syntax::ast; + export parse_fn; fn parse_fn( |
