fix clippy nightly

This commit is contained in:
Stephan Dilly 2021-08-30 12:15:05 +02:00
parent 63ab78ffb7
commit 26a3b65312

View file

@ -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),+]) => {