Rename std::ioivec to std::io
This commit is contained in:
parent
0b71d1d445
commit
7d05da96f7
27 changed files with 148 additions and 148 deletions
|
|
@ -14,9 +14,9 @@ import syntax::codemap::span;
|
|||
import ast::lit;
|
||||
import ast::path;
|
||||
import syntax::visit;
|
||||
import std::ioivec::stdout;
|
||||
import std::ioivec::str_writer;
|
||||
import std::ioivec::string_writer;
|
||||
import std::io::stdout;
|
||||
import std::io::str_writer;
|
||||
import std::io::string_writer;
|
||||
import syntax::print;
|
||||
import print::pprust::print_block;
|
||||
import print::pprust::print_item;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue