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

Stabilize format_args_ln! #97658

Closed

Commits on Jun 5, 2022

  1. Rename format_args_nl! to format_args_ln! for consistency

    This provides consistency with `writeln!` and `println!` and
    `eprintln!`.
    joshtriplett committed Jun 5, 2022
    Configuration menu
    Copy the full SHA
    054346b View commit details
    Browse the repository at this point in the history
  2. Stabilize format_args_ln!

    `format_args_ln!` is generally useful for implementations of formatting
    macros, and it has clear semantics and a clear interface.
    joshtriplett committed Jun 5, 2022
    Configuration menu
    Copy the full SHA
    ef7c7a1 View commit details
    Browse the repository at this point in the history