Add support for ptr::write for the invalid_reference_casting lint
This commit is contained in:
parent
b4d09f3b81
commit
7ee77b5d1b
5 changed files with 106 additions and 22 deletions
|
@ -1179,6 +1179,9 @@ symbols! {
|
|||
ptr_offset_from,
|
||||
ptr_offset_from_unsigned,
|
||||
ptr_unique,
|
||||
ptr_write,
|
||||
ptr_write_unaligned,
|
||||
ptr_write_volatile,
|
||||
pub_macro_rules,
|
||||
pub_restricted,
|
||||
public,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue