diff options
| author | boats <boats@mozilla.com> | 2018-03-26 07:41:45 -0700 |
|---|---|---|
| committer | boats <boats@mozilla.com> | 2018-03-26 07:41:45 -0700 |
| commit | 5fc7e0a2ba84c44caebc5801f454663bafad2ca8 (patch) | |
| tree | 8f6be928cc00145ee230a7d07c6f72e4a1eadb0f | |
| parent | 1e2458e1baf987ee67b4c48c0583dfad65f7dcd7 (diff) | |
| download | rust-5fc7e0a2ba84c44caebc5801f454663bafad2ca8.tar.gz rust-5fc7e0a2ba84c44caebc5801f454663bafad2ca8.zip | |
Remove unnecessary trait import.
| -rw-r--r-- | src/librustdoc/test.rs | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/librustdoc/test.rs b/src/librustdoc/test.rs index 3ce8bd4ebb4..8ab9ca45187 100644 --- a/src/librustdoc/test.rs +++ b/src/librustdoc/test.rs @@ -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(); |
