Skip to content

Commit 96633d3

Browse files
committed
---
yaml --- r: 195389 b: refs/heads/snap-stage3 c: 492b3b1 h: refs/heads/master i: 195387: 8e1d05a v: v3
1 parent 8492097 commit 96633d3

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: 14192d6df5cc714e5c9a3ca70b08f2514d977be2
33
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
4-
refs/heads/snap-stage3: 0705e6a12e57f89cb9847d85ddd0b6a6bc03ba8f
4+
refs/heads/snap-stage3: 492b3b163fc003658eece850fc241248dd66db02
55
refs/heads/try: 961e0358e1a5c0faaef606e31e9965742c1643bf
66
refs/tags/release-0.1: 1f5c5126e96c79d22cb7862f75304136e204f105
77
refs/heads/dist-snap: ba4081a5a8573875fed17545846f6f6902c8ba8d

branches/snap-stage3/src/librustc/middle/mem_categorization.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -315,8 +315,8 @@ impl MutabilityCategory {
315315
ret
316316
}
317317

318-
pub fn from_pointer_kind(base_mutbl: MutabilityCategory,
319-
ptr: PointerKind) -> MutabilityCategory {
318+
fn from_pointer_kind(base_mutbl: MutabilityCategory,
319+
ptr: PointerKind) -> MutabilityCategory {
320320
let ret = match ptr {
321321
Unique => {
322322
base_mutbl.inherit()

0 commit comments

Comments
 (0)