Skip to content

Commit

Permalink
Add Clippy allow marker
Browse files Browse the repository at this point in the history
  • Loading branch information
RReverser committed Jan 16, 2024
1 parent cc5277d commit da20d39
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/module.rs
Original file line number Diff line number Diff line change
Expand Up @@ -182,6 +182,7 @@ impl Module {
/// });
/// # Ok(())
/// # }
#[allow(clippy::missing_panics_doc)]
pub fn find_or_insert_std_section<T: StdPayload>(
&mut self,
insert_callback: impl FnOnce() -> T,
Expand Down

0 comments on commit da20d39

Please sign in to comment.