mirror of
https://github.com/openharmony/third_party_rust_http.git
synced 2026-07-19 22:53:59 -04:00
allow unused AsciiExt import
This commit is contained in:
@@ -28,6 +28,7 @@ use byte_str::ByteStr;
|
||||
use bytes::Bytes;
|
||||
|
||||
use std::{fmt, u8, u16};
|
||||
#[allow(unused)]
|
||||
use std::ascii::AsciiExt;
|
||||
use std::hash::{Hash, Hasher};
|
||||
use std::str::{self, FromStr};
|
||||
|
||||
Reference in New Issue
Block a user