• tor-dirmgr 0.9.0/src/event.rs
    583
        /// Return None if all relevant attempts are more recent than this Id.
    584
        #[allow(clippy::search_is_some)] // tpo/core/arti/-/merge_requests/599#note_2816368
    585
        fn mut_status_for(&mut self, attempt_id: AttemptId) -> Option<&mut DirStatus> {
  • turbosql-impl 0.7.0/src/lib.rs
    1066
     #[allow(clippy::search_is_some)]
    1067
     target_migrations.iter().for_each(|target_m| {
  • ux-dx 0.2.1/src/lib.rs
    25
        clippy::ptr_arg,
    26
        clippy::search_is_some,
    27
        clippy::let_and_return,
  • ux-vg 0.2.9/src/lib.rs
    8
        clippy::derive_ord_xor_partial_ord,
    9
        clippy::search_is_some,
    10
        clippy::unnecessary_to_owned,