diff options
author | 2020-05-22 13:17:30 +0900 | |
---|---|---|
committer | 2020-05-22 13:17:30 +0900 | |
commit | 1fbf83816b60fbaa2f9e85585338138c3efa949f (patch) | |
tree | 859b49f1db1bf180a58045772f585b2ad5909379 /benches/buf.rs | |
parent | 5e93fa4c6b3d6209329a3a9c90c6823886affea1 (diff) | |
download | bytes-1fbf83816b60fbaa2f9e85585338138c3efa949f.tar.gz bytes-1fbf83816b60fbaa2f9e85585338138c3efa949f.tar.zst bytes-1fbf83816b60fbaa2f9e85585338138c3efa949f.zip |
Format with rustfmt (#389)
* Format with rustfmt
* Add rustfmt check to CI
Diffstat (limited to 'benches/buf.rs')
-rw-r--r-- | benches/buf.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/benches/buf.rs b/benches/buf.rs index 0c9a1d9..8f14aec 100644 --- a/benches/buf.rs +++ b/benches/buf.rs @@ -3,8 +3,8 @@ extern crate test; -use test::Bencher; use bytes::Buf; +use test::Bencher; /// Dummy Buf implementation struct TestBuf { |