diff --git a/units/src/weight.rs b/units/src/weight.rs index 6649b4d64..6b4607eac 100644 --- a/units/src/weight.rs +++ b/units/src/weight.rs @@ -16,7 +16,6 @@ use crate::CheckedSum; pub const WITNESS_SCALE_FACTOR: usize = 4; mod encapsulate { - /// The weight of a transaction or block. /// /// This is an integer newtype representing [`Weight`] in `wu`. It provides protection