Update Clippy lints for Rust 1.89

This commit is contained in:
ComplexSpaces 2025-08-13 09:20:51 -05:00
parent 6eed118532
commit ca2e80c409

View file

@ -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.
//