diff --git a/crates/examples/Cargo.toml b/crates/examples/Cargo.toml index 8df4554..fb6bcc5 100644 --- a/crates/examples/Cargo.toml +++ b/crates/examples/Cargo.toml @@ -58,6 +58,8 @@ name = "simple_write" required-features = ["write"] [lints.clippy] +# Style. +collapsible_match = "allow" nonminimal_bool = "allow" single_match = "allow" uninlined_format_args = "allow"