alexcrichton / curl-rust

Rust bindings to libcurl
MIT License
1.02k stars 235 forks source link

Fix one warning on Windows #288

Closed guanqun closed 5 years ago

guanqun commented 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
alexcrichton commented 5 years ago

Thanks!