We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents caabf5c + edd27f1 commit eb197e0Copy full SHA for eb197e0
src/bvh/bvh_node.rs
@@ -425,7 +425,7 @@ impl<S> Shapes<'_, S> {
425
}
426
427
/// Creates a [`Shapes`] that inherits its lifetime from the slice.
428
- pub(crate) fn from_slice<T: BHValue, const D: usize>(slice: &mut [S]) -> Shapes<S>
+ pub(crate) fn from_slice<T: BHValue, const D: usize>(slice: &mut [S]) -> Shapes<'_, S>
429
where
430
S: BHShape<T, D>,
431
{
0 commit comments