Use `cargo fmt` from nightly

This commit is contained in:
Daniel Abramov 2023-04-12 16:46:55 +02:00
parent a4863d3f10
commit 746d938412
1 changed files with 1 additions and 2 deletions

View File

@ -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::*;