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: src/lib.rs
+1-3Lines changed: 1 addition & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -91,9 +91,7 @@
91
91
//! ```
92
92
//! and more!
93
93
//!
94
-
//! # Feature flags
95
-
//!
96
-
//! `std`: implements the [`Error`](std::error::Error) trait from the standard library for the error types.
94
+
//! # Features
97
95
//!
98
96
//! `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.
0 commit comments