49 |
#[allow(clippy::uninlined_format_args)]
|
50 |
#[test]
|
4 |
// behavior is consistent with that.
|
5 |
#[allow(clippy::module_name_repetitions, clippy::uninlined_format_args)]
|
6 |
#[must_use]
|
178 |
// `write!(f, "{}.{}.{alias}", self.shard, self.realm);`
|
179 |
#[allow(clippy::uninlined_format_args)]
|
180 |
fn fmt(&self, f: &mut Formatter<'_>) -> fmt::Result {
|
165 |
#[allow(clippy::uninlined_format_args)]
|
166 |
fn attr_print_attribute<T>(
|
157 |
#[allow(clippy::uninlined_format_args)]
|
158 |
pub mod text;
|
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)?;
|
1 |
#![allow(clippy::uninlined_format_args)]
|
24 |
clippy::borrow_interior_mutable_const,
|
25 |
clippy::uninlined_format_args
|
26 |
)]
|
1 |
#![cfg(feature = "openssl")]
|
2 |
#![allow(clippy::uninlined_format_args)]
|
1 |
#![cfg(feature = "rustls")]
|
2 |
#![allow(clippy::uninlined_format_args)]
|
1 |
#![allow(clippy::uninlined_format_args)]
|
1 |
#![allow(clippy::uninlined_format_args)]
|
4 |
#![warn(future_incompatible)]
|
5 |
#![allow(clippy::uninlined_format_args)]
|
6 |
#![doc(html_logo_url = "https://actix.rs/img/logo.png")]
|
4 |
#![warn(future_incompatible)]
|
5 |
#![allow(clippy::borrow_interior_mutable_const, clippy::uninlined_format_args)]
|
1 |
#![allow(clippy::uninlined_format_args)]
|
1 |
#![allow(clippy::uninlined_format_args)]
|
1 |
#![allow(clippy::uninlined_format_args)]
|
7 |
#![allow(clippy::uninlined_format_args)]
|
1 |
#![allow(clippy::uninlined_format_args)]
|
71 |
#![warn(future_incompatible)]
|
72 |
#![allow(clippy::uninlined_format_args)]
|
73 |
#![doc(html_logo_url = "https://actix.rs/img/logo.png")]
|
1 |
#![allow(clippy::uninlined_format_args)]
|
59 |
#![warn(future_incompatible)]
|
60 |
#![allow(clippy::uninlined_format_args)]
|
1 |
#![allow(clippy::uninlined_format_args)]
|
108 |
clippy::needless_doctest_main,
|
109 |
clippy::uninlined_format_args
|
110 |
)]
|
1 |
#![allow(clippy::uninlined_format_args)]
|
127 |
clippy::type_complexity,
|
128 |
clippy::uninlined_format_args,
|
129 |
clippy::unwrap_or_else_default
|
1 |
#![allow(clippy::uninlined_format_args)]
|
3 |
clippy::needless_pass_by_value,
|
4 |
clippy::uninlined_format_args
|
5 |
)]
|
11 |
clippy::too_many_lines,
|
12 |
clippy::uninlined_format_args,
|
13 |
clippy::unseparated_literal_suffix
|
14 |
clippy::type_complexity,
|
15 |
clippy::uninlined_format_args,
|
16 |
clippy::zero_prefixed_literal
|
395 |
clippy::ptr_arg,
|
396 |
clippy::uninlined_format_args
|
397 |
)]
|
11 |
#![allow(clippy::uninlined_format_args)]
|
124 |
// TODO: Remove on next `derive_more` major version.
|
125 |
#![allow(clippy::uninlined_format_args)]
|
12 |
clippy::too_many_lines,
|
13 |
clippy::uninlined_format_args,
|
14 |
clippy::unreadable_literal,
|
7 |
#![allow(clippy::uninlined_format_args)]
|
27 |
clippy::redundant_pub_crate,
|
28 |
clippy::uninlined_format_args, // until 1.65.0 is minimum version
|
29 |
clippy::unused_self,
|
10 |
#![allow(clippy::too_many_lines)]
|
11 |
#![allow(clippy::uninlined_format_args)]
|
12 |
#![cfg_attr(
|
7 |
clippy::unnested_or_patterns,
|
8 |
clippy::uninlined_format_args,
|
9 |
clippy::missing_const_for_fn,
|
3 |
clippy::needless_pass_by_value,
|
4 |
clippy::uninlined_format_args
|
5 |
)]
|
4 |
clippy::must_use_candidate,
|
5 |
clippy::uninlined_format_args,
|
6 |
clippy::missing_panics_doc
|
28 |
#![allow(unused_variables)]
|
29 |
#![allow(clippy::uninlined_format_args)]
|
5 |
#![allow(clippy::uninlined_format_args)]
|
6 |
#![deny(rustdoc::broken_intra_doc_links)]
|
5 |
#![allow(clippy::significant_drop_in_scrutinee)]
|
6 |
#![allow(clippy::uninlined_format_args)]
|
7 |
#![deny(rustdoc::broken_intra_doc_links)]
|
68 |
clippy::unnested_or_patterns,
|
69 |
clippy::uninlined_format_args,
|
68 |
clippy::unnested_or_patterns,
|
69 |
clippy::uninlined_format_args,
|
1 |
#![allow(clippy::uninlined_format_args)]
|
1 |
#![allow(clippy::uninlined_format_args)]
|
42 |
#![warn(variant_size_differences)]
|
43 |
#![allow(clippy::uninlined_format_args)]
|
44 |
#![allow(clippy::type_complexity)]
|
1 |
#![allow(clippy::uninlined_format_args)]
|
4 |
clippy::too_many_lines,
|
5 |
clippy::uninlined_format_args,
|
6 |
)]
|
25 |
)]
|
26 |
#![allow(clippy::uninlined_format_args)] // Required b/c of MSRV
|
27 |
#![cfg_attr(docsrs, feature(doc_auto_cfg))]
|
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,
|
7 |
#![allow(clippy::module_name_repetitions)]
|
8 |
#![allow(clippy::uninlined_format_args)]
|
7 |
#![allow(clippy::uninlined_format_args)]
|
9 |
#![allow(clippy::module_name_repetitions)]
|
10 |
#![allow(clippy::uninlined_format_args)]
|
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)]
|
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)]
|
1 |
#![allow(clippy::uninlined_format_args)]
|
2 |
#![allow(
|
3 |
clippy::uninlined_format_args,
|
4 |
clippy::missing_errors_doc,
|
13 |
clippy::self_assignment,
|
14 |
clippy::uninlined_format_args,
|
15 |
unused_imports
|
152 |
clippy::struct_excessive_bools,
|
153 |
clippy::uninlined_format_args
|
154 |
)]
|
154 |
clippy::too_many_lines,
|
155 |
clippy::uninlined_format_args,
|
156 |
clippy::unsafe_removed_from_name,
|
4 |
clippy::derive_partial_eq_without_eq,
|
5 |
clippy::uninlined_format_args
|
6 |
)]
|
3 |
clippy::eq_op,
|
4 |
clippy::uninlined_format_args
|
5 |
)]
|
11 |
clippy::option_if_let_else,
|
12 |
clippy::uninlined_format_args,
|
13 |
clippy::unnecessary_wraps,
|
1 |
#![warn(clippy::pedantic)]
|
2 |
#![allow(clippy::uninlined_format_args, clippy::missing_errors_doc)]
|
3 |
#![cfg_attr(not(test), no_std)]
|
1 |
#![allow(clippy::uninlined_format_args)]
|
49 |
)]
|
50 |
#![allow(clippy::result_large_err, clippy::uninlined_format_args)]
|
6 |
#![allow(clippy::uninlined_format_args)]
|
15 |
clippy::toplevel_ref_arg,
|
16 |
clippy::uninlined_format_args,
|
17 |
)]
|
1 |
#![allow(clippy::uninlined_format_args)]
|
18 |
#![allow(clippy::uninlined_format_args)]
|
302 |
clippy::module_name_repetitions,
|
303 |
clippy::uninlined_format_args,
|
304 |
clippy::unnested_or_patterns
|
23 |
#![no_std]
|
24 |
#![allow(clippy::uninlined_format_args, clippy::too_many_arguments)]
|
25 |
#![cfg_attr(not(feature = "xlib-client"), forbid(unsafe_code))]
|
1 |
#![allow(clippy::uninlined_format_args)]
|
2 |
use derive_more::Display;
|
1 |
#![warn(clippy::pedantic)]
|
2 |
#![allow(clippy::uninlined_format_args)]
|
1 |
#![warn(clippy::pedantic)]
|
2 |
#![allow(clippy::uninlined_format_args)]
|
1 |
#![warn(clippy::pedantic)]
|
2 |
#![allow(clippy::missing_errors_doc, clippy::must_use_candidate, clippy::uninlined_format_args, clippy::doc_markdown)]
|