• 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(
    224
        #[allow(
    225
            clippy::fn_to_numeric_cast,
    226
            clippy::fn_to_numeric_cast_with_truncation,
  • 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(
  • magnus 0.4.4/src/block.rs
    95
            unsafe {
    96
                #[allow(clippy::fn_to_numeric_cast)]
    97
                Proc::from_rb_value_unchecked(rb_proc_new(Some(call_func), block as VALUE))
  • magnus 0.4.4/src/value.rs
    634
            protect(|| unsafe {
    635
                #[allow(clippy::fn_to_numeric_cast)]
    636
                Value::new(rb_block_call(