Skip to content

Minor alloc-related cleanups #623

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

Merged
merged 2 commits into from
Jan 2, 2023

Conversation

nicholasbishop
Copy link
Member

No functional changes, just some minor code cleanups.

Checklist

  • Sensible git history (for example, squash "typo" or "fix" commits). See the Rewriting History guide for help.
  • Update the changelog (if necessary)

`macro_use` isn't required; `use alloc::vec;` should work fine if we need it.
In some places we have `use crate::alloc::...`, which isn't necessary: `use
alloc::...` works fine.
@phip1611 phip1611 merged commit 22f6869 into rust-osdev:main Jan 2, 2023
@nicholasbishop nicholasbishop deleted the bishop-alloc-cleanup branch January 3, 2023 15:51
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