fish-shell/fish-rust
Johannes Altmanninger 958ad3a9e7 ffi.rs: silence warning about get_procs()
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
2023-02-08 21:49:41 +01:00
..
src ffi.rs: silence warning about get_procs() 2023-02-08 21:49:41 +01:00
widestring-suffix Initial Rust commit 2023-02-02 19:34:47 -07:00
build.rs rust: fix issues reported by clippy 2023-02-05 11:57:25 +01:00
Cargo.lock Drop lazy_static from Cargo.toml 2023-02-05 18:20:26 -06:00
Cargo.toml Drop lazy_static from Cargo.toml 2023-02-05 18:20:26 -06:00