aboutsummaryrefslogtreecommitdiff
path: root/azalea/src
diff options
context:
space:
mode:
Diffstat (limited to 'azalea/src')
-rw-r--r--azalea/src/lib.rs3
1 files changed, 3 insertions, 0 deletions
diff --git a/azalea/src/lib.rs b/azalea/src/lib.rs
index fd735585..ec967708 100644
--- a/azalea/src/lib.rs
+++ b/azalea/src/lib.rs
@@ -89,6 +89,9 @@ where
/// [`Self::new`] but without adding the plugins by default. This is useful
/// if you want to disable a default plugin.
///
+ /// Note that you can also disable `LogPlugin` by disabling the `log`
+ /// feature.
+ ///
/// You **must** add [`DefaultPlugins`] and [`DefaultBotPlugins`] to this.
///
/// ```