Skip to content

Commit 318f966

Browse files
committed
---
yaml --- r: 36372 b: refs/heads/master c: 5344ae2 h: refs/heads/master
1 parent dc6cfb4 commit 318f966

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

[refs]

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
---
2-
refs/heads/master: 817f75d2fbc15dd152c9473e012ec5271cb5e94b
2+
refs/heads/master: 5344ae2d4f66f5e8392b325320eeec0af29f503c

trunk/src/libstd/sync/rwlock.rs

+1-1
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)