Skip to content

Commit

Permalink
add #[allow(dead_code)] for TraitHandler::trait_meta_handler
Browse files Browse the repository at this point in the history
  • Loading branch information
magiclen committed Jun 1, 2024
1 parent e1aedcb commit 4a994a1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/trait_handlers/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ pub(crate) mod partial_eq;
pub(crate) mod partial_ord;

pub(crate) trait TraitHandler {
#[allow(dead_code)]
fn trait_meta_handler(
ast: &mut DeriveInput,
token_stream: &mut proc_macro2::TokenStream,
Expand Down

0 comments on commit 4a994a1

Please sign in to comment.