Removed all instances of XXX in preparation for relaxing of FIXME rule
This commit is contained in:
parent
838b5a4cc0
commit
cc61fc0994
72 changed files with 119 additions and 119 deletions
|
@ -2895,7 +2895,7 @@ and only if that results in no match look at items you brought in
|
|||
scope with corresponding `use` statements.
|
||||
|
||||
~~~ {.ignore}
|
||||
# // XXX: Allow unused import in doc test
|
||||
# // FIXME: Allow unused import in doc test
|
||||
use farm::cow;
|
||||
// ...
|
||||
# mod farm { pub fn cow() { println!("Hidden ninja cow is hidden.") } }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue