diff --git a/src/utils/command.rs b/src/utils/command.rs index d382cdb4..83778813 100644 --- a/src/utils/command.rs +++ b/src/utils/command.rs @@ -51,7 +51,6 @@ use std::{ fmt::{Display, Formatter}, }; - #[cfg(feature = "macros")] // FIXME(waffle): use `docsrs` here when issue with combine is resolved #[cfg_attr(all(teloxide_docsrs, feature = "nightly"), doc(cfg(feature = "macros")))]