File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
branches/snap-stage3/src/libarena 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
2
refs/heads/master: 62f1d68439dcfd509eaca29887afa97f22938373
3
3
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
4
- refs/heads/snap-stage3: f3682b56392bc255ca572f75dd9eb59cb0730add
4
+ refs/heads/snap-stage3: 9a37416dbed5583c67bf4566a4e2395c29de7ce8
5
5
refs/heads/try: db814977d07bd798feb24f6b74c00800ef458a13
6
6
refs/tags/release-0.1: 1f5c5126e96c79d22cb7862f75304136e204f105
7
7
refs/heads/ndm: f3868061cd7988080c30d6d5bf352a5a5fe2460b
Original file line number Diff line number Diff line change @@ -54,11 +54,11 @@ struct Chunk {
54
54
}
55
55
impl Chunk {
56
56
fn capacity ( & self ) -> uint {
57
- self . data . deref ( ) . borrow ( ) . get ( ) . capacity ( )
57
+ self . data . borrow ( ) . capacity ( )
58
58
}
59
59
60
60
unsafe fn as_ptr ( & self ) -> * u8 {
61
- self . data . deref ( ) . borrow ( ) . get ( ) . as_ptr ( )
61
+ self . data . borrow ( ) . as_ptr ( )
62
62
}
63
63
}
64
64
You can’t perform that action at this time.
0 commit comments