Skip to content
This repository has been archived by the owner on Jul 10, 2023. It is now read-only.

Commit

Permalink
fixup! Update for <rust-lang/rust#23292>.
Browse files Browse the repository at this point in the history
  • Loading branch information
Ms2ger committed Mar 21, 2015
1 parent 857045f commit 82eadd9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -307,7 +307,7 @@ mod test {
};
let mut buf = vec![];
match reader.read_to_end(&mut buf) {
Ok(()) => (),
Ok(_) => (),
Err(e) => panic!(e)
}
b.bench_n(1, |b| b.iter(|| {
Expand Down

0 comments on commit 82eadd9

Please sign in to comment.