Skip to content

Commit 2d83209

Browse files
committed
Remove mention of std feature from docs
1 parent bdcd034 commit 2d83209

File tree

2 files changed

+2
-6
lines changed

2 files changed

+2
-6
lines changed

README.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -112,9 +112,7 @@ assert_eq!(TOO_BIG, None);
112112

113113
and more!
114114

115-
## Feature flags
116-
117-
`std`: implements the `Error` trait from the standard library for the error types.
115+
## Features
118116

119117
`serde`: derives the `Serialize` and `Deserialize` traits from [`serde`](https://crates.io/crates/serde)
120118
for the `Primes` struct, as well as a few others.

src/lib.rs

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -91,9 +91,7 @@
9191
//! ```
9292
//! and more!
9393
//!
94-
//! # Feature flags
95-
//!
96-
//! `std`: implements the [`Error`](std::error::Error) trait from the standard library for the error types.
94+
//! # Features
9795
//!
9896
//! `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.
9997

0 commit comments

Comments
 (0)