mirror of
https://github.com/fish-shell/fish-shell
synced 2025-01-15 14:34:05 +00:00
958ad3a9e7
We should fix this warning eventually. Silence it for now to make Clippy pass without warnings, which makes it much more useful. Compiling fish-rust v0.1.0 (/home/johannes/git/fish-riir/fish-rust) error: mutable borrow from immutable input(s) --> src/ffi.rs:79:32 | 79 | pub fn get_procs(&self) -> &mut [UniquePtr<process_t>] { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ | note: immutable borrow here --> src/ffi.rs:79:22 | 79 | pub fn get_procs(&self) -> &mut [UniquePtr<process_t>] { | ^^^^^ = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#mut_from_ref = note: `#[deny(clippy::mut_from_ref)]` on by default error: could not compile `fish-rust` due to previous error |
||
---|---|---|
.. | ||
src | ||
widestring-suffix | ||
build.rs | ||
Cargo.lock | ||
Cargo.toml |