• concread 0.4.1/src/arcache/mod.rs
    1515
        #[allow(clippy::unnecessary_mut_passed)]
    1516
        fn commit<'a, S>(
  • const_sort_rs 0.3.3/src/lib.rs
    81
      clippy::identity_op,
    82
      clippy::unnecessary_mut_passed,
    83
      clippy::too_many_lines,
  • gilrs-core 0.5.2/src/platform/linux/ff.rs
    35
            #[allow(clippy::unnecessary_mut_passed)]
    36
            let res = unsafe { ioctl::eviocsff(file.as_raw_fd(), &mut effect) };
  • photon-rs 0.3.1/src/lib.rs
    143
        /// Convert the PhotonImage's raw pixels to JS-compatible ImageData.
    144
        #[allow(clippy::unnecessary_mut_passed)]
    145
        pub fn get_image_data(&mut self) -> ImageData {
    345
    #[allow(non_snake_case)]
    346
    #[allow(clippy::unnecessary_mut_passed)]
    347
    pub fn putImageData(
    414
    #[wasm_bindgen]
    415
    #[allow(clippy::unnecessary_mut_passed)]
    416
    pub fn to_image_data(photon_image: PhotonImage) -> ImageData {
  • phper 0.10.2/src/arrays.rs
    486
                #[allow(clippy::unnecessary_mut_passed)]
    487
                let result = zend_hash_get_current_key_ex(
  • polyfuse-tokio 0.2.3/src/server.rs
    199
        /// Run a FUSE filesystem until the specified signal is received.
    200
        #[allow(clippy::unnecessary_mut_passed)]
    201
        pub async fn run_until<F, S>(&mut self, fs: F, sig: S) -> io::Result<Option<S::Output>>
    309
    #[allow(clippy::unnecessary_mut_passed)]
    310
    fn default_shutdown_signal() -> io::Result<impl Future<Output = c_int> + Unpin> {
  • pot 1.0.2/src/lib.rs
    627
        #[test]
    628
        #[allow(clippy::unnecessary_mut_passed)] // It's necessary.
    629
        fn not_human_readable() {
  • sbz-switch 4.1.0/src/media/mod.rs
    346
        /// Gets all active audio outputs.
    347
        #[allow(clippy::unnecessary_mut_passed)]
    348
        pub fn get_active_audio_endpoints(&self) -> Result<Vec<Endpoint>, Win32Error> {
  • stork-lib 1.6.0/src/index_v3/build/fill_intermediate_entries/frontmatter.rs
    40
    #[cfg(test)]
    41
    #[allow(clippy::unnecessary_mut_passed)]
    42
    mod tests {
  • winit 0.27.5/src/event_loop.rs
    108
            // Certain platforms accept a mutable reference in their API.
    109
            #[allow(clippy::unnecessary_mut_passed)]
    110
            EventLoop {
  • yedb 0.4.11/src/yedb-cli.rs
    674
    #[allow(clippy::unnecessary_mut_passed)]
    675
    async fn load_dump(
  • celer-pay-module-rpc-runtime-api 0.8.9/src/lib.rs
    2
    #![allow(clippy::too_many_arguments)]
    3
    #![allow(clippy::unnecessary_mut_passed)]
  • copse 0.4.0/src/liballoc.rs
    6
        clippy::type_complexity,
    7
        clippy::unnecessary_mut_passed,
    8
        missing_docs,
  • interprocess 1.2.1/src/os/windows/named_pipe/tokio/pipeops.rs
    1
    #![allow(clippy::unnecessary_mut_passed)] // We get &mut with mutexes either way
  • ipc-orchestrator 0.3.3/src/lib.rs
    1
    #![allow(clippy::unnecessary_mut_passed)]
    2
    //! Opinionated orchestrator for services which communicate via IPC and are not expected to exit
  • orml-oracle-rpc-runtime-api 0.4.0/src/lib.rs
    6
    // The `unnecessary_mut_passed` warning originates from `decl_runtime_apis` macro.
    7
    #![allow(clippy::unnecessary_mut_passed)]
  • plonk-runtime-api 0.1.0/src/lib.rs
    2
    #![allow(clippy::too_many_arguments)]
    3
    #![allow(clippy::unnecessary_mut_passed)]
  • rustc_codegen_nvvm 0.3.0/src/builder.rs
    1
    #![allow(clippy::unnecessary_mut_passed)]