114 |
};
|
115 |
#[allow(clippy::to_string_in_format_args)]
|
116 |
writeln!(
|
114 |
};
|
115 |
#[allow(clippy::to_string_in_format_args)]
|
116 |
writeln!(
|
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!(
|
1 |
#![allow(clippy::to_string_in_format_args)]
|
2 |
use {
|
1 |
#![allow(clippy::to_string_in_format_args)]
|
2 |
use {
|