units: Correct docs on private Sealed trait
Trivial fix to the rustdocs on private trait (required to keep linter quiet).
This commit is contained in:
parent
3985333e23
commit
d97cbc6d27
|
@ -70,7 +70,7 @@ macro_rules! impl_integer {
|
||||||
impl_integer!(u8, i8, u16, i16, u32, i32, u64, i64, u128, i128);
|
impl_integer!(u8, i8, u16, i16, u32, i32, u64, i64, u128, i128);
|
||||||
|
|
||||||
mod sealed {
|
mod sealed {
|
||||||
/// Seals the extension traits.
|
/// Seals the `Integer` trait.
|
||||||
pub trait Sealed {}
|
pub trait Sealed {}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue