Skip to content

Commit 58ce9ef

Browse files
committed
Update rustdoc comment about no default features
bitreq has `std` as a default feature. Change the wording to reflect that.
1 parent e5d20b6 commit 58ce9ef

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

bitreq/src/lib.rs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,9 @@
1515
//! # Additional features
1616
//!
1717
//! Since the crate is supposed to be minimal in terms of
18-
//! dependencies, there are no default features, and optional
19-
//! functionality can be enabled by specifying features for `bitreq`
20-
//! dependency in `Cargo.toml`:
18+
//! dependencies, only the `std` feature is enabled by default.
19+
//! Additional functionality can be enabled by specifying features for
20+
//! the `bitreq` dependency in `Cargo.toml`:
2121
//!
2222
//! ```toml
2323
//! [dependencies]

0 commit comments

Comments
 (0)