Use `cargo fmt` from nightly

pull/347/head
Daniel Abramov 1 year ago
parent a4863d3f10
commit 746d938412
  1. 3
      benches/buffer.rs

@ -1,5 +1,4 @@
use std::io::Result as IoResult;
use std::io::{Cursor, Read};
use std::io::{Cursor, Read, Result as IoResult};
use bytes::Buf;
use criterion::*;

Loading…
Cancel
Save