From eb7d4d002a68b57129e1db53438849739255946e Mon Sep 17 00:00:00 2001 From: sharkdp Date: Wed, 22 Apr 2020 22:57:32 +0200 Subject: Update documentation --- src/lib.rs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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: //! ``` -- cgit v1.2.3