Johannes Altmanninger bfa94bfa7a Fix rustc warning about auto deref
warning: deref which would be done by auto-deref
      --> src/wchar_ffi.rs:81:5
       |
    81 |     &*EMPTY_WSTRING
       |     ^^^^^^^^^^^^^^^ help: try this: `&EMPTY_WSTRING`
       |
       = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#explicit_auto_deref
       = note: `#[warn(clippy::explicit_auto_deref)]` on by default
2023-02-08 21:49:41 +01:00
..
2023-02-08 21:49:41 +01:00
2023-02-02 19:34:47 -07:00
2023-02-05 11:57:25 +01:00
2023-02-05 18:20:26 -06:00
2023-02-05 18:20:26 -06:00