Skip to content

Commit a4ea4ff

Browse files
committed
Derive Clone for BoundSide
1 parent ecbb64c commit a4ea4ff

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ impl Normalizable for Timespec {
152152
}
153153

154154
/// The possible sides of a bound
155-
#[derive(PartialEq, Eq, Copy)]
155+
#[derive(PartialEq, Eq, Clone, Copy)]
156156
pub enum BoundSide {
157157
/// An upper bound
158158
Upper,

0 commit comments

Comments
 (0)