mirror of
https://github.com/fish-shell/fish-shell.git
synced 2025-03-10 20:35:28 +08:00

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