Rename StrAsciiExt and OwnedStrAsciiExt usages
@@ -6,7 +6,7 @@
// option. This file may not be copied, modified, or distributed
// except according to those terms.
-use std::ascii::OwnedStrAsciiExt;
+use std::ascii::OwnedAsciiExt;
use std::cmp;
use std::fmt::{Formatter, FormatError, Show};
use parser::{
@@ -7,7 +7,7 @@
-use std::ascii::StrAsciiExt;
+use std::ascii::AsciiExt;
use std::str::CharRange;