From 2a8f091495a16fb5c3f7e1e6920ecd34ad9a8a27 Mon Sep 17 00:00:00 2001 From: Waffle Lapkin Date: Wed, 13 Jan 2021 16:24:23 +0300 Subject: [PATCH] fix fmt --- src/utils/command.rs | 1 - 1 file changed, 1 deletion(-) 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")))]