Commit c193681
committed
Merge #56: Fix timestamp code duplications
9c65526 Refactor: deduplicate timestamp logic & remove excessive clippy allows (Oleksandr Zahorodnyi)
Pull request description:
This PR deduplicates the logic for retrieving the current Unix timestamp and remove excessive clippy allows in `interactive.rs`
ACKs for top commit:
KyrylR:
ACK 9c65526
Tree-SHA512: b7a43a4bc72839529f79b1e3e5530dba4df1f22998cd5535a6ad2fb81dd883591ba77752e5b147117ca019bf09d6cd9bbd23384caa15335f1e6af66cab6696421 file changed
+3
-11
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
29 | | - | |
30 | 29 | | |
31 | | - | |
32 | | - | |
33 | | - | |
34 | | - | |
| 30 | + | |
35 | 31 | | |
36 | 32 | | |
37 | 33 | | |
| |||
63 | 59 | | |
64 | 60 | | |
65 | 61 | | |
66 | | - | |
67 | 62 | | |
68 | | - | |
69 | | - | |
70 | | - | |
71 | | - | |
| 63 | + | |
72 | 64 | | |
73 | 65 | | |
74 | 66 | | |
| |||
556 | 548 | | |
557 | 549 | | |
558 | 550 | | |
559 | | - | |
| 551 | + | |
560 | 552 | | |
561 | 553 | | |
562 | 554 | | |
| |||
0 commit comments