Commit 155e8d4
authored
Implement From<RangeFull> for Times (#155)
I just noticed this is a bit of an odd one out in the implementation. I
believe RangeFull is the default so a user doesn't have to set it
explicitly. But if they did just out of idle habit then there wasn't a
From conversion.
Not really a big thing but I just figured it would be a mildly nicer DX
if `N..` `..N` and `..` all worked as arguments.1 parent 4c79601 commit 155e8d4
1 file changed
+6
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
765 | 765 | | |
766 | 766 | | |
767 | 767 | | |
| 768 | + | |
| 769 | + | |
| 770 | + | |
| 771 | + | |
| 772 | + | |
| 773 | + | |
768 | 774 | | |
769 | 775 | | |
770 | 776 | | |
| |||
0 commit comments