Skip to content

Commit

Permalink
Remove unnecessary trait import.
Browse files Browse the repository at this point in the history
  • Loading branch information
boats committed Mar 26, 2018
1 parent 1e2458e commit 5fc7e0a
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/librustdoc/test.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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();
Expand Down

0 comments on commit 5fc7e0a

Please sign in to comment.