arc: mark RWARC as non-Const
This commit is contained in:
@@ -252,6 +252,7 @@ struct RWARCInner<T> { lock: RWlock, failed: bool, data: T }
|
|||||||
*
|
*
|
||||||
* Unlike mutex_arcs, rw_arcs are safe, because they cannot be nested.
|
* Unlike mutex_arcs, rw_arcs are safe, because they cannot be nested.
|
||||||
*/
|
*/
|
||||||
|
#[mutable]
|
||||||
struct RWARC<T> {
|
struct RWARC<T> {
|
||||||
x: SharedMutableState<RWARCInner<T>>,
|
x: SharedMutableState<RWARCInner<T>>,
|
||||||
cant_nest: ()
|
cant_nest: ()
|
||||||
|
|||||||
Reference in New Issue
Block a user