• snarkos-consensus 1.3.17/src/consensus/mod.rs
    116
        #[allow(clippy::ok_expect)] // SendError is not Debug
    117
        async fn send<T: Send + Sync + 'static>(&self, message: ConsensusMessage) -> T {
  • tao 0.17.0/examples/fullscreen.rs
    14
    #[allow(clippy::single_match)]
    15
    #[allow(clippy::ok_expect)]
    16
    fn main() {