-
Notifications
You must be signed in to change notification settings - Fork 13.7k
Commit 0fa8265
Rollup merge of #145968 - connortsui20:bound-copied, r=joboet
Add `Bound::copied`
Tracking Issue: #145966
Some questions:
- [x] Should I update the documentation for `cloned` to actual used a `Clone` type instead of an integer?
- [x] I removed the `must_use` since this is a cheap copy, does that make sense?1 file changed
+30
-2
lines changedOriginal file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
736 | 736 |
| |
737 | 737 |
| |
738 | 738 |
| |
739 | + | ||
740 | + | ||
741 | + | ||
742 | + | ||
743 | + | ||
744 | + | ||
745 | + | ||
746 | + | ||
747 | + | ||
748 | + | ||
749 | + | ||
750 | + | ||
751 | + | ||
752 | + | ||
753 | + | ||
754 | + | ||
755 | + | ||
756 | + | ||
757 | + | ||
758 | + | ||
759 | + | ||
760 | + | ||
761 | + | ||
762 | + | ||
763 | + | ||
739 | 764 |
| |
740 | 765 |
| |
741 | 766 |
| |
| |||
745 | 770 |
| |
746 | 771 |
| |
747 | 772 |
| |
748 | - | ||
749 | - | ||
773 | + | ||
774 | + | ||
775 | + | ||
776 | + | ||
777 | + | ||
750 | 778 |
| |
751 | 779 |
| |
752 | 780 |
| |
|
0 commit comments