mirror of
https://github.com/fafhrd91/actix-net
synced 2025-09-01 03:47:17 +02:00
Check code style with rustfmt on CI (#164)
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
use bytes::{Bytes, BytesMut, Buf};
|
||||
use bytes::{Buf, Bytes, BytesMut};
|
||||
use std::io;
|
||||
|
||||
use super::{Decoder, Encoder};
|
||||
|
Reference in New Issue
Block a user