We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9768e5a commit 5993d77Copy full SHA for 5993d77
Cargo.toml
@@ -20,7 +20,7 @@ rand = "0.8"
20
[features]
21
# Implements the `Error` trait from the standard library for the error types.
22
std = []
23
-# 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.
24
const_assert = []
25
# Derives the `Serialize` and `Deserialize` traits from [`serde`](https://crates.io/crates/serde) for the `Primes` struct, as well as a few others.
26
serde = ["dep:serde", "dep:serde_arrays"]
0 commit comments