Skip to content

Commit 7b009de

Browse files
committed
Include lifetime name
1 parent f61054a commit 7b009de

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

util/src/grid.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@ where
164164
pub fn intersecting<'a>(
165165
&'a self,
166166
bounds: &'a AxisBox<T, N>,
167-
) -> impl Iterator<Item = (usize, &U)> {
167+
) -> impl Iterator<Item = (usize, &'a U)> {
168168
let mut seen = HashSet::default();
169169
bounds
170170
.intersecting_lattice(self.cell)

0 commit comments

Comments
 (0)