Skip to content

Commit 9745276

Browse files
committed
Adhere to unchecked-duration-subtraction lint rename
Recent versions of Rust have renamed the unchecked-duration-subtraction lint to unchecked-time-subtraction. Adhere to this rename to silence any warnings pertaining the usage of the former. Signed-off-by: Daniel Müller <[email protected]>
1 parent 877ecc9 commit 9745276

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
@@ -53,6 +53,6 @@ doc-markdown = "warn"
5353
join-absolute-paths = "warn"
5454
large-enum-variant = "warn"
5555
redundant-closure-for-method-calls = "warn"
56-
unchecked-duration-subtraction = "warn"
56+
unchecked-time-subtraction = "warn"
5757
uninlined-format-args = "warn"
5858
wildcard-imports = "warn"

0 commit comments

Comments
 (0)