Skip to content

Commit ae4812b

Browse files
committed
Auto merge of #23256 - apasel422:bound, r=alexcrichton
2 parents f899513 + f58a653 commit ae4812b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/libcollections/lib.rs

+1
Original file line numberDiff line numberDiff line change
@@ -175,6 +175,7 @@ mod prelude {
175175
}
176176

177177
/// An endpoint of a range of keys.
178+
#[derive(Clone, Copy, Debug, Hash, PartialEq, Eq)]
178179
pub enum Bound<T> {
179180
/// An inclusive bound.
180181
Included(T),

0 commit comments

Comments
 (0)