mirror of
https://github.com/gitui-org/gitui
synced 2026-05-24 09:28:21 +00:00
nightly clippy fix
This commit is contained in:
parent
b18cabf4d3
commit
3c27d4f9f5
1 changed files with 2 additions and 2 deletions
|
|
@ -139,8 +139,8 @@ macro_rules! draw_popups {
|
|||
#[macro_export]
|
||||
macro_rules! setup_popups {
|
||||
($self:ident, [$($element:ident),+]) => {
|
||||
crate::any_popup_visible!($self, [$($element),+]);
|
||||
crate::draw_popups!($self, [ $($element),+ ]);
|
||||
$crate::any_popup_visible!($self, [$($element),+]);
|
||||
$crate::draw_popups!($self, [ $($element),+ ]);
|
||||
};
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue