diff --git a/clippy.toml b/clippy.toml new file mode 100644 index 0000000..9d69658 --- /dev/null +++ b/clippy.toml @@ -0,0 +1,2 @@ +allow-unwrap-in-tests = true +allow-indexing-slicing-in-tests = true