mirror of
https://github.com/gitui-org/gitui
synced 2026-05-23 00:48:35 +00:00
fix clippy nightly
This commit is contained in:
parent
63ab78ffb7
commit
26a3b65312
1 changed files with 1 additions and 1 deletions
|
|
@ -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),+]) => {
|
||||
|
|
|
|||
Loading…
Reference in a new issue