Skip to content

Commit

Permalink
Make a couple minor textual updates
Browse files Browse the repository at this point in the history
  • Loading branch information
cooperwalbrun committed Sep 15, 2024
1 parent 929ed8a commit c1233f6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ settings in [rustfmt.toml](rustfmt.toml).
This project uses [rust-clippy](https://github.com/rust-lang/rust-clippy) to handle linting, and
contributions are expected to be checked using the settings in [clippy.toml](clippy.toml).

>Note: `rustfmt` and `rust-clippy` each have many built-in defaults that will be deferred to in the
>Note: `rustfmt` and `rust-clippy` each have many built-in defaults that will be used in the
>absence of a corresponding rule in `rustfmt.toml`/`clippy.toml`.
## Code Policy
Expand Down
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name = "rust-template"
edition = "2021"
version = "0.1.0"
rust-version = "1.76.0"
authors = ["FirstName Lastname <[email protected]>"]
authors = ["FirstName LastName <[email protected]>"]
description = "A short description of your project."
documentation = "https://github.com/cooperwalbrun/rust-template/blob/master/README.md"
homepage = "https://github.com/cooperwalbrun/rust-template"
Expand All @@ -18,7 +18,7 @@ exclude = ["/.github/*", "/Makefile.toml", "/clippy.toml", "/rustfmt.toml"]
[dependencies]
# If this is a library and not an end-user application, it is recommended to use https://github.com/dtolnay/thiserror
# If this is an end-user application and not a library, it is recommended to use one of the following:
# Non-CLI programs: https://github.com/dtolnay/anyhow
# Non-CLI-based programs: https://github.com/dtolnay/anyhow
# CLI-based programs: https://github.com/yaahc/color-eyre

[dev-dependencies]
Expand Down

0 comments on commit c1233f6

Please sign in to comment.