We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1e2458e commit 5fc7e0aCopy full SHA for 5fc7e0a
src/librustdoc/test.rs
@@ -406,8 +406,6 @@ pub fn make_test(s: &str,
406
407
// FIXME(aburka): use a real parser to deal with multiline attributes
408
fn partition_source(s: &str) -> (String, String) {
409
- use std_unicode::str::UnicodeStr;
410
-
411
let mut after_header = false;
412
let mut before = String::new();
413
let mut after = String::new();
0 commit comments