make writes_through_immutable_pointer a hard error
This commit is contained in:
parent
355a307a87
commit
8b642a1883
7 changed files with 23 additions and 102 deletions
|
@ -569,7 +569,8 @@ fn register_builtins(store: &mut LintStore) {
|
|||
"byte_slice_in_packed_struct_with_derive",
|
||||
"converted into hard error, see issue #107457 \
|
||||
<https://github.com/rust-lang/rust/issues/107457> for more information",
|
||||
)
|
||||
);
|
||||
store.register_removed("writes_through_immutable_pointer", "converted into hard error");
|
||||
}
|
||||
|
||||
fn register_internals(store: &mut LintStore) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue