From 9f07d055f7823ac0e17e014f3effa2a0be0947e9 Mon Sep 17 00:00:00 2001 From: Nick Cameron Date: Wed, 7 Jan 2015 11:33:42 +1300 Subject: markers -> marker --- src/libstd/path/mod.rs | 2 +- src/libstd/path/posix.rs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'src/libstd/path') diff --git a/src/libstd/path/mod.rs b/src/libstd/path/mod.rs index e263761acd1..18b8d1d46aa 100644 --- a/src/libstd/path/mod.rs +++ b/src/libstd/path/mod.rs @@ -61,7 +61,7 @@ #![experimental] -use core::markers::Sized; +use core::marker::Sized; use ffi::CString; use clone::Clone; use fmt; diff --git a/src/libstd/path/posix.rs b/src/libstd/path/posix.rs index 03811364d30..d8bb989e19f 100644 --- a/src/libstd/path/posix.rs +++ b/src/libstd/path/posix.rs @@ -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}; -- cgit 1.4.1-3-g733a5