-
Notifications
You must be signed in to change notification settings - Fork 13k
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
Remove outdated comments #109406
The head ref may contain hidden characters: "\u{1F95B}"
Remove outdated comments #109406
Conversation
r? @cuviper (rustbot has picked a reviewer for you, use r? to override) |
This comment was marked as resolved.
This comment was marked as resolved.
// This is pretty much entirely stolen from TreeSet, since BTreeMap has an identical interface | ||
// to TreeMap | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
// FIXME(conventions): implement bounded iterators | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think this refers range
, which was added. Originated in #18605. Similar comment for map was removed since.
// Future Optimization (FIXME!) | ||
// ============================ | ||
// | ||
// Iteration over zero sized values is a noop. There is no need | ||
// for `bucket.val` in the case of HashSet. I suppose we would need HKT | ||
// to get rid of it properly. | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This was added way before hashbrown. Now this doesn't make any sense.
That all looks fine, thanks! @bors r+ rollup |
…iaskrgr Rollup of 5 pull requests Successful merges: - rust-lang#109406 (Remove outdated comments) - rust-lang#109433 (Return equal for two identical projections) - rust-lang#109495 (Implement non-const `Destruct` trait in new solver) - rust-lang#109519 (Link against libc++ on AIX) - rust-lang#109550 (Make helper functions private in fn_ctxt/adjust_fulfillment_errors) Failed merges: r? `@ghost` `@rustbot` modify labels: rollup
What the title said