Skip to content

As of rustc 1.69 we can remove the unaligned_references lint #323

@eeeebbbbrrrr

Description

@eeeebbbbrrrr

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.

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions