Browse Source

more clippy

amrbashir 1 năm trước cách đây
mục cha
commit
b5d797893e
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  1. 1 0
      tooling/bundler/src/bundle/windows/sign.rs

+ 1 - 0
tooling/bundler/src/bundle/windows/sign.rs

@@ -43,6 +43,7 @@ impl Settings {
   }
 }
 
+#[cfg_attr(not(windows), allow(dead_code))]
 pub struct SignParams {
   pub product_name: String,
   pub digest_algorithm: String,