54 |
/// command's exit code.
|
55 |
#[allow(clippy::format_push_string)]
|
56 |
pub async fn spawn(self, mut cmd: Command, check: bool) -> Result<String> {
|
340 |
#[allow(clippy::format_push_string)]
|
341 |
fn machinectl_remote_command(remote_cmd: Vec<String>, envvars: Vec<String>, bare: bool) -> String {
|
17 |
#[allow(clippy::format_push_string)]
|
18 |
#[async_trait(?Send)]
|
236 |
let mut err = String::with_capacity(50);
|
237 |
#[allow(clippy::format_push_string)]
|
238 |
err.push_str(&format!("Only {max} argument", max = max));
|
440 |
/// Produce prometheus style metrics
|
441 |
#[allow(clippy::format_push_string)]
|
442 |
pub async fn metrics(req: Request) -> RoutingResult {
|
820 |
/// start a scheduler, create scheduler data, etc ...
|
821 |
#[allow(clippy::format_push_string)]
|
822 |
fn start_scheduler(
|
163 |
while let Some(next_ty) = next_type(&mut group.stream().into_iter().peekable()) {
|
164 |
#[allow(clippy::format_push_string)]
|
165 |
tuple_type.path.push_str(&format!("{}, ", next_ty.path));
|
176 |
let next_ident = next_ident(source).expect("Expecting next path part after ::");
|
177 |
#[allow(clippy::format_push_string)]
|
178 |
ty.push_str(&format!("::{}", next_ident));
|
185 |
let next_ty = next_type(source).expect("Expecting generic argument");
|
186 |
#[allow(clippy::format_push_string)]
|
187 |
generic_type.path.push_str(&format!(", {}", next_ty.path));
|
14 |
#[allow(clippy::format_push_string)]
|
15 |
pub fn derive_serde_enum(enum_: &Enum) -> String {
|
3 |
#[allow(clippy::format_push_string)]
|
4 |
pub fn derive_serde_struct(struct_: &Struct) -> String {
|
3 |
#[allow(clippy::format_push_string)]
|
4 |
pub fn derive_serde_tuple_struct(struct_: &Struct) -> String {
|
31 |
/// Show all available releases for `snarkvm`.
|
32 |
#[allow(clippy::format_push_string)]
|
33 |
pub fn show_available_releases() -> Result<String> {
|
223 |
#[allow(clippy::type_complexity)]
|
224 |
#[allow(clippy::format_push_string)]
|
225 |
pub fn commit_with_terminator<'a>(
|
128 |
#[allow(clippy::format_push_string)]
|
129 |
impl<N: Network> Display for Program<N> {
|
103 |
#[allow(clippy::format_push_string)]
|
104 |
impl<N: Network> Display for Struct<N> {
|
126 |
#[allow(clippy::format_push_string)]
|
127 |
impl<N: Network> Display for Program<N> {
|
240 |
}
|
241 |
#[allow(clippy::format_push_string)]
|
242 |
match self.tags.get(tag) {
|
1006 |
#[allow(clippy::format_push_string)]
|
1007 |
fn external_reconstruct(task: &todotxt::Task, c: &Conf) -> Option<(String, json::JsonValue)> {
|
1032 |
#[allow(clippy::format_push_string)]
|
1033 |
fn exec_plugin(c: &Conf, plugin: &str, args: &str) -> Result<String, String> {
|
326 |
Ok(value) => header_string.push_str(value),
|
327 |
#[allow(clippy::format_push_string)]
|
328 |
Err(_) => header_string.push_str(&format!("{:?}", value)),
|
84 |
#![allow(clippy::module_name_repetitions)]
|
85 |
#![allow(clippy::format_push_string)]
|
71 |
// We only use it in `ToInternedString` where performance is not an issue.
|
72 |
clippy::format_push_string,
|
73 |
// TODO deny once false positive are fixed (https://github.com/rust-lang/rust-clippy/issues/9076).
|
1 |
#![allow(clippy::format_push_string)]
|
2 |
use std::io;
|
25 |
clippy::pub_use,
|
26 |
clippy::format_push_string,
|
25 |
clippy::pub_use,
|
26 |
clippy::format_push_string,
|
1 |
#![doc(html_root_url = "https://docs.rs/prost-build/0.11.6")]
|
2 |
#![allow(clippy::option_as_ref_deref, clippy::format_push_string)]
|
1 |
#![allow(clippy::format_push_string)] // Caused by FromPyObject macro
|
2 |
use numpy::PyReadonlyArray1;
|