Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix compiling in nightly #33

Merged
merged 2 commits into from
Oct 20, 2024
Merged

Fix compiling in nightly #33

merged 2 commits into from
Oct 20, 2024

Conversation

kerosina
Copy link
Contributor

In nightly, the compiler complains about the box_pointers lint:

error: lint `box_pointers` has been removed: it does not detect other kinds of allocations, and existed only for historical reasons
  --> src\cast\cast_channel.rs:12:10
   |
12 | #![allow(box_pointers)]
   |

It was removed 4 months ago.
This PR removes this lint from both cast_channel.rs and authority_keys.rs.

@azasypkin
Copy link
Owner

Hey @kerosina,

Thanks for the PR! I see the CI is failing for some reason, I'll check it out later this weekend and merge your PR.

@azasypkin azasypkin merged commit e904dbe into azasypkin:main Oct 20, 2024
0 of 2 checks passed
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