Commit 7b1d46b
Replace Duration::from_secs(10 * 60 * 60) to Duration::from_hours(10)
Summary:
Rust 1.91 introduced `Duration::from_hours`.
This diff replaces some instances of `Duration::from_secs` with the corresponding `Duration::from_hours`.
Reviewed By: dtolnay
Differential Revision: D885225931 parent abcff8a commit 7b1d46b
1 file changed
+1
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
695 | 695 | | |
696 | 696 | | |
697 | 697 | | |
698 | | - | |
699 | | - | |
| 698 | + | |
700 | 699 | | |
701 | 700 | | |
702 | 701 | | |
| |||
0 commit comments