31 |
pub mod resolver;
|
32 |
#[allow(clippy::bind_instead_of_map)]
|
33 |
pub mod sess;
|
37 |
#[allow(clippy::bind_instead_of_map)]
|
38 |
pub fn create_tags_paginators(
|
411 |
#[allow(clippy::bind_instead_of_map)]
|
412 |
#[test]
|
427 |
#[allow(clippy::bind_instead_of_map)]
|
428 |
#[test]
|
445 |
#[allow(clippy::bind_instead_of_map)]
|
446 |
#[test]
|
76 |
#[allow(clippy::bind_instead_of_map)]
|
77 |
let mut fap = crate_metadata.metadata
|
512 |
let olm = self.client.olm_machine()?;
|
513 |
#[allow(clippy::bind_instead_of_map)]
|
514 |
olm.get_verification(user_id, flow_id).and_then(|v| match v {
|
29 |
const NONE: Option<&'static [u8]> = None;
|
30 |
#[allow(clippy::bind_instead_of_map)] // False positive
|
31 |
pub fn test_mount_tmpfs_without_flags_allows_rwx() {
|
441 |
{
|
442 |
#![allow(clippy::bind_instead_of_map)]
|
443 |
assert_eq!(
|