Skip to content

Commit

Permalink
chore: add clippy allow
Browse files Browse the repository at this point in the history
  • Loading branch information
drewstone committed Nov 16, 2024
1 parent 5b6f49d commit c9bf823
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions macros/context-derive/src/services.rs
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ use syn::DeriveInput;
use crate::cfg::FieldInfo;

/// Generate the `ServicesContext` implementation for the given struct.
#[allow(clippy::too_many_lines)]
pub fn generate_context_impl(
DeriveInput {
ident: name,
Expand Down

0 comments on commit c9bf823

Please sign in to comment.