77 |
#[allow(clippy::useless_format)]
|
78 |
let format_data = format!(r#"{}"#, data);
|
114 |
#[allow(clippy::useless_format)]
|
115 |
let format_data = format!(r#"{}"#, data);
|
206 |
#[allow(clippy::useless_format)]
|
207 |
fn title_layer(canvas: &mut Canvas, de: usize) {
|
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 {
|
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 {
|
24 |
fmt.open("footer", &attrs);
|
25 |
#[allow(clippy::useless_format)] // for simplicity's sake
|
26 |
fmt.text(&match self.0 {
|
50 |
#[allow(clippy::useless_format)]
|
51 |
pub fn column(&self, index: usize) -> String {
|
86 |
#[allow(clippy::useless_format)]
|
87 |
let entry_type = format!("{:}", entry.path().file_name().unwrap().to_str().unwrap());
|
23 |
#[allow(clippy::useless_format)]
|
24 |
#[test]
|
77 |
#[allow(clippy::useless_format)]
|
78 |
impl fmt::Display for RuntimeError {
|
9 |
#![warn(missing_docs)]
|
10 |
#![allow(clippy::match_bool, clippy::useless_format)]
|
16 |
clippy::module_inception,
|
17 |
clippy::useless_format,
|
18 |
clippy::derive_hash_xor_eq,
|
11 |
clippy::upper_case_acronyms,
|
12 |
clippy::useless_format,
|
13 |
unknown_lints
|
7 |
#![allow(clippy::needless_range_loop)]
|
8 |
#![allow(clippy::useless_format)]
|
9 |
#![allow(clippy::upper_case_acronyms)]
|
1 |
#![allow(clippy::useless_format)]
|
7 |
#![allow(clippy::unit_arg)]
|
8 |
#![allow(clippy::useless_format)]
|
9 |
#![allow(clippy::while_let_loop)]
|
7 |
#![allow(clippy::unit_arg)]
|
8 |
#![allow(clippy::useless_format)]
|
9 |
#![allow(clippy::while_let_loop)]
|
19 |
#![allow(clippy::unit_arg)]
|
20 |
#![allow(clippy::useless_format)]
|
1 |
#![allow(clippy::useless_format, clippy::match_bool)]
|
2 |
#[macro_use]
|
1 |
#![allow(clippy::useless_format)]
|
1 |
#![cfg_attr(feature = "cargo-clippy", allow(type_complexity, useless_format, never_loop))]
|
5 |
#![allow(clippy::module_inception)]
|
6 |
#![allow(clippy::useless_format)]
|
7 |
#![allow(clippy::derive_hash_xor_eq)]
|
5 |
clippy::expect_fun_call,
|
6 |
clippy::useless_format,
|
7 |
clippy::new_without_default,
|
2 |
clippy::enum_variant_names,
|
3 |
clippy::useless_format,
|
4 |
clippy::too_many_arguments,
|
38 |
clippy::needless_return,
|
39 |
clippy::useless_format,
|
40 |
clippy::match_like_matches_macro,
|