We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9a07dc9 commit 1c51cc0Copy full SHA for 1c51cc0
1 file changed
types/range.rs
@@ -63,11 +63,11 @@ trait BoundSided {
63
64
/// A tag type representing an upper bound
65
#[deriving(Eq,Clone)]
66
-pub struct UpperBound;
+pub enum UpperBound {}
67
68
/// A tag type representing a lower bound
69
70
-pub struct LowerBound;
+pub enum LowerBound {}
71
72
impl BoundSided for UpperBound {
73
fn side(_: Option<UpperBound>) -> BoundSide {
0 commit comments