Skip to content

Commit

Permalink
Update create.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
chris-ha458 committed Sep 19, 2023
1 parent 354b5f9 commit 93f6fba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/impls/create.rs
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ where
fn default() -> Self {
Self {
map: HashMap::default(),
zero: Default::default(),
zero: N::default(),
}
}
}

0 comments on commit 93f6fba

Please sign in to comment.