Skip to content

Commit

Permalink
Capital P in feature description in Cargo.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
JSorngard committed Jun 19, 2024
1 parent 9768e5a commit 5993d77
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ rand = "0.8"
[features]
# Implements the `Error` trait from the standard library for the error types.
std = []
# promotes panics that only involve const generics into compile errors. Increases the MSRV of the crate to 1.79.0.
# Promotes panics that only involve const generics into compile errors. Increases the MSRV of the crate to 1.79.0.
const_assert = []
# Derives the `Serialize` and `Deserialize` traits from [`serde`](https://crates.io/crates/serde) for the `Primes` struct, as well as a few others.
serde = ["dep:serde", "dep:serde_arrays"]
Expand Down

0 comments on commit 5993d77

Please sign in to comment.