Remove unnecessary trait import.
This commit is contained in:
@@ -406,8 +406,6 @@ pub fn make_test(s: &str,
|
|||||||
|
|
||||||
// FIXME(aburka): use a real parser to deal with multiline attributes
|
// FIXME(aburka): use a real parser to deal with multiline attributes
|
||||||
fn partition_source(s: &str) -> (String, String) {
|
fn partition_source(s: &str) -> (String, String) {
|
||||||
use std_unicode::str::UnicodeStr;
|
|
||||||
|
|
||||||
let mut after_header = false;
|
let mut after_header = false;
|
||||||
let mut before = String::new();
|
let mut before = String::new();
|
||||||
let mut after = String::new();
|
let mut after = String::new();
|
||||||
|
|||||||
Reference in New Issue
Block a user