aboutsummaryrefslogtreecommitdiff
path: root/clippy.toml
diff options
context:
space:
mode:
authorRuben Beltran del Rio <jj@r.bdr.sh>2025-12-17 00:07:48 +0100
committerRuben Beltran del Rio <jj@r.bdr.sh>2025-12-17 00:48:55 +0100
commitd07882b21f5e68b84469a6bf94ce20b06a09a3fa (patch)
tree43892225081709f8be81222149d3abe91ee3a1fa /clippy.toml
Initial implementation
Diffstat (limited to 'clippy.toml')
-rw-r--r--clippy.toml2
1 files changed, 2 insertions, 0 deletions
diff --git a/clippy.toml b/clippy.toml
new file mode 100644
index 0000000..0358cdb
--- /dev/null
+++ b/clippy.toml
@@ -0,0 +1,2 @@
+allow-unwrap-in-tests = true
+allow-expect-in-tests = true