We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dc6cfb4 commit 318f966Copy full SHA for 318f966
[refs]
@@ -1,2 +1,2 @@
1
---
2
-refs/heads/master: 817f75d2fbc15dd152c9473e012ec5271cb5e94b
+refs/heads/master: 5344ae2d4f66f5e8392b325320eeec0af29f503c
trunk/src/libstd/sync/rwlock.rs
@@ -101,7 +101,7 @@ unsafe impl Sync for StaticRwLock {}
101
102
/// Constant initialization for a statically-initialized rwlock.
103
#[unstable = "may be merged with RwLock in the future"]
104
-pub const RWLOCK_INIT: StaticRwLock = StaticRwLock {
+pub const RW_LOCK_INIT: StaticRwLock = StaticRwLock {
105
lock: sys::RWLOCK_INIT,
106
poison: poison::FLAG_INIT,
107
};
0 commit comments