1
Fork 0

rustdoc: "import" -> "use"

This commit is contained in:
Patrick Walton 2012-09-05 10:41:47 -07:00
parent 9b88b5fe38
commit fa2fb0f868
21 changed files with 62 additions and 62 deletions

View file

@ -1,7 +1,7 @@
//! Converts the Rust AST to the rustdoc document model
import syntax::ast;
import doc::item_utils;
use syntax::ast;
use doc::item_utils;
export from_srv, extract, to_str, interner;