diff options
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/tutorial.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/tutorial.md b/doc/tutorial.md index 3c8d721626e..eb95329ed56 100644 --- a/doc/tutorial.md +++ b/doc/tutorial.md @@ -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.") } } |
