• ats-monitoring 1.5.4/src/json.rs
    77
            #[allow(clippy::useless_format)]
    78
            let format_data = format!(r#"{}"#, data);
    114
            #[allow(clippy::useless_format)]
    115
            let format_data = format!(r#"{}"#, data);
  • golrs 0.2.0/src/view.rs
    206
    #[allow(clippy::useless_format)]
    207
    fn title_layer(canvas: &mut Canvas, de: usize) {
  • interoptopus_backend_cpython 0.14.15/src/converter.rs
    115
        #[allow(clippy::useless_format)]
    116
        pub fn to_type_hint_in(&self, the_type: &CType, is_parameter: bool) -> String {
    125
        #[allow(clippy::useless_format)]
    126
        pub fn to_type_hint_out(&self, the_type: &CType) -> String {
  • kindelia_core 0.1.7/src/runtime/mod.rs
    1354
      /// It doesn't alter `curr` heap.
    1355
      #[allow(clippy::useless_format)]
    1356
      pub fn run_statement(&mut self, statement: &Statement, silent: bool, sudo: bool, stmt_index: Option<usize>) -> StatementResult {
  • markdown-it 0.4.0/examples/ferris/core_rule.rs
    24
            fmt.open("footer", &attrs);
    25
            #[allow(clippy::useless_format)] // for simplicity's sake
    26
            fmt.text(&match self.0 {
  • proc_getter 0.0.3/src/proc/locks.rs
    50
        #[allow(clippy::useless_format)]
    51
        pub fn column(&self, index: usize) -> String {
  • quake 0.5.0/src/cli/quake_action.rs
    86
            #[allow(clippy::useless_format)]
    87
            let entry_type = format!("{:}", entry.path().file_name().unwrap().to_str().unwrap());
  • serde_ipld_dagcbor 0.2.2/tests/ipld.rs
    23
    #[allow(clippy::useless_format)]
    24
    #[test]
  • sphinx-lang 0.8.6/src/runtime/errors.rs
    77
    #[allow(clippy::useless_format)]
    78
    impl fmt::Display for RuntimeError {
  • askalono 0.4.6/src/lib.rs
    9
    #![warn(missing_docs)]
    10
    #![allow(clippy::match_bool, clippy::useless_format)]
  • core-dev 0.0.1/src/lib.rs
    16
        clippy::module_inception,
    17
        clippy::useless_format,
    18
        clippy::derive_hash_xor_eq,
  • dhall 0.12.0/src/lib.rs
    11
        clippy::upper_case_acronyms,
    12
        clippy::useless_format,
    13
        unknown_lints
  • dtool 0.11.0/src/modules.rs
    7
    #![allow(clippy::needless_range_loop)]
    8
    #![allow(clippy::useless_format)]
    9
    #![allow(clippy::upper_case_acronyms)]
  • fontconfig-parser 0.5.1/src/parser.rs
    1
    #![allow(clippy::useless_format)]
  • hippotat 1.1.7/client/client.rs
    7
    #![allow(clippy::unit_arg)]
    8
    #![allow(clippy::useless_format)]
    9
    #![allow(clippy::while_let_loop)]
  • hippotat 1.1.7/server/server.rs
    7
    #![allow(clippy::unit_arg)]
    8
    #![allow(clippy::useless_format)]
    9
    #![allow(clippy::while_let_loop)]
  • hippotat 1.1.7/src/lib.rs
    19
    #![allow(clippy::unit_arg)]
    20
    #![allow(clippy::useless_format)]
  • jaesve 1.3.4/src/main.rs
    1
    #![allow(clippy::useless_format, clippy::match_bool)]
    2
    #[macro_use]
  • kdot 0.1.3/src/main.rs
    1
    #![allow(clippy::useless_format)]
  • pbcodec 0.0.8/src/lib.rs
    1
    #![cfg_attr(feature = "cargo-clippy", allow(type_complexity, useless_format, never_loop))]
  • python-objects 0.0.7/src/lib.rs
    5
    #![allow(clippy::module_inception)]
    6
    #![allow(clippy::useless_format)]
    7
    #![allow(clippy::derive_hash_xor_eq)]
  • rx-editor 0.3.0/src/lib.rs
    5
        clippy::expect_fun_call,
    6
        clippy::useless_format,
    7
        clippy::new_without_default,
  • ui_test 0.5.0/src/lib.rs
    2
        clippy::enum_variant_names,
    3
        clippy::useless_format,
    4
        clippy::too_many_arguments,
  • ux-dx 0.2.1/src/lib.rs
    38
        clippy::needless_return,
    39
        clippy::useless_format,
    40
        clippy::match_like_matches_macro,