-
Notifications
You must be signed in to change notification settings - Fork 113
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 template #822
Commits on Jul 26, 2024
-
Have clippy warn about uninlined format arguments
This makes clippy warn about `format!("{}", var)`, with a machine-applicable fix converting to `format!("{var}")`.
Configuration menu - View commit details
-
Copy full SHA for 553258a - Browse repository at this point
Copy the full SHA 553258aView commit details -
Merge pull request #22 from joshtriplett/clippy-uninlined-format-args
Have clippy warn about uninlined format arguments
Configuration menu - View commit details
-
Copy full SHA for 266ead1 - Browse repository at this point
Copy the full SHA 266ead1View commit details
Commits on Aug 24, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 7a28f01 - Browse repository at this point
Copy the full SHA 7a28f01View commit details
Commits on Sep 1, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 37cf108 - Browse repository at this point
Copy the full SHA 37cf108View commit details
Commits on Sep 3, 2024
-
Merge pull request #23 from epage/renovate/embarkstudios-cargo-deny-a…
…ction-2.x chore(deps): Update EmbarkStudios/cargo-deny-action action to v2
Configuration menu - View commit details
-
Copy full SHA for 68d2027 - Browse repository at this point
Copy the full SHA 68d2027View commit details
Commits on Sep 27, 2024
-
chore: Ensure pre-commit gets non-system Python
This is needed with the ubuntu-24.04 images so that `setup-python` will install a version of Python that the pre-commit action can install into. See pre-commit/action#210 for more of an analysis of this.
Configuration menu - View commit details
-
Copy full SHA for 6e193aa - Browse repository at this point
Copy the full SHA 6e193aaView commit details -
Merge pull request #24 from epage/pre-commit
chore: Ensure pre-commit gets non-system Python
Configuration menu - View commit details
-
Copy full SHA for 35fcbb7 - Browse repository at this point
Copy the full SHA 35fcbb7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5d58429 - Browse repository at this point
Copy the full SHA 5d58429View commit details -
Configuration menu - View commit details
-
Copy full SHA for a888481 - Browse repository at this point
Copy the full SHA a888481View commit details