Skip to content

Commit d2e5a8c

Browse files
committed
Remove obsolete comment
1 parent bcbbb4d commit d2e5a8c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/ui/unused_io_amount.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212

1313
use std::io;
1414

15-
// FIXME: compiletest doesn't understand errors from macro invocation span
15+
1616
fn try_macro<T: io::Read + io::Write>(s: &mut T) -> io::Result<()> {
1717
try!(s.write(b"test"));
1818
let mut buf = [0u8; 4];

0 commit comments

Comments
 (0)