Update allowed lints for MSRV of 1.75.

This commit is contained in:
Rong "Mantle" Bao 2024-01-04 08:39:46 +08:00 committed by Sergio Benitez
parent dcde224648
commit ff12b1d4bc
1 changed files with 1 additions and 4 deletions

View File

@ -123,9 +123,6 @@ pub fn derive_from_form(input: proc_macro::TokenStream) -> TokenStream {
Ok(quote_spanned! { mixed(input.span())=>
/// Rocket generated FormForm context.
#[doc(hidden)]
#[allow(unknown_lints)]
#[allow(renamed_and_removed_lints)]
#[allow(private_in_public)]
#[allow(private_bounds)]
#vis struct #ctxt_ty #impl_gen #where_clause {
__opts: #_form::Options,