mirror of
https://github.com/gitui-org/gitui
synced 2026-05-23 08:58:21 +00:00
clippy fixes
This commit is contained in:
parent
914cc86453
commit
7de5265d5d
2 changed files with 2 additions and 2 deletions
|
|
@ -104,7 +104,7 @@ impl PullComponent {
|
|||
}
|
||||
|
||||
///
|
||||
pub fn any_work_pending(&self) -> bool {
|
||||
pub const fn any_work_pending(&self) -> bool {
|
||||
self.pending
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -145,7 +145,7 @@ impl PushComponent {
|
|||
}
|
||||
|
||||
///
|
||||
pub fn any_work_pending(&self) -> bool {
|
||||
pub const fn any_work_pending(&self) -> bool {
|
||||
self.pending
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue