Skip to content

Commit e0dc270

Browse files
committed
clippy
1 parent e02774e commit e0dc270

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

substrate/primitives/state-machine/src/overlayed_changes/changeset.rs

+1
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,7 @@ pub enum ExecutionMode {
6565
Runtime,
6666
}
6767

68+
#[allow(missing_docs)]
6869
#[derive(Debug, Default, Clone)]
6970
#[cfg_attr(test, derive(PartialEq))]
7071
pub struct InnerValue<V> {

substrate/primitives/state-machine/src/overlayed_changes/mod.rs

+2
Original file line numberDiff line numberDiff line change
@@ -813,7 +813,9 @@ where
813813
/// or an owned extension.
814814
#[cfg(feature = "std")]
815815
pub enum OverlayedExtension<'a> {
816+
#[allow(missing_docs)]
816817
MutRef(&'a mut Box<dyn Extension>),
818+
#[allow(missing_docs)]
817819
Owned(Box<dyn Extension>),
818820
}
819821

0 commit comments

Comments
 (0)