Skip to content

Commit 5456cdc

Browse files
committed
---
yaml --- r: 105038 b: refs/heads/snap-stage3 c: 9a37416 h: refs/heads/master v: v3
1 parent e558433 commit 5456cdc

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
refs/heads/master: 62f1d68439dcfd509eaca29887afa97f22938373
33
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
4-
refs/heads/snap-stage3: f3682b56392bc255ca572f75dd9eb59cb0730add
4+
refs/heads/snap-stage3: 9a37416dbed5583c67bf4566a4e2395c29de7ce8
55
refs/heads/try: db814977d07bd798feb24f6b74c00800ef458a13
66
refs/tags/release-0.1: 1f5c5126e96c79d22cb7862f75304136e204f105
77
refs/heads/ndm: f3868061cd7988080c30d6d5bf352a5a5fe2460b

branches/snap-stage3/src/libarena/lib.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,11 +54,11 @@ struct Chunk {
5454
}
5555
impl Chunk {
5656
fn capacity(&self) -> uint {
57-
self.data.deref().borrow().get().capacity()
57+
self.data.borrow().capacity()
5858
}
5959

6060
unsafe fn as_ptr(&self) -> *u8 {
61-
self.data.deref().borrow().get().as_ptr()
61+
self.data.borrow().as_ptr()
6262
}
6363
}
6464

0 commit comments

Comments
 (0)