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

Update docs for Debug* structs. #29355 #42836

Merged
merged 1 commit into from
Jul 4, 2017
Merged

Commits on Jul 2, 2017

  1. Add docs for Debug* structs. rust-lang#29355

    This adds docs for the Debug* structs as well as examples from the
    Formatter::debug_* methods, so that a user knows how to construct them.
    
    I added these examples as the builders module is not public and hence
    the debug_*_new() functions are not available to a user.
    
    r? @steveklabnik
    
    Review comments.
    
    Mainly adding in the links for all of the structs and functions.
    
    Remove rust tag on code blocks.
    rthomas committed Jul 2, 2017
    Configuration menu
    Copy the full SHA
    d1316b4 View commit details
    Browse the repository at this point in the history