Update Clippy to v1.73 (#3135)

This commit is contained in:
daxpedda 2023-10-08 01:21:46 +02:00 committed by GitHub
parent ee0db52ac4
commit 48a1e84906
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 7 additions and 7 deletions

View file

@ -850,7 +850,7 @@ impl WinitView {
.expect("input context")
.selectedKeyboardInputSource()
.map(|input_source| input_source.to_string())
.unwrap_or_else(String::new)
.unwrap_or_default()
}
pub(super) fn set_cursor_icon(&self, icon: Id<NSCursor>) {