From ea8a8fccb6eb39c97f6cb69e11db5f7d0886172e Mon Sep 17 00:00:00 2001 From: xtex Date: Sun, 25 Jun 2023 06:43:38 +0800 Subject: Add ClientBuilder:new_without_log (#93) * Add ClientBuilder:new_without_log * 'log' feature * fix warnings --------- Co-authored-by: mat --- azalea/src/lib.rs | 3 +++ 1 file changed, 3 insertions(+) (limited to 'azalea/src/lib.rs') 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. /// /// ``` -- cgit v1.2.3