rustdoc: "import" -> "use"
This commit is contained in:
parent
9b88b5fe38
commit
fa2fb0f868
21 changed files with 62 additions and 62 deletions
|
@ -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;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue