Skip to content

Commit 75c9f51

Browse files
committed
Bless ui tests
1 parent 18f12b4 commit 75c9f51

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/bindings/tests/ui/tables.stderr

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@ error[E0277]: the trait bound `Alpha: IndexScanRangeBounds<(Alpha,), SingleBound
166166
note: required by a bound in `RangedIndex::<Tbl, IndexType, Idx>::filter`
167167
--> src/table.rs
168168
|
169-
| pub fn filter<B, K>(&self, b: B) -> impl Iterator<Item = Tbl::Row>
169+
| pub fn filter<B, K>(&self, b: B) -> impl Iterator<Item = Tbl::Row> + use<B, K, Tbl, IndexType, Idx>
170170
| ------ required by a bound in this associated function
171171
| where
172172
| B: IndexScanRangeBounds<IndexType, K>,

0 commit comments

Comments
 (0)