mirror of
https://github.com/Zedfrigg/ironbar.git
synced 2025-08-17 14:51:04 +02:00
refactor: fix clippy warnings
This commit is contained in:
parent
1d29d61628
commit
f39c4c430e
5 changed files with 43 additions and 50 deletions
|
@ -175,5 +175,5 @@ pub fn receive(offer: &ZwlrDataControlOfferV1, mime_type: String) -> std::io::Re
|
|||
|
||||
offer.receive(mime_type, writefd.as_fd());
|
||||
|
||||
Ok(Receiver::from_owned_fd(readfd)?)
|
||||
Receiver::from_owned_fd(readfd)
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue