As of rustc 1.69 we can remove the `unaligned_references` lint
eeeebbbbrrrr opened this issue · 1 comments
eeeebbbbrrrr commented
Seeing this against 1.69:
warning: lint `unaligned_references` has been removed: converted into hard error, see issue #82523 <https://github.com/rust-lang/rust/issues/82523> for more information
--> src/lib.rs:34:15
|
34 | #![forbid(unaligned_references)]
| ^^^^^^^^^^^^^^^^^^^^
|
= note: `#[warn(renamed_and_removed_lints)]` on by default
We should just remove the lint.
eeeebbbbrrrr commented
done in v1.2.0