Explorar o código

fix clippy hinting around trait

Jonathan Kelley %!s(int64=2) %!d(string=hai) anos
pai
achega
4abf996b86
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      packages/desktop/src/lib.rs

+ 1 - 1
packages/desktop/src/lib.rs

@@ -442,7 +442,7 @@ fn send_edits(edits: Mutations, webview: &WebView) {
 }
 }
 
 
 /// Different hide implementations per platform
 /// Different hide implementations per platform
-#[allow(unused_variables)]
+#[allow(unused)]
 fn hide_app_window(webview: &WebView) {
 fn hide_app_window(webview: &WebView) {
     #[cfg(target_os = "windows")]
     #[cfg(target_os = "windows")]
     {
     {