Structsยง
Enumsยง
- Pattern
Kind ๐
Staticsยง
- INVALID_
REFERENCE_ ๐CASTING - The
invalid_reference_casting
lint checks for casts of&T
to&mut T
without using interior mutability.
invalid_reference_casting
lint checks for casts of &T
to &mut T
without using interior mutability.