Skip to content

Commit 146bd93

Browse files
committed
---
yaml --- r: 168932 b: refs/heads/snap-stage3 c: 5344ae2 h: refs/heads/master v: v3
1 parent 8571f79 commit 146bd93

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
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: 5e21e17d9638d14af41e27e5ca9a21c8a1bc0170
33
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
4-
refs/heads/snap-stage3: 817f75d2fbc15dd152c9473e012ec5271cb5e94b
4+
refs/heads/snap-stage3: 5344ae2d4f66f5e8392b325320eeec0af29f503c
55
refs/heads/try: 5204084bd2e46af7cc6e0147430e44dd0d657bbb
66
refs/tags/release-0.1: 1f5c5126e96c79d22cb7862f75304136e204f105
77
refs/heads/dist-snap: ba4081a5a8573875fed17545846f6f6902c8ba8d

branches/snap-stage3/src/libstd/sync/rwlock.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ unsafe impl Sync for StaticRwLock {}
101101

102102
/// Constant initialization for a statically-initialized rwlock.
103103
#[unstable = "may be merged with RwLock in the future"]
104-
pub const RWLOCK_INIT: StaticRwLock = StaticRwLock {
104+
pub const RW_LOCK_INIT: StaticRwLock = StaticRwLock {
105105
lock: sys::RWLOCK_INIT,
106106
poison: poison::FLAG_INIT,
107107
};

0 commit comments

Comments
 (0)