-
Notifications
You must be signed in to change notification settings - Fork 12.9k
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
Add debug for hash_map::{Entry, VacantEntry, OccupiedEntry} #34937
Conversation
@@ -1351,13 +1351,37 @@ pub enum Entry<'a, K: 'a, V: 'a> { | |||
), | |||
} | |||
|
|||
#[stable(feature= "debug_hash_map", since = "1.12.0")] | |||
impl<'a, K: 'a + Debug + Ord, V: 'a + Debug> Debug for Entry<'a, K, V> { |
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.
These bounds shouldn't mention Ord
.
f40f736
to
ce442b4
Compare
Updated. |
@bors: r+ |
📌 Commit ce442b4 has been approved by |
@bors: rollup |
⌛ Testing commit ce442b4 with merge 5ac9519... |
💔 Test failed - auto-linux-64-cargotest |
@bors: retry On Wed, Jul 20, 2016 at 6:39 PM, bors notifications@github.com wrote:
|
…, r=apasel422 Add debug for hash_map::{Entry, VacantEntry, OccupiedEntry} r? @alexcrichton
r? @alexcrichton