Skip to content

Commit

Permalink
silence clippy warning
Browse files Browse the repository at this point in the history
  • Loading branch information
micahrj committed Aug 24, 2024
1 parent f43e0b2 commit 64d9e16
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/format/clap/factory.rs
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ unsafe impl<P> Sync for Factory<P> {}

#[doc(hidden)]
impl<P: Plugin + ClapPlugin> Factory<P> {
#[allow(clippy::new_without_default)]
pub const fn new() -> Self {
Factory {
factory: clap_plugin_factory {
Expand Down

0 comments on commit 64d9e16

Please sign in to comment.