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

@@ -74,7 +74,7 @@ use core::clone::Clone;
use core::fmt::{self, Show};
use core::cmp::{Eq, Ord, PartialEq, PartialOrd, Ordering};
use core::default::Default;
use core::markers::{Sync, Send};
use core::marker::{Sync, Send};
use core::mem::{min_align_of, size_of, drop};
use core::mem;
use core::nonzero::NonZero;