markers -> marker
This commit is contained in:
parent
91ba66fa99
commit
9f07d055f7
154 changed files with 332 additions and 332 deletions
|
@ -61,7 +61,7 @@
|
|||
|
||||
#![experimental]
|
||||
|
||||
use core::markers::Sized;
|
||||
use core::marker::Sized;
|
||||
use ffi::CString;
|
||||
use clone::Clone;
|
||||
use fmt;
|
||||
|
|
|
@ -16,7 +16,7 @@ use hash;
|
|||
use io::Writer;
|
||||
use iter::{AdditiveIterator, Extend};
|
||||
use iter::{Iterator, IteratorExt, Map};
|
||||
use markers::Sized;
|
||||
use marker::Sized;
|
||||
use option::Option::{self, Some, None};
|
||||
use slice::{AsSlice, Split, SliceExt, SliceConcatExt};
|
||||
use str::{self, FromStr, StrExt};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue