We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 20074fb commit 153a5c2Copy full SHA for 153a5c2
Cargo.toml
@@ -67,7 +67,7 @@ branches_sharing_code = { level = "warn", priority = -9 }
67
uninlined-format-args = "allow"
68
69
arithmetic_side_effects = { level = "warn", priority = 0 }
70
-unchecked_duration_subtraction = { level = "deny", priority = 0 }
+unchecked_time_subtraction = { level = "deny", priority = 0 }
71
72
# Misc
73
multiple_unsafe_ops_per_block = { level = "warn", priority = 0 }
0 commit comments