• patract-wasmi 0.9.1/examples/invoke.rs
    63
            // Use the reference to get an actual function type
    64
            #[allow(clippy::infallible_destructuring_match)]
    65
            let function_type: &FunctionType = match &type_section.types()[func_type_ref] {
  • pin-project 1.0.12/tests/pin_project.rs
    257
        let x = Enum::V(NotCopy);
    258
        #[allow(clippy::infallible_destructuring_match)]
    259
        let _val: NotCopy = match x {
  • pin-project-lite 0.2.9/tests/test.rs
    240
        let x = Enum::V { f: NotCopy };
    241
        #[allow(clippy::infallible_destructuring_match)]
    242
        let _val: NotCopy = match x {
  • sstb 0.3.0-alpha/src/sstable/reader.rs
    221
        ) -> Result<Self> {
    222
            #[allow(clippy::infallible_destructuring_match)]
    223
            let meta = match meta.meta {
    366
        ) -> Result<Self> {
    367
            #[allow(clippy::infallible_destructuring_match)]
    368
            let meta = match meta.meta {
    590
            #[allow(clippy::infallible_destructuring_match)]
    591
            let meta = match meta.meta {
  • video_ludo 1.0.0/src/stream_reader/video_reader.rs
    226
        #[allow(clippy::infallible_destructuring_match)]
    227
        fn init_conversion_program(