We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 67cb2c4 commit caf5f54Copy full SHA for caf5f54
Cargo.toml
@@ -260,7 +260,7 @@ suspicious_xor_used_as_pow = "deny"
260
tests_outside_test_module = "deny" # blocked by https://github.com/rust-lang/rust-clippy/pull/13038
261
trivially_copy_pass_by_ref = "deny"
262
try_err = "deny"
263
-unchecked_duration_subtraction = "deny"
+unchecked_time_subtraction = "deny"
264
undocumented_unsafe_blocks = "deny"
265
unimplemented = "allow" # A lot of things are still unimplemented, but when it's ready...
266
uninlined_format_args = "deny"
0 commit comments