• dll-syringe 0.15.0/src/rpc/raw.rs
    178
        #[allow(clippy::fn_to_numeric_cast, clippy::fn_to_numeric_cast_with_truncation)]
    179
        fn build_call_stub_x86(
    225
            clippy::fn_to_numeric_cast,
    226
            clippy::fn_to_numeric_cast_with_truncation,
    227
            clippy::identity_op,
  • dll-syringe 0.15.0/src/rpc/rpc_core.rs
    96
        #[allow(clippy::fn_to_numeric_cast, clippy::fn_to_numeric_cast_with_truncation)]
    97
        fn build_get_proc_address_x86(
    133
        #[allow(clippy::fn_to_numeric_cast, clippy::fn_to_numeric_cast_with_truncation)]
    134
        fn build_get_proc_address_x64(
  • dll-syringe 0.15.0/src/syringe.rs
    425
        #[allow(clippy::fn_to_numeric_cast, clippy::fn_to_numeric_cast_with_truncation)]
    426
        fn build_code_x86(
    463
        #[allow(clippy::fn_to_numeric_cast, clippy::fn_to_numeric_cast_with_truncation)]
    464
        fn build_code_x64(