Skip to content

Commit

Permalink
clippy
Browse files Browse the repository at this point in the history
  • Loading branch information
bkontur committed Aug 12, 2024
1 parent e02774e commit e0dc270
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@ pub enum ExecutionMode {
Runtime,
}

#[allow(missing_docs)]
#[derive(Debug, Default, Clone)]
#[cfg_attr(test, derive(PartialEq))]
pub struct InnerValue<V> {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -813,7 +813,9 @@ where
/// or an owned extension.
#[cfg(feature = "std")]
pub enum OverlayedExtension<'a> {
#[allow(missing_docs)]
MutRef(&'a mut Box<dyn Extension>),
#[allow(missing_docs)]
Owned(Box<dyn Extension>),
}

Expand Down

0 comments on commit e0dc270

Please sign in to comment.