diff options
author | 2020-05-22 13:17:30 +0900 | |
---|---|---|
committer | 2020-05-22 13:17:30 +0900 | |
commit | 1fbf83816b60fbaa2f9e85585338138c3efa949f (patch) | |
tree | 859b49f1db1bf180a58045772f585b2ad5909379 /tests/test_iter.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 'tests/test_iter.rs')
-rw-r--r-- | tests/test_iter.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/test_iter.rs b/tests/test_iter.rs index 13b86cd..2302a69 100644 --- a/tests/test_iter.rs +++ b/tests/test_iter.rs @@ -11,7 +11,6 @@ fn iter_len() { assert_eq!(iter.len(), 11); } - #[test] fn empty_iter_len() { let buf = Bytes::from_static(b""); |