Skip to content

Remove the unaligned_references lint (issue #323)#328

Merged
eeeebbbbrrrr merged 2 commits into
developfrom
remove-unaligned_references-lint
Jun 9, 2023
Merged

Remove the unaligned_references lint (issue #323)#328
eeeebbbbrrrr merged 2 commits into
developfrom
remove-unaligned_references-lint

Conversation

@eeeebbbbrrrr

Copy link
Copy Markdown
Contributor

As of rust 1.69, the unaligned_references lint is depcreated as it's just built into the compiler.

PL/Rust now uses rust 1.70, so we don't need it. Removing it eliminates a compliation warning on user functions too.

As of rust 1.69, the `unaligned_references` lint is depcreated as it's
just built into the compiler.

PL/Rust now uses rust 1.70, so we don't need it.  Removing it eliminates a
compliation warning on user functions too.

@BradyBonnette BradyBonnette left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I sure do love it when things are removed 💖

@eeeebbbbrrrr
eeeebbbbrrrr merged commit 30c21bd into develop Jun 9, 2023
@eeeebbbbrrrr eeeebbbbrrrr mentioned this pull request Jun 14, 2023
@tcdidev
tcdidev deleted the remove-unaligned_references-lint branch February 27, 2026 17:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants