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

std::sync::mpsc: Add fmt::Debug stubs #30894

Merged
merged 1 commit into from
Jan 20, 2016
Merged

Commits on Jan 14, 2016

  1. std::sync::mpsc: Add fmt::Debug stubs

    Minimal fix for rust-lang#30563
    
    This covers all the public structs I think; except for Iter and
    IntoIter, which I don't know if or how they should be handled.
    antrik committed Jan 14, 2016
    Configuration menu
    Copy the full SHA
    0e3fb18 View commit details
    Browse the repository at this point in the history