1
0
mirror of https://github.com/fafhrd91/actix-net synced 2025-06-26 17:27:42 +02:00

chore: remove redundant imports

This commit is contained in:
Rob Ede
2024-02-19 11:36:15 +00:00
parent 3cb247874e
commit 39bab04800
4 changed files with 4 additions and 4 deletions

View File

@ -13,7 +13,7 @@ use alloc::{
string::{String, ToString},
vec::Vec,
};
use core::{borrow::Borrow, convert::TryFrom, fmt, hash, ops, str};
use core::{borrow::Borrow, fmt, hash, ops, str};
use bytes::Bytes;