Skip to content

Commit 26a3b65

Browse files
author
Stephan Dilly
committed
fix clippy nightly
1 parent 63ab78f commit 26a3b65

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ macro_rules! draw_popups {
129129
}
130130

131131
/// simply calls
132-
/// any_popup_visible!() and draw_popups!() macros
132+
/// `any_popup_visible`!() and `draw_popups`!() macros
133133
#[macro_export]
134134
macro_rules! setup_popups {
135135
($self:ident, [$($element:ident),+]) => {

0 commit comments

Comments
 (0)