doc: convert remaining uses of core:: to std::.
This commit is contained in:
parent
abe94f9b4d
commit
72fd02d939
12 changed files with 30 additions and 30 deletions
|
|
@ -9,8 +9,8 @@
|
|||
// except according to those terms.
|
||||
|
||||
// xfail-test
|
||||
use core::io::ReaderUtil;
|
||||
use core::io::Reader;
|
||||
use std::io::ReaderUtil;
|
||||
use std::io::Reader;
|
||||
|
||||
fn bar(r:@ReaderUtil) -> ~str { r.read_line() }
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue