mirror of
https://github.com/1Password/arboard.git
synced 2025-12-23 06:01:09 +00:00
Update Clippy lints for Rust 1.89
This commit is contained in:
parent
6eed118532
commit
ca2e80c409
1 changed files with 1 additions and 1 deletions
|
|
@ -517,7 +517,7 @@ impl Clipboard {
|
|||
Ok(Self(()))
|
||||
}
|
||||
|
||||
fn open(&mut self) -> Result<OpenClipboard, Error> {
|
||||
fn open(&mut self) -> Result<OpenClipboard<'_>, Error> {
|
||||
// Attempt to open the clipboard multiple times. On Windows, its common for something else to temporarily
|
||||
// be using it during attempts.
|
||||
//
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue