82 |
#[allow(renamed_and_removed_lints, clippy::unknown_clippy_lints)]
|
83 |
// ^ `missing_panics_doc` is newer than MSRV, and `clippy::unknown_clippy_lints` is removed
|
187 |
// New lint in nightly
|
188 |
#[allow(clippy::unknown_clippy_lints)]
|
189 |
// False positive
|
76 |
/// Checks if filesystem is used for a physical devices
|
77 |
#[allow(clippy::unknown_clippy_lints, clippy::match_like_matches_macro)]
|
78 |
pub fn is_physical(&self) -> bool {
|
158 |
#[allow(renamed_and_removed_lints)]
|
159 |
#[allow(clippy::unknown_clippy_lints)]
|
160 |
// Clippy false positive: https://github.com/rust-lang/rust-clippy/issues/8867
|
13 |
#[allow(unused_tuple_struct_fields)]
|
14 |
#[allow(clippy::unknown_clippy_lints)]
|
15 |
#[allow(clippy::pattern_type_mismatch)]
|
36 |
#[allow(unused_tuple_struct_fields)]
|
37 |
#[allow(clippy::unknown_clippy_lints)]
|
38 |
#[allow(clippy::pattern_type_mismatch)]
|
56 |
#[allow(unused_tuple_struct_fields)]
|
57 |
#[allow(clippy::unknown_clippy_lints)]
|
58 |
#[allow(clippy::pattern_type_mismatch)]
|
13 |
#[allow(unused_tuple_struct_fields)]
|
14 |
#[allow(clippy::unknown_clippy_lints)]
|
15 |
#[allow(clippy::pattern_type_mismatch)]
|
9 |
#[allow(unused_tuple_struct_fields)]
|
10 |
#[allow(clippy::unknown_clippy_lints)]
|
11 |
#[allow(clippy::pattern_type_mismatch)]
|
19 |
#[allow(unused_tuple_struct_fields)]
|
20 |
#[allow(clippy::unknown_clippy_lints)]
|
21 |
#[allow(clippy::pattern_type_mismatch)]
|
49 |
#[allow(unused_tuple_struct_fields)]
|
50 |
#[allow(clippy::unknown_clippy_lints)]
|
51 |
#[allow(clippy::pattern_type_mismatch)]
|
79 |
#[allow(unused_tuple_struct_fields)]
|
80 |
#[allow(clippy::unknown_clippy_lints)]
|
81 |
#[allow(clippy::pattern_type_mismatch)]
|
107 |
#[allow(unused_tuple_struct_fields)]
|
108 |
#[allow(clippy::unknown_clippy_lints)]
|
109 |
#[allow(clippy::pattern_type_mismatch)]
|
16 |
#[allow(unused_tuple_struct_fields)]
|
17 |
#[allow(clippy::unknown_clippy_lints)]
|
18 |
#[allow(clippy::pattern_type_mismatch)]
|
7 |
#[allow(single_use_lifetimes)]
|
8 |
#[allow(clippy::unknown_clippy_lints)]
|
9 |
#[allow(clippy::mut_mut)]
|
24 |
#[allow(single_use_lifetimes)]
|
25 |
#[allow(clippy::unknown_clippy_lints)]
|
26 |
#[allow(clippy::mut_mut)]
|
52 |
#[allow(single_use_lifetimes)]
|
53 |
#[allow(clippy::unknown_clippy_lints)]
|
54 |
#[allow(clippy::used_underscore_binding)]
|
7 |
#[allow(single_use_lifetimes)]
|
8 |
#[allow(clippy::unknown_clippy_lints)]
|
9 |
#[allow(clippy::redundant_pub_crate)]
|
13 |
#[allow(single_use_lifetimes)]
|
14 |
#[allow(clippy::unknown_clippy_lints)]
|
15 |
#[allow(clippy::mut_mut)]
|
27 |
#[allow(single_use_lifetimes)]
|
28 |
#[allow(clippy::unknown_clippy_lints)]
|
29 |
#[allow(clippy::mut_mut)]
|
25 |
#[allow(single_use_lifetimes)]
|
26 |
#[allow(clippy::unknown_clippy_lints)]
|
27 |
#[allow(clippy::used_underscore_binding)]
|
20 |
#[allow(single_use_lifetimes)]
|
21 |
#[allow(clippy::unknown_clippy_lints)]
|
22 |
#[allow(clippy::redundant_pub_crate)]
|
26 |
#[allow(single_use_lifetimes)]
|
27 |
#[allow(clippy::unknown_clippy_lints)]
|
28 |
#[allow(clippy::mut_mut)]
|
42 |
#[allow(single_use_lifetimes)]
|
43 |
#[allow(clippy::unknown_clippy_lints)]
|
44 |
#[allow(clippy::mut_mut)]
|
6 |
renamed_and_removed_lints,
|
7 |
clippy::unknown_clippy_lints,
|
8 |
clippy::needless_doctest_main
|
507 |
// Clippy gets angry when the syslog is disabled
|
508 |
#[allow(clippy::unknown_clippy_lints, clippy::match_single_binding)]
|
509 |
match self.destination {
|
338 |
/// ```
|
339 |
#[allow(clippy::unknown_clippy_lints)]
|
340 |
#[allow(clippy::inherent_to_string_shadow_display)]
|
200 |
// New lint in nightly
|
201 |
#[allow(clippy::unknown_clippy_lints)]
|
202 |
// False positive
|
37 |
clippy::too_many_lines,
|
38 |
clippy::unknown_clippy_lints,
|
39 |
clippy::unseparated_literal_suffix,
|
34 |
#![allow(renamed_and_removed_lints, clippy::unknown_clippy_lints)]
|
35 |
// ^ `map_err_ignore` is newer than MSRV, and `clippy::unknown_clippy_lints` is removed
|
3 |
#![allow(renamed_and_removed_lints, clippy::unknown_clippy_lints)]
|
4 |
// ^ `missing_panics_doc` is newer than MSRV, and `clippy::unknown_clippy_lints` is removed
|
1 |
#![allow(renamed_and_removed_lints, clippy::unknown_clippy_lints)]
|
21 |
clippy::if_same_then_else,
|
22 |
clippy::unknown_clippy_lints,
|
23 |
clippy::len_without_is_empty,
|
36 |
#![recursion_limit = "128"]
|
37 |
#![allow(clippy::unknown_clippy_lints)]
|
38 |
extern crate byteorder;
|
4 |
#![allow(renamed_and_removed_lints)] // support for multiple Clippy versions
|
5 |
#![allow(clippy::unknown_clippy_lints)] // because of other #![allow]s
|
6 |
#![allow(clippy::mem_replace_with_default)] // needs rustc 1.40
|
4 |
#![allow(clippy::trivially_copy_pass_by_ref)]
|
5 |
#![allow(clippy::unknown_clippy_lints)]
|
4 |
#![allow(clippy::trivially_copy_pass_by_ref)]
|
5 |
#![allow(clippy::unknown_clippy_lints)]
|
107 |
#![allow(renamed_and_removed_lints)]
|
108 |
#![allow(clippy::unknown_clippy_lints)]
|
109 |
#![cfg_attr(docsrs, feature(doc_cfg))]
|
1 |
#![allow(renamed_and_removed_lints, clippy::unknown_clippy_lints)]
|
31 |
// Until flat/flexbuffers is on Rust v1.42, we cannot use the previously unstable matches! macro.
|
32 |
#![allow(clippy::unknown_clippy_lints)]
|
33 |
#![allow(clippy::match_like_matches_macro)]
|
45 |
renamed_and_removed_lints,
|
46 |
clippy::unknown_clippy_lints,
|
47 |
clippy::single_match,
|
45 |
renamed_and_removed_lints,
|
46 |
clippy::unknown_clippy_lints,
|
47 |
clippy::single_match,
|
8 |
// Use the old lint name to build without warnings until our MSRV is at least 1.51.
|
9 |
#![allow(clippy::unknown_clippy_lints)]
|
10 |
// The actual lints we want to disable.
|
8 |
// Use the old lint name to build without warnings until our MSRV is at least 1.51.
|
9 |
#![allow(clippy::unknown_clippy_lints)]
|
10 |
// The actual lints we want to disable.
|
60 |
#![allow(
|
61 |
clippy::unknown_clippy_lints,
|
62 |
clippy::module_name_repetitions,
|
9 |
#![allow(renamed_and_removed_lints)]
|
10 |
#![allow(clippy::unknown_clippy_lints)]
|
2 |
#![allow(renamed_and_removed_lints)]
|
3 |
#![allow(clippy::unknown_clippy_lints)]
|
4 |
#![allow(clippy::upper_case_acronyms)]
|
9 |
#![allow(renamed_and_removed_lints)]
|
10 |
#![allow(clippy::unknown_clippy_lints)]
|
11 |
#![allow(renamed_and_removed_lints)]
|
12 |
#![allow(clippy::unknown_clippy_lints)]
|
13 |
#![allow(clippy::upper_case_acronyms)]
|
16 |
#![allow(renamed_and_removed_lints)]
|
17 |
#![allow(clippy::unknown_clippy_lints)]
|
18 |
#![cfg_attr(docsrs, feature(doc_cfg))]
|
25 |
#![allow(clippy::needless_doctest_main)]
|
26 |
#![allow(clippy::unknown_clippy_lints)]
|
73 |
pub fn pad_left(&self, len: usize) -> Result<ByteVector, Error> {
|
74 |
#![allow(clippy::unknown_clippy_lints, clippy::comparison_chain)]
|
92 |
pub fn pad_right(&self, len: usize) -> Result<ByteVector, Error> {
|
93 |
#![allow(clippy::unknown_clippy_lints, clippy::comparison_chain)]
|
48 |
#![allow(renamed_and_removed_lints)]
|
49 |
#![allow(clippy::unknown_clippy_lints)]
|
30 |
#![allow(renamed_and_removed_lints)]
|
31 |
#![allow(clippy::unknown_clippy_lints)]
|
23 |
#![allow(renamed_and_removed_lints)]
|
24 |
#![allow(clippy::unknown_clippy_lints)]
|
32 |
// Necessary for nightly clippy lints
|
33 |
#![allow(clippy::unknown_clippy_lints)]
|
4 |
renamed_and_removed_lints,
|
5 |
clippy::unknown_clippy_lints,
|
6 |
clippy::type_complexity,
|
8 |
unknown_lints,
|
9 |
clippy::unknown_clippy_lints,
|
10 |
clippy::needless_doctest_main
|
4 |
renamed_and_removed_lints,
|
5 |
clippy::unknown_clippy_lints,
|
6 |
clippy::mutex_atomic
|
1 |
#![allow(clippy::unknown_clippy_lints)] // because of pin-project
|
2 |
#![warn(clippy::pedantic, rust_2018_idioms)]
|
3 |
// https://github.com/rust-lang/rust-clippy/issues/6860
|
4 |
#![allow(renamed_and_removed_lints, clippy::unknown_clippy_lints)]
|
3 |
#![allow(renamed_and_removed_lints)] // support for multiple Clippy versions
|
4 |
#![allow(clippy::unknown_clippy_lints)] // because of other #![allow]s
|
5 |
#![allow(clippy::mem_replace_with_default)] // needs rustc 1.40
|
4 |
#![allow(clippy::trivially_copy_pass_by_ref)]
|
5 |
#![allow(clippy::unknown_clippy_lints)]
|
4 |
#![allow(clippy::trivially_copy_pass_by_ref)]
|
5 |
#![allow(clippy::unknown_clippy_lints)]
|
1 |
#![allow(clippy::unknown_clippy_lints)]
|
35 |
#![allow(renamed_and_removed_lints)] // workaround clippy unknown lints when rust stable 1.50. May be removed in the future
|
36 |
#![allow(clippy::unknown_clippy_lints)] // workaround clippy unknown lints when rust stable 1.50. May be removed in the future
|
37 |
#![allow(unknown_lints)] // workaround clippy unknown lints when rust stable 1.50. May be removed in the future
|