[std::str] Remove the now unused not_utf8 condition.
This commit is contained in:
@@ -117,14 +117,6 @@ use default::Default;
|
||||
use send_str::{SendStr, SendStrOwned};
|
||||
use unstable::raw::Repr;
|
||||
|
||||
/*
|
||||
Section: Conditions
|
||||
*/
|
||||
|
||||
condition! {
|
||||
pub not_utf8: (~str) -> ~str;
|
||||
}
|
||||
|
||||
/*
|
||||
Section: Creating a string
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user