388 |
#[allow(clippy::items_after_statements)]
|
389 |
pub fn get_tree(&self) -> String {
|
1244 |
#[allow(clippy::items_after_statements)]
|
1245 |
impl<T: Clone, A: Clone> Clone for Box<[T], A>
|
7 |
#[test]
|
8 |
#[allow(clippy::assertions_on_constants, clippy::items_after_statements)]
|
9 |
fn returns_expected_iterator() {
|
7 |
#[test]
|
8 |
#[allow(clippy::assertions_on_constants, clippy::items_after_statements)]
|
9 |
fn returns_expected_iterator() {
|
7 |
#[test]
|
8 |
#[allow(clippy::assertions_on_constants, clippy::items_after_statements)]
|
9 |
fn returns_expected_iterator() {
|
7 |
#[test]
|
8 |
#[allow(clippy::assertions_on_constants, clippy::items_after_statements)]
|
9 |
fn returns_expected_iterator() {
|
7 |
#[test]
|
8 |
#[allow(clippy::assertions_on_constants, clippy::items_after_statements)]
|
9 |
fn returns_expected_iterator() {
|
7 |
#[test]
|
8 |
#[allow(clippy::assertions_on_constants, clippy::items_after_statements)]
|
9 |
fn returns_expected_iterator() {
|
7 |
#[test]
|
8 |
#[allow(clippy::assertions_on_constants, clippy::items_after_statements)]
|
9 |
fn returns_expected_iterator() {
|
7 |
#[test]
|
8 |
#[allow(clippy::assertions_on_constants, clippy::items_after_statements)]
|
9 |
fn returns_expected_iterator() {
|
7 |
#[test]
|
8 |
#[allow(clippy::assertions_on_constants, clippy::items_after_statements)]
|
9 |
fn returns_expected_iterator() {
|
7 |
#[test]
|
8 |
#[allow(clippy::assertions_on_constants, clippy::items_after_statements)]
|
9 |
fn returns_expected_iterator() {
|
212 |
#[async_trait]
|
213 |
#[allow(dead_code, clippy::items_after_statements)]
|
214 |
pub trait Trait: Sized {
|
212 |
#[async_trait]
|
213 |
#[allow(dead_code, clippy::items_after_statements)]
|
214 |
pub trait Trait: Sized {
|
1283 |
}
|
1284 |
#[allow(clippy::items_after_statements)]
|
1285 |
/// Broker fifo channel is useful for shell scripts and allows to send:
|
26 |
/// Prints `kind` using `opts`.
|
27 |
#[cfg_attr(feature = "cargo-clippy", allow(items_after_statements))]
|
28 |
fn write_output(kind: &Kind, function: &asm::ast::Function) {
|
246 |
// that's fine for this test code
|
247 |
#[allow(clippy::items_after_statements)]
|
248 |
mod tests {
|
1239 |
}
|
1240 |
#[allow(clippy::items_after_statements)]
|
1241 |
/// Broker fifo channel is useful for shell scripts and allows to send:
|
31 |
#[inline]
|
32 |
#[allow(clippy::items_after_statements)]
|
33 |
pub const fn static_empty() -> &'static [u8; Group::WIDTH] {
|
8 |
#[allow(
|
9 |
clippy::items_after_statements,
|
10 |
clippy::let_underscore_drop,
|
404 |
#[macro_export]
|
405 |
#[allow(clippy::items_after_statements)]
|
406 |
macro_rules! tuple_for_each {
|
474 |
#[test]
|
475 |
#[allow(clippy::items_after_statements)]
|
476 |
pub fn test_macros() {
|
517 |
/// implementations.
|
518 |
#[allow(clippy::items_after_statements)]
|
519 |
#[allow(clippy::too_many_lines)]
|
112 |
#[pyo3(name = "libafl_qemu")]
|
113 |
#[allow(clippy::items_after_statements, clippy::too_many_lines)]
|
114 |
pub fn python_module(py: Python, m: &PyModule) -> PyResult<()> {
|
95 |
#[rusty_fork::fork_test(timeout_ms = 60000)]
|
96 |
#[allow(clippy::items_after_statements)]
|
97 |
fn before_send_test() -> anyhow::Result<()> {
|
125 |
#[rusty_fork::fork_test(timeout_ms = 60000)]
|
126 |
#[allow(clippy::items_after_statements)]
|
127 |
fn logger_test() -> anyhow::Result<()> {
|
516 |
},
|
517 |
#[allow(clippy::items_after_statements)]
|
518 |
Map::Prefixless(subgroups, commands) => {
|
104 |
#[allow(clippy::items_after_statements)]
|
105 |
async fn task_cmd(
|
61 |
#[allow(clippy::items_after_statements)]
|
62 |
match arghs.subcommand {
|
24 |
clippy::similar_names,
|
25 |
clippy::items_after_statements,
|
26 |
clippy::unreadable_literal,
|
323 |
#[test]
|
324 |
#[allow(clippy::items_after_statements)]
|
325 |
fn test_builder_type_with_default_on_generic_type() {
|
487 |
#[test]
|
488 |
#[allow(clippy::items_after_statements)]
|
489 |
fn test_clone_builder_with_generics() {
|
39 |
clippy::indexing_slicing,
|
40 |
clippy::items_after_statements,
|
41 |
clippy::map_err_ignore,
|
5 |
clippy::ifs_same_cond,
|
6 |
clippy::items_after_statements,
|
7 |
clippy::let_and_return,
|
3 |
clippy::eq_op,
|
4 |
clippy::items_after_statements,
|
5 |
clippy::needless_pass_by_value,
|
32 |
clippy::non_ascii_literal,
|
33 |
clippy::items_after_statements,
|
34 |
clippy::filter_map
|
310 |
clippy::if_not_else,
|
311 |
clippy::items_after_statements,
|
312 |
clippy::module_name_repetitions,
|
62 |
clippy::if_not_else,
|
63 |
clippy::items_after_statements,
|
64 |
clippy::module_name_repetitions,
|
13 |
#![allow(clippy::doc_markdown)]
|
14 |
#![allow(clippy::items_after_statements)]
|
15 |
#![allow(clippy::wildcard_imports)]
|
42 |
clippy::cast_possible_wrap,
|
43 |
clippy::items_after_statements,
|
44 |
clippy::match_same_arms,
|
21 |
clippy::if_not_else,
|
22 |
clippy::items_after_statements,
|
23 |
clippy::missing_panics_doc,
|
16 |
clippy::if_not_else,
|
17 |
clippy::items_after_statements,
|
18 |
clippy::missing_panics_doc,
|
3 |
clippy::enum_glob_use,
|
4 |
clippy::items_after_statements,
|
5 |
clippy::manual_assert,
|
21 |
clippy::if_not_else,
|
22 |
clippy::items_after_statements,
|
23 |
clippy::missing_panics_doc,
|
16 |
clippy::if_not_else,
|
17 |
clippy::items_after_statements,
|
18 |
clippy::missing_panics_doc,
|
8 |
clippy::cast_sign_loss,
|
9 |
clippy::items_after_statements,
|
10 |
clippy::iter_not_returning_iterator, // https://github.com/rust-lang/rust-clippy/issues/8285
|
9 |
#![allow(clippy::module_name_repetitions)]
|
10 |
#![allow(clippy::items_after_statements)]
|
11 |
// ==============================================================
|
9 |
#![allow(clippy::module_name_repetitions)]
|
10 |
#![allow(clippy::items_after_statements)]
|
11 |
// ==============================================================
|
7 |
#![allow(clippy::module_name_repetitions)]
|
8 |
#![allow(clippy::items_after_statements)]
|
9 |
// ==============================================================
|
31 |
clippy::option_if_let_else,
|
32 |
clippy::items_after_statements
|
33 |
)]
|
2 |
#![warn(clippy::pedantic, clippy::nursery)]
|
3 |
#![allow(clippy::items_after_statements)]
|
4 |
#![deny(rust_2018_idioms)]
|
4 |
#![warn(clippy::undocumented_unsafe_blocks, clippy::pedantic, clippy::nursery)]
|
5 |
#![allow(clippy::items_after_statements)]
|
6 |
#![feature(const_refs_to_cell)] // const_sort_core
|
72 |
clippy::doc_markdown,
|
73 |
clippy::items_after_statements,
|
74 |
clippy::manual_map,
|
381 |
clippy::inherent_to_string,
|
382 |
clippy::items_after_statements,
|
383 |
clippy::large_enum_variant,
|
57 |
clippy::inherent_to_string,
|
58 |
clippy::items_after_statements,
|
59 |
clippy::match_bool,
|
18 |
clippy::inherent_to_string,
|
19 |
clippy::items_after_statements,
|
20 |
clippy::match_bool,
|
8 |
clippy::inherent_to_string,
|
9 |
clippy::items_after_statements,
|
10 |
clippy::large_enum_variant,
|
8 |
clippy::inherent_to_string,
|
9 |
clippy::items_after_statements,
|
10 |
clippy::large_enum_variant,
|
8 |
clippy::enum_glob_use,
|
9 |
clippy::items_after_statements,
|
10 |
clippy::match_wildcard_for_single_variants,
|
60 |
clippy::if_not_else,
|
61 |
clippy::items_after_statements,
|
62 |
clippy::manual_range_contains,
|
9 |
#![allow(clippy::module_name_repetitions)]
|
10 |
#![allow(clippy::items_after_statements)]
|
11 |
// ==============================================================
|
103 |
clippy::derive_partial_eq_without_eq,
|
104 |
clippy::items_after_statements,
|
105 |
clippy::manual_map, // https://github.com/rust-lang/rust-clippy/issues/7820
|
154 |
) -> TokenStream2 {
|
155 |
#![allow(clippy::items_after_statements)]
|
65 |
clippy::wrong_self_convention,
|
66 |
clippy::items_after_statements,
|
67 |
// this is only available on nightly
|
65 |
clippy::wrong_self_convention,
|
66 |
clippy::items_after_statements,
|
67 |
// this is only available on nightly
|
7 |
#![allow(clippy::module_name_repetitions)]
|
8 |
#![allow(clippy::items_after_statements)]
|
9 |
// ==============================================================
|
27 |
clippy::cast_sign_loss,
|
28 |
clippy::items_after_statements,
|
29 |
clippy::many_single_char_names,
|
28 |
clippy::cast_sign_loss,
|
29 |
clippy::items_after_statements,
|
30 |
clippy::missing_errors_doc,
|
27 |
clippy::cast_sign_loss,
|
28 |
clippy::items_after_statements,
|
29 |
clippy::many_single_char_names,
|
28 |
clippy::expl_impl_clone_on_copy,
|
29 |
clippy::items_after_statements,
|
30 |
clippy::many_single_char_names,
|
27 |
clippy::cast_sign_loss,
|
28 |
clippy::items_after_statements,
|
29 |
clippy::many_single_char_names,
|
28 |
clippy::cast_sign_loss,
|
29 |
clippy::items_after_statements,
|
30 |
clippy::missing_errors_doc,
|
27 |
clippy::cast_sign_loss,
|
28 |
clippy::items_after_statements,
|
29 |
clippy::many_single_char_names,
|
27 |
clippy::cast_sign_loss,
|
28 |
clippy::items_after_statements,
|
29 |
clippy::many_single_char_names,
|
27 |
clippy::cast_sign_loss,
|
28 |
clippy::items_after_statements,
|
29 |
clippy::many_single_char_names,
|
91 |
{
|
92 |
#![allow(clippy::items_after_statements)]
|
81 |
{
|
82 |
#![allow(clippy::items_after_statements)]
|
164 |
#![allow(
|
165 |
clippy::items_after_statements,
|
103 |
clippy::derive_partial_eq_without_eq,
|
104 |
clippy::items_after_statements,
|
105 |
clippy::manual_map, // https://github.com/rust-lang/rust-clippy/issues/7820
|
240 |
)]
|
241 |
#![allow(clippy::items_after_statements)]
|
328 |
clippy::enum_glob_use,
|
329 |
clippy::items_after_statements,
|
330 |
clippy::match_like_matches_macro,
|
4 |
clippy::doc_markdown,
|
5 |
clippy::items_after_statements,
|
6 |
clippy::manual_assert,
|
99 |
clippy::doc_markdown,
|
100 |
clippy::items_after_statements,
|
101 |
clippy::manual_assert,
|
9 |
clippy::fn_params_excessive_bools,
|
10 |
clippy::items_after_statements,
|
11 |
clippy::match_same_arms,
|
320 |
clippy::for_loops_over_fallibles,
|
321 |
clippy::items_after_statements,
|
322 |
clippy::large_enum_variant,
|
8 |
clippy::cast_precision_loss,
|
9 |
clippy::items_after_statements,
|
10 |
clippy::too_many_lines,
|
1 |
#![allow(clippy::items_after_statements)]
|
2 |
#![allow(clippy::match_bool)]
|
3 |
#![deny(missing_debug_implementations)]
|
4 |
#![cfg_attr(feature = "cargo-clippy", allow(items_after_statements))]
|
5 |
#![cfg_attr(feature = "cargo-clippy", allow(match_bool))]
|
8 |
#![allow(clippy::module_name_repetitions)]
|
9 |
#![allow(clippy::items_after_statements)]
|
10 |
#![allow(clippy::multiple_crate_versions)]
|
137 |
clippy::doc_markdown,
|
138 |
clippy::items_after_statements,
|
139 |
clippy::must_use_candidate,
|
94 |
clippy::doc_markdown,
|
95 |
clippy::items_after_statements,
|
96 |
clippy::manual_assert,
|
72 |
clippy::doc_markdown,
|
73 |
clippy::items_after_statements,
|
74 |
clippy::manual_map,
|
44 |
clippy::indexing_slicing,
|
45 |
clippy::items_after_statements,
|
46 |
clippy::manual_assert,
|
21 |
clippy::enum_glob_use,
|
22 |
clippy::items_after_statements,
|
23 |
clippy::let_underscore_drop,
|
39 |
clippy::indexing_slicing,
|
40 |
clippy::items_after_statements,
|
41 |
clippy::map_err_ignore,
|
7 |
clippy::float_cmp,
|
8 |
clippy::items_after_statements,
|
9 |
clippy::shadow_unrelated,
|
43 |
#![allow(
|
44 |
clippy::items_after_statements,
|
45 |
clippy::inline_always,
|
148 |
clippy::doc_markdown,
|
149 |
clippy::items_after_statements,
|
150 |
clippy::manual_map,
|
92 |
clippy::doc_markdown,
|
93 |
clippy::items_after_statements,
|
94 |
clippy::return_self_not_must_use,
|
16 |
clippy::cast_precision_loss,
|
17 |
clippy::items_after_statements,
|
18 |
clippy::missing_errors_doc,
|
11 |
#![allow(clippy::cast_possible_truncation)]
|
12 |
#![allow(clippy::items_after_statements)]
|
13 |
#![allow(clippy::unreadable_literal)]
|
35 |
clippy::implicit_return, // We prefer to use implicit returns where possible
|
36 |
clippy::items_after_statements, // Sometimes we only add things from where they are first used, even if they are available in the whole scope
|
37 |
clippy::shadow_reuse, // We shadow values when accepting generics `file: impl AsRef<U>` and `let file = file.as_ref()`, for example
|
58 |
incomplete_features,
|
59 |
clippy::items_after_statements,
|
60 |
clippy::cast_possible_truncation,
|
5 |
#![allow(
|
6 |
clippy::items_after_statements,
|
7 |
clippy::missing_panics_doc,
|
267 |
clippy::inherent_to_string,
|
268 |
clippy::items_after_statements,
|
269 |
clippy::large_enum_variant,
|
266 |
clippy::if_not_else,
|
267 |
clippy::items_after_statements,
|
268 |
clippy::match_same_arms,
|
265 |
clippy::if_not_else,
|
266 |
clippy::items_after_statements,
|
267 |
clippy::module_name_repetitions,
|
253 |
if_not_else,
|
254 |
items_after_statements,
|
255 |
module_name_repetitions,
|
203 |
) -> Result<(), ()> {
|
204 |
#![allow(clippy::items_after_statements)]
|
205 |
#![allow(clippy::option_if_let_else)]
|
311 |
) -> Result<Map<'a, P>, ()> {
|
312 |
#![allow(clippy::items_after_statements)]
|
313 |
#![allow(clippy::too_many_lines)]
|
7 |
#![allow(clippy::module_name_repetitions)]
|
8 |
#![allow(clippy::items_after_statements)]
|
9 |
// ==============================================================
|
6 |
clippy::cast_sign_loss,
|
7 |
clippy::items_after_statements,
|
8 |
clippy::missing_errors_doc,
|
6 |
clippy::cast_sign_loss,
|
7 |
clippy::items_after_statements,
|
8 |
clippy::missing_errors_doc,
|
21 |
clippy::if_not_else,
|
22 |
clippy::items_after_statements,
|
23 |
clippy::manual_range_contains,
|
40 |
clippy::cast_possible_truncation,
|
41 |
clippy::items_after_statements
|
42 |
)]
|
7 |
#![allow(clippy::module_name_repetitions)]
|
8 |
#![allow(clippy::items_after_statements)]
|
9 |
// ==============================================================
|
35 |
clippy::wildcard_imports,
|
36 |
clippy::items_after_statements,
|
37 |
clippy::match_same_arms,
|
151 |
#![allow(
|
152 |
clippy::items_after_statements,
|
153 |
// `ǃ` (latin letter retroflex click) is used in the tests for a never type
|
4 |
clippy::if_not_else,
|
5 |
clippy::items_after_statements,
|
6 |
clippy::module_name_repetitions,
|
4 |
clippy::if_not_else,
|
5 |
clippy::items_after_statements,
|
6 |
clippy::module_name_repetitions,
|
32 |
clippy::inline_always,
|
33 |
clippy::items_after_statements,
|
34 |
clippy::missing_errors_doc,
|
5 |
// allows for easy reading.
|
6 |
#![allow(clippy::items_after_statements)]
|
7 |
// We allow this because _y_ and _x_ are intentionally similar. Changing it makes the code noisy.
|