Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refactor: use or_default() instead of or_insert_with()
Since rust1.73 was released, clippy recommends using or_default() - https://rust-lang.github.io/rust-clippy/master/index.html#/unwrap_or_default
- Loading branch information