• const-str 0.5.3/src/__proc/fmt.rs
    49
    #[allow(clippy::uninlined_format_args)]
    50
    #[test]
  • dylint_internal 2.1.3/src/filename.rs
    4
    // behavior is consistent with that.
    5
    #[allow(clippy::module_name_repetitions, clippy::uninlined_format_args)]
    6
    #[must_use]
  • hedera 0.9.0/src/account/account_id.rs
    178
        // `write!(f, "{}.{}.{alias}", self.shard, self.realm);`
    179
        #[allow(clippy::uninlined_format_args)]
    180
        fn fmt(&self, f: &mut Formatter<'_>) -> fmt::Result {
  • ntfs 0.3.0/examples/ntfs-shell/main.rs
    165
    #[allow(clippy::uninlined_format_args)]
    166
    fn attr_print_attribute<T>(
  • substrait 0.4.0/src/lib.rs
    157
    #[allow(clippy::uninlined_format_args)]
    158
    pub mod text;
  • vason 0.0.3/src/ppm.rs
    37
    pub fn encode_buffer(buffer: &[u32], width: usize, height: usize, w: &mut dyn Write) -> Result<()> {
    38
        #[allow(clippy::uninlined_format_args)]
    39
        writeln!(w, "P6 {} {} 255", width, height)?;
  • actix-http 3.3.0/benches/quality-value.rs
    1
    #![allow(clippy::uninlined_format_args)]
  • actix-http 3.3.0/src/lib.rs
    24
        clippy::borrow_interior_mutable_const,
    25
        clippy::uninlined_format_args
    26
    )]
  • actix-http 3.3.0/tests/test_openssl.rs
    1
    #![cfg(feature = "openssl")]
    2
    #![allow(clippy::uninlined_format_args)]
  • actix-http 3.3.0/tests/test_rustls.rs
    1
    #![cfg(feature = "rustls")]
    2
    #![allow(clippy::uninlined_format_args)]
  • actix-http 3.3.0/tests/test_server.rs
    1
    #![allow(clippy::uninlined_format_args)]
  • actix-http 3.3.0/tests/test_ws.rs
    1
    #![allow(clippy::uninlined_format_args)]
  • actix-http-test 3.1.0/src/lib.rs
    4
    #![warn(future_incompatible)]
    5
    #![allow(clippy::uninlined_format_args)]
    6
    #![doc(html_logo_url = "https://actix.rs/img/logo.png")]
  • actix-multipart 0.5.0/src/lib.rs
    4
    #![warn(future_incompatible)]
    5
    #![allow(clippy::borrow_interior_mutable_const, clippy::uninlined_format_args)]
  • actix-web 4.3.0/benches/server.rs
    1
    #![allow(clippy::uninlined_format_args)]
  • actix-web 4.3.0/examples/basic.rs
    1
    #![allow(clippy::uninlined_format_args)]
  • actix-web 4.3.0/examples/macroless.rs
    1
    #![allow(clippy::uninlined_format_args)]
  • actix-web 4.3.0/examples/on-connect.rs
    7
    #![allow(clippy::uninlined_format_args)]
  • actix-web 4.3.0/examples/uds.rs
    1
    #![allow(clippy::uninlined_format_args)]
  • actix-web 4.3.0/src/lib.rs
    71
    #![warn(future_incompatible)]
    72
    #![allow(clippy::uninlined_format_args)]
    73
    #![doc(html_logo_url = "https://actix.rs/img/logo.png")]
  • actix-web 4.3.0/tests/test_httpserver.rs
    1
    #![allow(clippy::uninlined_format_args)]
  • actix-web-actors 4.2.0/src/lib.rs
    59
    #![warn(future_incompatible)]
    60
    #![allow(clippy::uninlined_format_args)]
  • awc 3.1.0/examples/client.rs
    1
    #![allow(clippy::uninlined_format_args)]
  • awc 3.1.0/src/lib.rs
    108
        clippy::needless_doctest_main,
    109
        clippy::uninlined_format_args
    110
    )]
  • awc 3.1.0/tests/test_client.rs
    1
    #![allow(clippy::uninlined_format_args)]
  • basic-toml 0.1.1/src/lib.rs
    127
        clippy::type_complexity,
    128
        clippy::uninlined_format_args,
    129
        clippy::unwrap_or_else_default
  • basic-toml 0.1.1/tests/parser.rs
    1
    #![allow(clippy::uninlined_format_args)]
  • basic-toml 0.1.1/tests/valid.rs
    3
        clippy::needless_pass_by_value,
    4
        clippy::uninlined_format_args
    5
    )]
  • cargo-llvm-lines 0.4.23/src/main.rs
    11
        clippy::too_many_lines,
    12
        clippy::uninlined_format_args,
    13
        clippy::unseparated_literal_suffix
  • cargo-tally 1.0.22/src/main.rs
    14
        clippy::type_complexity,
    15
        clippy::uninlined_format_args,
    16
        clippy::zero_prefixed_literal
  • clang-ast 0.1.13/src/lib.rs
    395
        clippy::ptr_arg,
    396
        clippy::uninlined_format_args
    397
    )]
  • clouddns-nat-helper 0.2.10/src/lib.rs
    11
    #![allow(clippy::uninlined_format_args)]
  • cucumber 0.19.1/src/lib.rs
    124
    // TODO: Remove on next `derive_more` major version.
    125
    #![allow(clippy::uninlined_format_args)]
  • db-dump 0.4.1/src/lib.rs
    12
        clippy::too_many_lines,
    13
        clippy::uninlined_format_args,
    14
        clippy::unreadable_literal,
  • dircnt 1.0.1/src/main.rs
    7
    #![allow(clippy::uninlined_format_args)]
  • dwm-status 1.8.1/src/lib.rs
    27
        clippy::redundant_pub_crate,
    28
        clippy::uninlined_format_args, // until 1.65.0 is minimum version
    29
        clippy::unused_self,
  • dylint 2.1.3/src/toml.rs
    10
    #![allow(clippy::too_many_lines)]
    11
    #![allow(clippy::uninlined_format_args)]
    12
    #![cfg_attr(
  • epub 2.0.0/src/lib.rs
    7
        clippy::unnested_or_patterns,
    8
        clippy::uninlined_format_args,
    9
        clippy::missing_const_for_fn,
  • faketty 1.0.12/src/main.rs
    3
        clippy::needless_pass_by_value,
    4
        clippy::uninlined_format_args
    5
    )]
  • ferrous-actions 0.1.0-beta.1/src/lib.rs
    4
        clippy::must_use_candidate,
    5
        clippy::uninlined_format_args,
    6
        clippy::missing_panics_doc
  • genfut 0.5.0/src/lib.rs
    28
    #![allow(unused_variables)]
    29
    #![allow(clippy::uninlined_format_args)]
  • glean 52.2.0/src/lib.rs
    5
    #![allow(clippy::uninlined_format_args)]
    6
    #![deny(rustdoc::broken_intra_doc_links)]
  • glean-core 52.2.0/src/lib.rs
    5
    #![allow(clippy::significant_drop_in_scrutinee)]
    6
    #![allow(clippy::uninlined_format_args)]
    7
    #![deny(rustdoc::broken_intra_doc_links)]
  • grass 0.12.2/src/lib.rs
    68
        clippy::unnested_or_patterns,
    69
        clippy::uninlined_format_args,
  • grass_compiler 0.12.2/src/lib.rs
    68
        clippy::unnested_or_patterns,
    69
        clippy::uninlined_format_args,
  • hgrep 0.3.1/src/lib.rs
    1
    #![allow(clippy::uninlined_format_args)]
  • hgrep 0.3.1/src/main.rs
    1
    #![allow(clippy::uninlined_format_args)]
  • kparse 1.0.1/src/lib.rs
    42
    #![warn(variant_size_differences)]
    43
    #![allow(clippy::uninlined_format_args)]
    44
    #![allow(clippy::type_complexity)]
  • libfyaml-sys 0.1.3+fy0.7.12/build.rs
    1
    #![allow(clippy::uninlined_format_args)]
  • linkme-impl 0.3.7/src/lib.rs
    4
        clippy::too_many_lines,
    5
        clippy::uninlined_format_args,
    6
    )]
  • lnp2p 0.9.0-rc.1/src/lib.rs
    25
    )]
    26
    #![allow(clippy::uninlined_format_args)] // Required b/c of MSRV
    27
    #![cfg_attr(docsrs, feature(doc_auto_cfg))]
  • lofty 0.11.0/src/lib.rs
    140
    	clippy::bool_to_int_with_if,
    141
    	clippy::uninlined_format_args, /* This should be changed for any normal "{}", but I'm not a fan of it for any debug or width specific formatting */
    142
    	clippy::manual_let_else,
  • nc 0.8.13/src/platform/linux-types/uapi/asm_generic/siginfo.rs
    7
    #![allow(clippy::module_name_repetitions)]
    8
    #![allow(clippy::uninlined_format_args)]
  • nc 0.8.13/src/platform/linux-types/uapi/linux/eventpoll.rs
    7
    #![allow(clippy::uninlined_format_args)]
  • nc 0.8.13/src/platform/linux-types/uapi/linux/in6.rs
    9
    #![allow(clippy::module_name_repetitions)]
    10
    #![allow(clippy::uninlined_format_args)]
  • nucleob 1.1.1/src/stat/amino_acids.rs
    7
    #![warn(clippy::nursery, clippy::pedantic)]
    8
    #![allow(clippy::cast_precision_loss, clippy::cognitive_complexity, clippy::missing_panics_doc, clippy::similar_names, clippy::too_many_lines, clippy::uninlined_format_args)]
  • nucleob 1.1.1/src/stat/nucleobases.rs
    7
    #![warn(clippy::nursery, clippy::pedantic)]
    8
    #![allow(clippy::cast_precision_loss, clippy::cognitive_complexity, clippy::missing_panics_doc, clippy::similar_names, clippy::too_many_lines, clippy::uninlined_format_args)]
  • rustup-toolchain-manifest 0.2.2/examples/parse-manifest.rs
    1
    #![allow(clippy::uninlined_format_args)]
  • rustup-toolchain-manifest 0.2.2/src/lib.rs
    2
    #![allow(
    3
        clippy::uninlined_format_args,
    4
        clippy::missing_errors_doc,
  • serde_closure 0.3.3/tests/smoke.rs
    13
    	clippy::self_assignment,
    14
    	clippy::uninlined_format_args,
    15
    	unused_imports
  • serde_starlark 0.1.11/src/lib.rs
    152
        clippy::struct_excessive_bools,
    153
        clippy::uninlined_format_args
    154
    )]
  • serde_yaml 0.9.17/src/lib.rs
    154
        clippy::too_many_lines,
    155
        clippy::uninlined_format_args,
    156
        clippy::unsafe_removed_from_name,
  • serde_yaml 0.9.17/tests/test_de.rs
    4
        clippy::derive_partial_eq_without_eq,
    5
        clippy::uninlined_format_args
    6
    )]
  • serde_yaml 0.9.17/tests/test_value.rs
    3
        clippy::eq_op,
    4
        clippy::uninlined_format_args
    5
    )]
  • sha1dir 1.0.7/src/main.rs
    11
        clippy::option_if_let_else,
    12
        clippy::uninlined_format_args,
    13
        clippy::unnecessary_wraps,
  • simple-path-match 0.2.0/src/lib.rs
    1
    #![warn(clippy::pedantic)]
    2
    #![allow(clippy::uninlined_format_args, clippy::missing_errors_doc)]
    3
    #![cfg_attr(not(test), no_std)]
  • sn_client 0.77.9/src/bin/query-adult/main.rs
    1
    #![allow(clippy::uninlined_format_args)]
  • sn_client 0.77.9/src/lib.rs
    49
    )]
    50
    #![allow(clippy::result_large_err, clippy::uninlined_format_args)]
  • softbuffer 0.2.0/src/x11.rs
    6
    #![allow(clippy::uninlined_format_args)]
  • star-history 1.0.10/src/main.rs
    15
        clippy::toplevel_ref_arg,
    16
        clippy::uninlined_format_args,
    17
    )]
  • sugar-cli 2.0.0-beta.1/src/lib.rs
    1
    #![allow(clippy::uninlined_format_args)]
  • suricata-derive 7.0.0-alpha.5/src/lib.rs
    18
    #![allow(clippy::uninlined_format_args)]
  • typetag 0.2.5/src/lib.rs
    302
        clippy::module_name_repetitions,
    303
        clippy::uninlined_format_args,
    304
        clippy::unnested_or_patterns
  • xim 0.2.3/src/lib.rs
    23
    #![no_std]
    24
    #![allow(clippy::uninlined_format_args, clippy::too_many_arguments)]
    25
    #![cfg_attr(not(feature = "xlib-client"), forbid(unsafe_code))]
  • xq 0.2.42/src/data_structure/undo/stack.rs
    1
    #![allow(clippy::uninlined_format_args)]
    2
    use derive_more::Display;
  • zoog 0.8.1/src/bin/opusgain.rs
    1
    #![warn(clippy::pedantic)]
    2
    #![allow(clippy::uninlined_format_args)]
  • zoog 0.8.1/src/bin/zoogcomment.rs
    1
    #![warn(clippy::pedantic)]
    2
    #![allow(clippy::uninlined_format_args)]
  • zoog 0.8.1/src/lib.rs
    1
    #![warn(clippy::pedantic)]
    2
    #![allow(clippy::missing_errors_doc, clippy::must_use_candidate, clippy::uninlined_format_args, clippy::doc_markdown)]