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

TrieSet should impl Set/MutableSet; add with_capacity to PriorityQueue/SmallIntMap #13061

Closed
wants to merge 2 commits into from

Conversation

erickt
Copy link
Contributor

@erickt erickt commented Mar 21, 2014

Two minor tweaks to collections. This makes TrieSet implement Set and MutableSet. It also allows preinitialization of PriorityQueue and SmallIntMap.

@alexcrichton
Copy link
Member

r=me, but travis takes umbridge to these commits

@alexcrichton
Copy link
Member

Closing due to inactivity, but feel free to reopen with the tests fixed!

@erickt erickt reopened this Apr 4, 2014
@erickt
Copy link
Contributor Author

erickt commented Apr 4, 2014

@alexcrichton: Oops, completely forgot to fix this. I reopened and rebased it onto head.

@erickt
Copy link
Contributor Author

erickt commented Apr 4, 2014

Ack, reopening this did weird things, I'll just submit a new PR.

@erickt erickt closed this Apr 4, 2014
lnicola pushed a commit to lnicola/rust that referenced this pull request Aug 23, 2022
feat: Improved inline_call to replace `Self`

Fixes rust-lang#13060
flip1995 pushed a commit to flip1995/rust that referenced this pull request Jul 25, 2024
Fix `manual_unwrap_or` false positive

changelog: [`manual_unwrap_or`]: fix false positive of `if let Option<T>`

Closes rust-lang#13018
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