Remove unnecessary trait import.

This commit is contained in:
boats 2018-03-26 07:41:45 -07:00
parent 1e2458e1ba
commit 5fc7e0a2ba
No known key found for this signature in database
GPG key ID: 92537B21110A684B

View file

@ -406,8 +406,6 @@ pub fn make_test(s: &str,
// FIXME(aburka): use a real parser to deal with multiline attributes
fn partition_source(s: &str) -> (String, String) {
use std_unicode::str::UnicodeStr;
let mut after_header = false;
let mut before = String::new();
let mut after = String::new();