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/doc.rs | |
| parent | ef0775fec884256ea733a63bbeb855f169779b56 (diff) | |
rustdoc: Push imports down into submodules
Diffstat (limited to 'src/rustdoc/doc.rs')
| -rw-r--r-- | src/rustdoc/doc.rs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/rustdoc/doc.rs b/src/rustdoc/doc.rs index b1324713e11..71e3bf030e7 100644 --- a/src/rustdoc/doc.rs +++ b/src/rustdoc/doc.rs @@ -1,3 +1,5 @@ +import std::map; + type ast_id = int; type cratedoc = ~{ |
