Skip to content

Commit 5993d77

Browse files
committed
Capital P in feature description in Cargo.toml
1 parent 9768e5a commit 5993d77

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ rand = "0.8"
2020
[features]
2121
# Implements the `Error` trait from the standard library for the error types.
2222
std = []
23-
# promotes panics that only involve const generics into compile errors. Increases the MSRV of the crate to 1.79.0.
23+
# Promotes panics that only involve const generics into compile errors. Increases the MSRV of the crate to 1.79.0.
2424
const_assert = []
2525
# Derives the `Serialize` and `Deserialize` traits from [`serde`](https://crates.io/crates/serde) for the `Primes` struct, as well as a few others.
2626
serde = ["dep:serde", "dep:serde_arrays"]

0 commit comments

Comments
 (0)