Skip to content

Commit

Permalink
removed lint
Browse files Browse the repository at this point in the history
  • Loading branch information
CraZySacX committed Nov 3, 2022
1 parent 3e9e68f commit fad821d
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions src/lib.rs
Expand Up @@ -245,7 +245,6 @@
pointer_structural_match,
private_in_public,
proc_macro_back_compat,
proc_macro_derive_resolution_fallback,
redundant_semicolons,
renamed_and_removed_lints,
rust_2021_incompatible_closure_captures,
Expand Down Expand Up @@ -305,11 +304,7 @@
// nightly or beta only lints
#![cfg_attr(
all(msrv, any(beta_lints, nightly_lints)),
deny(
deref_into_dyn_supertrait,
proc_macro_back_compat,
proc_macro_derive_resolution_fallback
)
deny(deref_into_dyn_supertrait, proc_macro_back_compat)
)]
// beta only lints
// #![cfg_attr(all(msrv, beta_lints), deny())]
Expand Down

0 comments on commit fad821d

Please sign in to comment.