Skip to content

Commit

Permalink
chore(ci): Remove allow-print-in-tests due to MSRV
Browse files Browse the repository at this point in the history
  • Loading branch information
epage committed Mar 30, 2023
1 parent 376ae67 commit c99ef98
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .clippy.toml
Expand Up @@ -3,7 +3,6 @@ warn-on-all-wildcard-imports = true
allow-expect-in-tests = true
allow-unwrap-in-tests = true
allow-dbg-in-tests = true
allow-print-in-tests = true
disallowed-methods = [
{ path = "std::option::Option::map_or", reason = "use `map(..).unwrap_or(..)`" },
{ path = "std::option::Option::map_or_else", reason = "use `map(..).unwrap_or_else(..)`" },
Expand Down

0 comments on commit c99ef98

Please sign in to comment.