Fix wasm tests
This commit is contained in:
@@ -18,7 +18,7 @@ pub struct UniformArrayStrategy<S, T> {
|
||||
}
|
||||
|
||||
impl<S, T> UniformArrayStrategy<S, T> {
|
||||
pub fn new(strategy: S) -> Self {
|
||||
pub const fn new(strategy: S) -> Self {
|
||||
Self {
|
||||
strategy,
|
||||
_marker: PhantomData,
|
||||
|
||||
Reference in New Issue
Block a user