1515 |
#[allow(clippy::unnecessary_mut_passed)]
|
1516 |
fn commit<'a, S>(
|
81 |
clippy::identity_op,
|
82 |
clippy::unnecessary_mut_passed,
|
83 |
clippy::too_many_lines,
|
35 |
#[allow(clippy::unnecessary_mut_passed)]
|
36 |
let res = unsafe { ioctl::eviocsff(file.as_raw_fd(), &mut effect) };
|
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 {
|
486 |
#[allow(clippy::unnecessary_mut_passed)]
|
487 |
let result = zend_hash_get_current_key_ex(
|
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> {
|
627 |
#[test]
|
628 |
#[allow(clippy::unnecessary_mut_passed)] // It's necessary.
|
629 |
fn not_human_readable() {
|
346 |
/// Gets all active audio outputs.
|
347 |
#[allow(clippy::unnecessary_mut_passed)]
|
348 |
pub fn get_active_audio_endpoints(&self) -> Result<Vec<Endpoint>, Win32Error> {
|
40 |
#[cfg(test)]
|
41 |
#[allow(clippy::unnecessary_mut_passed)]
|
42 |
mod tests {
|
108 |
// Certain platforms accept a mutable reference in their API.
|
109 |
#[allow(clippy::unnecessary_mut_passed)]
|
110 |
EventLoop {
|
674 |
#[allow(clippy::unnecessary_mut_passed)]
|
675 |
async fn load_dump(
|
2 |
#![allow(clippy::too_many_arguments)]
|
3 |
#![allow(clippy::unnecessary_mut_passed)]
|
6 |
clippy::type_complexity,
|
7 |
clippy::unnecessary_mut_passed,
|
8 |
missing_docs,
|
1 |
#![allow(clippy::unnecessary_mut_passed)] // We get &mut with mutexes either way
|
1 |
#![allow(clippy::unnecessary_mut_passed)]
|
2 |
//! Opinionated orchestrator for services which communicate via IPC and are not expected to exit
|
6 |
// The `unnecessary_mut_passed` warning originates from `decl_runtime_apis` macro.
|
7 |
#![allow(clippy::unnecessary_mut_passed)]
|
2 |
#![allow(clippy::too_many_arguments)]
|
3 |
#![allow(clippy::unnecessary_mut_passed)]
|
1 |
#![allow(clippy::unnecessary_mut_passed)]
|