Skip to content

Commit

Permalink
chore: allow dead code
Browse files Browse the repository at this point in the history
  • Loading branch information
jpedroh committed Jul 20, 2024
1 parent 9c9368f commit 859e629
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions matching/src/matching_configuration.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ use matching_handlers::MatchingHandlers;
use model::Language;

pub struct MatchingConfiguration<'a> {
#[allow(dead_code)]
pub(crate) handlers: MatchingHandlers<'a>,
}

Expand Down

0 comments on commit 859e629

Please sign in to comment.