rust/tests/ui/size_of_in_element_count
Samuel Tardieu bbd58d19d4 Do not trigger [size_of_in_element_count] for u8
Counting in bytes for a pointer to `u8` is legitimate and must not
trigger the lint. Also, this prevents linting the
`{std,core}::ptr::write_bytes` as it manipulates bytes.
2025-01-17 00:43:36 +01:00
..
expressions.rs Do not trigger [size_of_in_element_count] for u8 2025-01-17 00:43:36 +01:00
expressions.stderr Do not trigger [size_of_in_element_count] for u8 2025-01-17 00:43:36 +01:00
functions.rs Do not trigger [size_of_in_element_count] for u8 2025-01-17 00:43:36 +01:00
functions.stderr Do not trigger [size_of_in_element_count] for u8 2025-01-17 00:43:36 +01:00