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: README.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -130,7 +130,7 @@ and more!
130
130
131
131
`std`: implements the `Error` trait from the standard library for the error types.
132
132
`serde`: derives the `Serialize` and `Deserialize` traits from [`serde`](https://crates.io/crates/serde) for the `Primes` struct, as well as a few others.
133
-
`const_assert`: Promotes panics that only involve const generics into compile errors. Raises the MSRV of the crate to 1.79.0.
133
+
`const_assert`: promotes panics that only involve const generics into compile errors. Raises the MSRV of the crate to 1.79.0.
Copy file name to clipboardExpand all lines: src/lib.rs
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -124,7 +124,7 @@
124
124
//!
125
125
//! `std`: implements the [`Error`](std::error::Error) trait from the standard library for the error types.
126
126
//! `serde`: derives the [`Serialize`](serde::Serialize) and [`Deserialize`](serde::Deserialize) traits from [`serde`](https://docs.rs/serde/latest/serde/) for the [`Primes`] struct, as well as a few others.
127
-
//! `const_assert`: Promotes panics that only involve const generics into compile errors. Raises the MSRV of the crate to 1.79.0.
127
+
//! `const_assert`: promotes panics that only involve const generics into compile errors. Raises the MSRV of the crate to 1.79.0.
0 commit comments