diff options
author | Melody Horn <melody@boringcactus.com> | 2021-03-31 13:10:41 -0600 |
---|---|---|
committer | Melody Horn <melody@boringcactus.com> | 2021-03-31 13:10:41 -0600 |
commit | dc02827184245392d3059bea150814d28d34a7fe (patch) | |
tree | b3366e05e5860ba42f5accd0dc8d87104b8479c0 /.clippy.toml | |
parent | e1a0584936b3aa5ce971e875dec750d2ae937d2e (diff) | |
download | makers-dc02827184245392d3059bea150814d28d34a7fe.tar.gz makers-dc02827184245392d3059bea150814d28d34a7fe.zip |
expand pedantry level
Diffstat (limited to '.clippy.toml')
-rw-r--r-- | .clippy.toml | 2 |
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", ] |