Remove OptionalFromRequestParts impl for Query (#3088)

This commit is contained in:
Jonas Platte
2024-12-25 18:56:48 +01:00
committed by GitHub
parent 1bc694878b
commit 3bb12abc8d
6 changed files with 12 additions and 94 deletions
-1
View File
@@ -41,7 +41,6 @@ pub use self::cookie::SignedCookieJar;
pub use self::form::{Form, FormRejection};
#[cfg(feature = "query")]
#[allow(deprecated)]
pub use self::query::OptionalQuery;
#[cfg(feature = "query")]
pub use self::query::{OptionalQueryRejection, Query, QueryRejection};