aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib.rs')
-rw-r--r--src/lib.rs6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/lib.rs b/src/lib.rs
index d4ead83..8ef8552 100644
--- a/src/lib.rs
+++ b/src/lib.rs
@@ -7,9 +7,9 @@
//! `blocking::Writer` provide a similar API for non-asynchronous
//! applications.
//!
-//! If you do not need the async API, the `futures` dependency can be removed
-//! by building with `default_features = false` (by default, the `"async"`
-//! feature is enabled).
+//! # Features
+//!
+//! Async support via Tokio can be enabled via the `"async"` feature.
#![warn(clippy::cargo)]
#![warn(clippy::pedantic)]