mirror of
https://github.com/rust-lang/rust-clippy
synced 2024-11-27 15:11:30 +00:00
Remove obsolete comment
This commit is contained in:
parent
bcbbb4d09b
commit
d2e5a8ccf5
1 changed files with 1 additions and 1 deletions
|
@ -12,7 +12,7 @@
|
|||
|
||||
use std::io;
|
||||
|
||||
// FIXME: compiletest doesn't understand errors from macro invocation span
|
||||
|
||||
fn try_macro<T: io::Read + io::Write>(s: &mut T) -> io::Result<()> {
|
||||
try!(s.write(b"test"));
|
||||
let mut buf = [0u8; 4];
|
||||
|
|
Loading…
Reference in a new issue