Loading src/manifest.rs +1 −1 Original line number Diff line number Diff line Loading @@ -23,7 +23,7 @@ /// assert!(a == b); /// ``` #[derive(Debug, Clone, PartialEq, Eq, Default)] #[derive(Debug, Clone, Copy, PartialEq, Eq, Default)] #[non_exhaustive] pub struct Manifest { /// The maximum depth of a version number. Loading Loading
src/manifest.rs +1 −1 Original line number Diff line number Diff line Loading @@ -23,7 +23,7 @@ /// assert!(a == b); /// ``` #[derive(Debug, Clone, PartialEq, Eq, Default)] #[derive(Debug, Clone, Copy, PartialEq, Eq, Default)] #[non_exhaustive] pub struct Manifest { /// The maximum depth of a version number. Loading