Commit a5008e9
Replace Duration::from_secs(3 * 3600) to Duration::from_hours(3)
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: D885225891 parent abcff8a commit a5008e9
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
80 | 80 | | |
81 | 81 | | |
82 | 82 | | |
83 | | - | |
| 83 | + | |
84 | 84 | | |
85 | 85 | | |
86 | 86 | | |
| |||
0 commit comments