Skip to content

Commit fefa3bf

Browse files
authored
Test behaviour adjustments (#25)
Added `clippy.toml` that allows using `unwrap()` and index slicing in test context
1 parent 278ce1c commit fefa3bf

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

clippy.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
allow-unwrap-in-tests = true
2+
allow-indexing-slicing-in-tests = true

0 commit comments

Comments
 (0)