Skip to content

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