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

get rid of oldsmallintmap.rs #4738

Closed
thestinger opened this issue Feb 1, 2013 · 1 comment
Closed

get rid of oldsmallintmap.rs #4738

thestinger opened this issue Feb 1, 2013 · 1 comment
Labels
C-cleanup Category: PRs that clean code up or issues documenting cleanup. E-easy Call for participation: Easy difficulty. Experience needed to fix: Not much. Good first issue.
Milestone

Comments

@thestinger
Copy link
Contributor

This just involves porting a few uses in librustc, but to avoid just using a @ box again that likely involves some porting away from mutable fields and implicit self.

bors added a commit that referenced this issue Feb 25, 2013
Closes #4738.

The `std::smallintmap` module doesn't use an implicit @ box so I just added that explicitly for now to make porting simple.
@thestinger
Copy link
Contributor Author

Fixed by #5095

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
C-cleanup Category: PRs that clean code up or issues documenting cleanup. E-easy Call for participation: Easy difficulty. Experience needed to fix: Not much. Good first issue.
Projects
None yet
Development

No branches or pull requests

1 participant