-
Notifications
You must be signed in to change notification settings - Fork 12.7k
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
Relaxed Debug constraints on {HashMap,BTreeMap}::{Keys,Values}. #42854
Relaxed Debug constraints on {HashMap,BTreeMap}::{Keys,Values}. #42854
Conversation
I'm not sure why the removal of |
r? @sfackler |
As far as I understood, the |
@bors r+ |
📌 Commit 545bfcd has been approved by |
@bors rollup |
☀️ Test successful - status-appveyor, status-travis |
I was hit by this yesterday too. 😄
And I've realised that Debug for BTreeMap::{Keys,Values} wasn't formatting just keys and values respectively, but the whole map. 🤔
Fixed #41924
r? @jonhoo