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

impl Debug for IntoIter #196

Merged
merged 1 commit into from Jan 27, 2020
Merged

impl Debug for IntoIter #196

merged 1 commit into from Jan 27, 2020

Conversation

Nemo157
Copy link
Contributor

@Nemo157 Nemo157 commented Jan 24, 2020

This has long been provided by std::vec::IntoIter, so is useful in cases where it is being directly replaced.

@mbrubeck
Copy link
Collaborator

@bors-servo r+

Thanks!

@bors-servo
Copy link
Contributor

📌 Commit a4ed1b8 has been approved by mbrubeck

@bors-servo
Copy link
Contributor

⌛ Testing commit a4ed1b8 with merge 6e61239...

bors-servo pushed a commit that referenced this pull request Jan 27, 2020
impl Debug for IntoIter

This has long been provided by `std::vec::IntoIter`, so is useful in cases where it is being directly replaced.
@bors-servo
Copy link
Contributor

☀️ Test successful - checks-travis
Approved by: mbrubeck
Pushing 6e61239 to master...

@bors-servo bors-servo merged commit a4ed1b8 into servo:master Jan 27, 2020
mbrubeck added a commit to mbrubeck/rust-smallvec that referenced this pull request Jan 28, 2020
Changes in this release:

* `IntoIter` now implments `Debug` (servo#196).
* `smallvec!` macro is now easier to use in `no_std` contexts
   where the `vec!` macro isn't automatically imported (servo#198).
@mbrubeck mbrubeck mentioned this pull request Jan 28, 2020
bors-servo pushed a commit that referenced this pull request Jan 28, 2020
Version 1.2.0

Changes in this release:

* `IntoIter` now implements `Debug` (#196).
* `smallvec!` macro is now easier to use in `no_std` contexts where the `vec!` macro isn't automatically imported (#198).
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.

None yet

3 participants