libstd: Start warning about mutable fields, now that they only exist in stage0
This commit is contained in:
parent
bba0680cb0
commit
ee78d811e4
@ -28,7 +28,9 @@ not required in or otherwise suitable for the core library.
|
||||
|
||||
#[allow(vecs_implicitly_copyable)];
|
||||
#[deny(non_camel_case_types)];
|
||||
#[allow(deprecated_mutable_fields)];
|
||||
|
||||
// Allow mutable fields only in stage0.
|
||||
#[warn(deprecated_mutable_fields)];
|
||||
|
||||
pub mod uv_ll;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user