Remove explicit TryFrom, TryInto imports (#1099)

This commit is contained in:
Jonas Platte
2022-06-17 18:36:49 +00:00
committed by GitHub
parent 2f64064650
commit 1812c4dfe8
6 changed files with 5 additions and 12 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
use super::{IntoResponse, IntoResponseParts, Response, ResponseParts, TryIntoHeaderError};
use http::header::{HeaderName, HeaderValue};
use std::{convert::TryInto, fmt};
use std::fmt;
/// Append headers to a response.
///