|
|
@@ -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::{
|