aboutsummaryrefslogtreecommitdiff
path: root/.clippy.toml
diff options
context:
space:
mode:
authorMelody Horn <melody@boringcactus.com>2021-03-31 13:10:41 -0600
committerMelody Horn <melody@boringcactus.com>2021-03-31 13:10:41 -0600
commitdc02827184245392d3059bea150814d28d34a7fe (patch)
treeb3366e05e5860ba42f5accd0dc8d87104b8479c0 /.clippy.toml
parente1a0584936b3aa5ce971e875dec750d2ae937d2e (diff)
downloadmakers-dc02827184245392d3059bea150814d28d34a7fe.tar.gz
makers-dc02827184245392d3059bea150814d28d34a7fe.zip
expand pedantry level
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",
]