Skip to content

Commit caf5f54

Browse files
committed
chore(build): Update for new clippy
1 parent 67cb2c4 commit caf5f54

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -260,7 +260,7 @@ suspicious_xor_used_as_pow = "deny"
260260
tests_outside_test_module = "deny" # blocked by https://github.com/rust-lang/rust-clippy/pull/13038
261261
trivially_copy_pass_by_ref = "deny"
262262
try_err = "deny"
263-
unchecked_duration_subtraction = "deny"
263+
unchecked_time_subtraction = "deny"
264264
undocumented_unsafe_blocks = "deny"
265265
unimplemented = "allow" # A lot of things are still unimplemented, but when it's ready...
266266
uninlined_format_args = "deny"

0 commit comments

Comments
 (0)