You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Cargo.toml
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -20,7 +20,7 @@ rand = "0.8"
20
20
[features]
21
21
# Implements the `Error` trait from the standard library for the error types.
22
22
std = []
23
-
#Uses the inline `const` feature from Rust 1.79.0 to convert panics that only involve const generics into compile errors. Raises the MSRV of the crate to 1.79.0.
23
+
#promotes panics that only involve const generics into compile errors. Raises the MSRV of the crate to 1.79.0.
24
24
const_assert = []
25
25
# Derives the `Serialize` and `Deserialize` traits from [`serde`](https://crates.io/crates/serde) for the `Primes` struct, as well as a few others.
0 commit comments