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

Implement Debug for std::vec::IntoIter. #35707

Merged
merged 1 commit into from
Aug 17, 2016

Commits on Aug 16, 2016

  1. Implement Debug for std::vec::IntoIter.

    Display all the remaining items of the iterator, similar to the `Debug`
    implementation for `core::slice::Iter`:
    
    https://github.com/rust-lang/rust/blob/f0bab98695f0a4877daabad9a5b0ba3e66121392/src/libcore/slice.rs#L930-L937
    
    Using the `as_slice` method that was added in:
    
    rust-lang#35447
    frewsxcv committed Aug 16, 2016
    Configuration menu
    Copy the full SHA
    bc52bdc View commit details
    Browse the repository at this point in the history