Skip to content

Commit 153a5c2

Browse files
committed
fix: rename unchecked_duration_subtraction to unchecked_time_subtraction in Cargo.toml
1 parent 20074fb commit 153a5c2

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
@@ -67,7 +67,7 @@ branches_sharing_code = { level = "warn", priority = -9 }
6767
uninlined-format-args = "allow"
6868

6969
arithmetic_side_effects = { level = "warn", priority = 0 }
70-
unchecked_duration_subtraction = { level = "deny", priority = 0 }
70+
unchecked_time_subtraction = { level = "deny", priority = 0 }
7171

7272
# Misc
7373
multiple_unsafe_ops_per_block = { level = "warn", priority = 0 }

0 commit comments

Comments
 (0)