From ec422d70c3b10974b81eac6988fc5b3fa6ce60bc Mon Sep 17 00:00:00 2001 From: Simon Sapin Date: Mon, 23 Dec 2013 17:50:27 +0100 Subject: [std::str] Remove the now unused not_utf8 condition. --- src/libstd/path/windows.rs | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/libstd/path') diff --git a/src/libstd/path/windows.rs b/src/libstd/path/windows.rs index 33fa84c7c49..666b8977cc9 100644 --- a/src/libstd/path/windows.rs +++ b/src/libstd/path/windows.rs @@ -154,7 +154,7 @@ impl GenericPathUnsafe for Path { /// /// # Failure /// - /// Raises the `str::not_utf8` condition if not valid UTF-8. + /// Fails if not valid UTF-8. #[inline] unsafe fn new_unchecked(path: T) -> Path { let (prefix, path) = Path::normalize_(path.container_as_str().unwrap()); @@ -168,7 +168,7 @@ impl GenericPathUnsafe for Path { /// /// # Failure /// - /// Raises the `str::not_utf8` condition if not valid UTF-8. + /// Fails if not valid UTF-8. unsafe fn set_filename_unchecked(&mut self, filename: T) { let filename = filename.container_as_str().unwrap(); match self.sepidx_or_prefix_len() { @@ -591,7 +591,7 @@ impl Path { /// # Failure /// /// Raises the `null_byte` condition if the vector contains a NUL. - /// Raises the `str::not_utf8` condition if invalid UTF-8. + /// Fails if invalid UTF-8. #[inline] pub fn new(path: T) -> Path { GenericPath::new(path) -- cgit 1.4.1-3-g733a5