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] {
|
257 |
let x = Enum::V(NotCopy);
|
258 |
#[allow(clippy::infallible_destructuring_match)]
|
259 |
let _val: NotCopy = match x {
|
240 |
let x = Enum::V { f: NotCopy };
|
241 |
#[allow(clippy::infallible_destructuring_match)]
|
242 |
let _val: NotCopy = match x {
|
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 {
|
226 |
#[allow(clippy::infallible_destructuring_match)]
|
227 |
fn init_conversion_program(
|