There was an error while loading. Please reload this page.
1 parent dda0452 commit ca2c5f3Copy full SHA for ca2c5f3
1 file changed
flux_support/src/extern_specs/range.rs
@@ -36,11 +36,6 @@ trait RangeBounds<T> {
36
37
#[flux_rs::sig(fn(&Self) -> Bound<&T>)]
38
fn end_bound(&self) -> Bound<&T>;
39
-
40
- fn contains<U>(&self, item: &U) -> bool
41
- where
42
- T: PartialOrd<U>,
43
- U: ?Sized + PartialOrd<T>;
44
// {
45
// (match self.start_bound() {
46
// Included(start) => start <= item,
0 commit comments