mirror of
https://github.com/Zedfrigg/ironbar.git
synced 2025-08-17 14:51:04 +02:00
refactor: fix some strict clippy warnings
This commit is contained in:
parent
bd9b3af5bc
commit
ca524f19f6
13 changed files with 28 additions and 33 deletions
|
@ -35,7 +35,7 @@ impl Popup {
|
|||
/// This includes setting up gtk-layer-shell
|
||||
/// and an empty `gtk::Box` container.
|
||||
pub fn new(
|
||||
ironbar: Rc<Ironbar>,
|
||||
ironbar: &Ironbar,
|
||||
module_info: &ModuleInfo,
|
||||
output_size: (i32, i32),
|
||||
gap: i32,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue