Commit ee51839
Replace Duration::from_secs(3 * 3600) to Duration::from_hours(3) (#299)
Summary:
Pull Request resolved: #299
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: D88522589
fbshipit-source-id: 234541aa06e20e74ce80b9e4d4756dc3e7d453961 parent d15dfbe commit ee51839
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