File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change 1
1
---
2
- refs/heads/master: 29806052cec82925c09bc77f39730925a5e4c732
2
+ refs/heads/master: 75d3690df938f4c4bf2bff44af7c142090082961
3
3
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
4
4
refs/heads/snap-stage3: ec0258a381b88b5574e3f8ce72ae553ac3a574b7
5
5
refs/heads/try: 7c6c492fb2af9a85f21ff952942df3523b22fd17
Original file line number Diff line number Diff line change @@ -107,9 +107,11 @@ impl<T: TotalOrd> PriorityQueue<T> {
107
107
}
108
108
}
109
109
110
+ #[ allow( dead_code) ]
110
111
#[ deprecated="renamed to `into_vec`" ]
111
112
fn to_vec ( self ) -> Vec < T > { self . into_vec ( ) }
112
113
114
+ #[ allow( dead_code) ]
113
115
#[ deprecated="renamed to `into_sorted_vec`" ]
114
116
fn to_sorted_vec ( self ) -> Vec < T > { self . into_sorted_vec ( ) }
115
117
You can’t perform that action at this time.
0 commit comments