Closed guanqun closed 5 years ago
Fix following warning on Windows:
--> src\easy\windows.rs:91:13 | 91 | let mut store = match CertStore::open_current_user("ROOT") { | ----^^^^^ | | | help: remove this `mut` | = note: #[warn(unused_mut)] on by default
Thanks!
Fix following warning on Windows: