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

use push(char) to add chars (single-char &strs) to strings instead of push_str(&str) #76567

Merged
merged 3 commits into from
Sep 10, 2020

Commits on Sep 10, 2020

  1. Configuration menu
    Copy the full SHA
    e2a511f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e11c667 View commit details
    Browse the repository at this point in the history
  3. use push(char) instead of push_str(&str) to add single chars to strings

    clippy::single-char-push-str
    matthiaskrgr committed Sep 10, 2020
    Configuration menu
    Copy the full SHA
    9bb10cc View commit details
    Browse the repository at this point in the history