File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
1
---
2
- refs/heads/master: 7905b791566e33d30c56286b6660acc0a9b97858
2
+ refs/heads/master: d1cde18af338b96c301f2886963eb896b627c0c0
3
3
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
4
4
refs/heads/snap-stage3: 4a81779abd786ff22d71434c6d9a5917ea4cdfff
5
5
refs/heads/try: 2898dcc5d97da9427ac367542382b6239d9c0bbf
Original file line number Diff line number Diff line change @@ -212,13 +212,13 @@ impl extensions<A:copy> for dvec<A> {
212
212
}
213
213
214
214
#[ doc = "Copy out an individual element" ]
215
- #[ inline]
215
+ #[ inline( always ) ]
216
216
fn [ ] ( idx: uint) -> A {
217
217
self. get_elt ( idx)
218
218
}
219
219
220
220
#[ doc = "Copy out an individual element" ]
221
- #[ inline]
221
+ #[ inline( always ) ]
222
222
fn get_elt ( idx : uint ) -> A {
223
223
self . check_not_borrowed ( ) ;
224
224
ret self. data [ idx] ;
You can’t perform that action at this time.
0 commit comments