1
Fork 0

markers -> marker

This commit is contained in:
Nick Cameron 2015-01-07 11:33:42 +13:00
parent 91ba66fa99
commit 9f07d055f7
154 changed files with 332 additions and 332 deletions

View file

@ -61,7 +61,7 @@
#![experimental]
use core::markers::Sized;
use core::marker::Sized;
use ffi::CString;
use clone::Clone;
use fmt;

View file

@ -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};