We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e5d20b6 commit 58ce9efCopy full SHA for 58ce9ef
bitreq/src/lib.rs
@@ -15,9 +15,9 @@
15
//! # Additional features
16
//!
17
//! 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`:
+//! dependencies, only the `std` feature is enabled by default.
+//! Additional functionality can be enabled by specifying features for
+//! the `bitreq` dependency in `Cargo.toml`:
21
22
//! ```toml
23
//! [dependencies]
0 commit comments