From 26a3b65312220f8eefb240c48ed0a7b098cf4721 Mon Sep 17 00:00:00 2001 From: Stephan Dilly Date: Mon, 30 Aug 2021 12:15:05 +0200 Subject: [PATCH] fix clippy nightly --- src/components/mod.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/mod.rs b/src/components/mod.rs index 013d9675..523c3f89 100644 --- a/src/components/mod.rs +++ b/src/components/mod.rs @@ -129,7 +129,7 @@ macro_rules! draw_popups { } /// simply calls -/// any_popup_visible!() and draw_popups!() macros +/// `any_popup_visible`!() and `draw_popups`!() macros #[macro_export] macro_rules! setup_popups { ($self:ident, [$($element:ident),+]) => {