Skip to content

Commit ca2c5f3

Browse files
committed
Remove unannotated method in extern spec
1 parent dda0452 commit ca2c5f3

1 file changed

Lines changed: 0 additions & 5 deletions

File tree

flux_support/src/extern_specs/range.rs

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -36,11 +36,6 @@ trait RangeBounds<T> {
3636

3737
#[flux_rs::sig(fn(&Self) -> Bound<&T>)]
3838
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>;
4439
// {
4540
// (match self.start_bound() {
4641
// Included(start) => start <= item,

0 commit comments

Comments
 (0)