aboutsummaryrefslogtreecommitdiff
path: root/.clippy.toml
diff options
context:
space:
mode:
Diffstat (limited to '.clippy.toml')
-rw-r--r--.clippy.toml6
1 files changed, 6 insertions, 0 deletions
diff --git a/.clippy.toml b/.clippy.toml
new file mode 100644
index 0000000..ffa12fc
--- /dev/null
+++ b/.clippy.toml
@@ -0,0 +1,6 @@
+disallowed-methods = [
+ "core::option::Option::unwrap",
+ "core::option::Option::expect",
+ "core::result::Result::unwrap",
+ "core::result::Result::expect",
+]