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

chore: Update from _rust/main template #1066

Merged
merged 16 commits into from
Jul 26, 2024
Merged

chore: Update from _rust/main template #1066

merged 16 commits into from
Jul 26, 2024

Commits on May 28, 2024

  1. Configuration menu
    Copy the full SHA
    78741e5 View commit details
    Browse the repository at this point in the history

Commits on May 29, 2024

  1. chore: Update deny config

    epage committed May 29, 2024
    Configuration menu
    Copy the full SHA
    44916f6 View commit details
    Browse the repository at this point in the history

Commits on Jun 3, 2024

  1. chore: Fix typo

    epage committed Jun 3, 2024
    Configuration menu
    Copy the full SHA
    ce6badc View commit details
    Browse the repository at this point in the history

Commits on Jun 4, 2024

  1. Configuration menu
    Copy the full SHA
    1353a95 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7039c66 View commit details
    Browse the repository at this point in the history

Commits on Jun 21, 2024

  1. Configuration menu
    Copy the full SHA
    2a274e1 View commit details
    Browse the repository at this point in the history

Commits on Jul 4, 2024

  1. Configuration menu
    Copy the full SHA
    0547ff2 View commit details
    Browse the repository at this point in the history
  2. Fix typos in CONTRIBUTING.md

    I found this through [mastodon][1] and found the typos jarring.
    
    [1]: https://hachyderm.io/@epage/112729287446906823
    jalil-salame authored Jul 4, 2024
    Configuration menu
    Copy the full SHA
    eb4e999 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #21 from jalil-salame/patch-1

    Fix typos in CONTRIBUTING.md
    epage authored Jul 4, 2024
    Configuration menu
    Copy the full SHA
    045de93 View commit details
    Browse the repository at this point in the history

Commits on Jul 9, 2024

  1. Configuration menu
    Copy the full SHA
    bdb06a1 View commit details
    Browse the repository at this point in the history

Commits on Jul 25, 2024

  1. Configuration menu
    Copy the full SHA
    87d9ae5 View commit details
    Browse the repository at this point in the history

Commits on Jul 26, 2024

  1. Have clippy warn about uninlined format arguments

    This makes clippy warn about `format!("{}", var)`, with a
    machine-applicable fix converting to `format!("{var}")`.
    joshtriplett committed Jul 26, 2024
    Configuration menu
    Copy the full SHA
    553258a View commit details
    Browse the repository at this point in the history
  2. Merge pull request #22 from joshtriplett/clippy-uninlined-format-args

    Have clippy warn about uninlined format arguments
    epage authored Jul 26, 2024
    Configuration menu
    Copy the full SHA
    266ead1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    063ac6d View commit details
    Browse the repository at this point in the history
  4. style: Make clippy happy

    epage committed Jul 26, 2024
    Configuration menu
    Copy the full SHA
    267121b View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    9dc8c88 View commit details
    Browse the repository at this point in the history