forked from Proxmox/proxmox
a2e5973982
Fixes: warning: this expression creates a reference which is immediately dereferenced by the compiler --> proxmox-router/src/cli/completion.rs:154:25 | 154 | &completion_functions, | ^^^^^^^^^^^^^^^^^^^^^ help: change this to: `completion_functions` | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#needless_borrow = note: `#[warn(clippy::needless_borrow)]` on by default warning: this expression creates a reference which is immediately dereferenced by the compiler --> proxmox-router/src/cli/completion.rs:201:21 | 201 | &completion_functions, | ^^^^^^^^^^^^^^^^^^^^^ help: change this to: `completion_functions` | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#needless_borrow Signed-off-by: Maximiliano Sandoval <m.sandoval@proxmox.com> |
||
---|---|---|
.. | ||
debian | ||
src | ||
tests | ||
Cargo.toml |