• cargo-geiger 0.11.5/src/format/display.rs
    19
        // outputting?
    20
        #[allow(clippy::print_in_format_impl)]
    21
        fn fmt(&self, fmt: &mut fmt::Formatter) -> fmt::Result {
  • diesel_cli 2.0.1/src/print_schema.rs
    248
    #[allow(clippy::print_in_format_impl)]
    249
    impl Display for CustomTypeList {
  • uu_df 0.0.17/src/df.rs
    157
                ),
    158
                #[allow(clippy::print_in_format_impl)]
    159
                Self::FilesystemTypeBothSelectedAndExcluded(types) => {
  • xcb 1.2.0/src/base.rs
    1677
        impl fmt::Debug for x::Atom {
    1678
            #[allow(clippy::print_in_format_impl)]
    1679
            fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result {
  • snarkvm-compiler 0.9.0/src/lib.rs
    20
    // TODO (howardwu): Remove me after tracing.
    21
    #![allow(clippy::print_in_format_impl)]
    22
    #![cfg_attr(test, allow(clippy::assertions_on_result_states))]
  • snarkvm-synthesizer 0.9.11/src/lib.rs
    20
    // TODO (howardwu): Remove me after tracing.
    21
    #![allow(clippy::print_in_format_impl)]
    22
    // TODO (howardwu): Update the return type on `execute` after stabilizing the interface.