summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorsharkdp <davidpeter@web.de>2020-04-22 22:57:32 +0200
committerDavid Peter <sharkdp@users.noreply.github.com>2020-04-22 23:55:28 +0200
commiteb7d4d002a68b57129e1db53438849739255946e (patch)
treee0daef61e014ccf661eef2e1c46fd96e5d9323fa
parent62b32bd848b9b861cce8fc7caf7d10b78e4cb6dd (diff)
Update documentation
-rw-r--r--src/lib.rs3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/lib.rs b/src/lib.rs
index 7294bfda..da736319 100644
--- a/src/lib.rs
+++ b/src/lib.rs
@@ -5,7 +5,8 @@
//!
//! If you need more control, you can also use the structs in the submodules
//! (start with `controller::Controller`), but note that the API of these
-//! internal modules is much more likely to change.
+//! internal modules is much more likely to change. Some or all of these
+//! modules might be removed in the future.
//!
//! "Hello world" example:
//! ```