Skip to content

Commit 5fc7e0a

Browse files
author
boats
committed
Remove unnecessary trait import.
1 parent 1e2458e commit 5fc7e0a

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

Diff for: src/librustdoc/test.rs

-2
Original file line numberDiff line numberDiff line change
@@ -406,8 +406,6 @@ pub fn make_test(s: &str,
406406

407407
// FIXME(aburka): use a real parser to deal with multiline attributes
408408
fn partition_source(s: &str) -> (String, String) {
409-
use std_unicode::str::UnicodeStr;
410-
411409
let mut after_header = false;
412410
let mut before = String::new();
413411
let mut after = String::new();

0 commit comments

Comments
 (0)