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