• blackpool 0.2.0/src/scripting_language/instruction/mod.rs
    114
        };
    115
        #[allow(clippy::to_string_in_format_args)]
    116
        writeln!(
  • hornvale 0.1.1/src/scripting_language/instruction/mod.rs
    114
        };
    115
        #[allow(clippy::to_string_in_format_args)]
    116
        writeln!(
  • hcdl 0.12.0/src/client.rs
    61
            // We to_string here for the test scenario.
    62
            #![allow(clippy::to_string_in_format_args)]
    63
            let url = format!(
    169
            // We to_string here for the test scenario.
    170
            #![allow(clippy::to_string_in_format_args)]
    171
            let url = format!(
  • safecoin-cli-output 1.14.3/src/cli_output.rs
    1
    #![allow(clippy::to_string_in_format_args)]
    2
    use {
  • solana-cli-output 1.14.13/src/cli_output.rs
    1
    #![allow(clippy::to_string_in_format_args)]
    2
    use {