Avoid unnecessary unwrap

This commit is contained in:
oxalica 2024-09-03 16:01:12 -04:00
parent 81a566a097
commit 99d1311d63
9 changed files with 72 additions and 22 deletions

1
clippy.toml Normal file
View file

@ -0,0 +1 @@
allow-unwrap-in-tests = true