Removing some mutable fields in libstd
This commit is contained in:
parent
5641777318
commit
3136fba5ae
7 changed files with 91 additions and 92 deletions
|
@ -259,7 +259,7 @@ struct RWARCInner<T> { lock: RWlock, failed: bool, data: T }
|
|||
*/
|
||||
struct RWARC<T> {
|
||||
x: SharedMutableState<RWARCInner<T>>,
|
||||
mut cant_nest: ()
|
||||
cant_nest: ()
|
||||
}
|
||||
|
||||
/// Create a reader/writer ARC with the supplied data.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue