30 |
#[allow(clippy::extra_unused_lifetimes)]
|
31 |
#[allow(clippy::redundant_static_lifetimes)]
|
32 |
#[allow(clippy::redundant_field_names)]
|
19 |
mod executable;
|
20 |
#[allow(clippy::redundant_static_lifetimes)]
|
21 |
#[rustfmt::skip]
|
6 |
#[cfg_attr(feature = "cargo-clippy", allow(const_static_lifetime))]
|
7 |
#[cfg_attr(feature = "cargo-clippy", allow(unreadable_literal))]
|
8 |
#[allow(clippy::redundant_static_lifetimes)]
|
9 |
static SYSFS_ROOT: &'static str = "/sys/class/power_supply";
|
20 |
#[allow(non_camel_case_types, non_upper_case_globals, unused)]
|
21 |
#[allow(clippy::redundant_static_lifetimes, clippy::unreadable_literal)]
|
22 |
#[allow(clippy::useless_transmute, clippy::trivially_copy_pass_by_ref)]
|
48 |
#[allow(non_upper_case_globals, clippy::redundant_static_lifetimes)]
|
49 |
#[allow(clippy::upper_case_acronyms)]
|
22 |
unused_imports,
|
23 |
clippy::redundant_static_lifetimes,
|
24 |
clippy::redundant_closure,
|
22 |
unused_imports,
|
23 |
clippy::redundant_static_lifetimes,
|
24 |
clippy::redundant_closure,
|
40 |
#[allow(clippy::extra_unused_lifetimes)]
|
41 |
#[allow(clippy::redundant_static_lifetimes)]
|
42 |
#[allow(clippy::redundant_field_names)]
|
36 |
#[allow(clippy::redundant_static_lifetimes)]
|
37 |
pub mod grapheme {
|
8 |
#[allow(clippy::redundant_static_lifetimes)]
|
9 |
static SYSFS_ROOT: &'static str = "/sys/class/power_supply";
|
6 |
#[cfg_attr(feature = "cargo-clippy", allow(const_static_lifetime))]
|
7 |
#[cfg_attr(feature = "cargo-clippy", allow(unreadable_literal))]
|
21 |
#[deny(dead_code)]
|
22 |
#[allow(clippy::redundant_static_lifetimes)]
|
23 |
#[path = "../generate/src/ucd.rs"]
|
35 |
#[deny(dead_code)]
|
36 |
#[allow(clippy::redundant_static_lifetimes)]
|
37 |
#[path = "trie/trie.rs"]
|
3 |
#[allow(dead_code, clippy::redundant_static_lifetimes, clippy::unreadable_literal)]
|
4 |
#[rustfmt::skip]
|
34 |
#[deny(dead_code)]
|
35 |
#[allow(clippy::redundant_static_lifetimes)]
|
36 |
#[path = "trie/trie.rs"]
|
3 |
#[allow(clippy::redundant_static_lifetimes)]
|
4 |
#[rustfmt::skip]
|
3 |
#[allow(dead_code, clippy::redundant_static_lifetimes, clippy::unreadable_literal)]
|
4 |
#[rustfmt::skip]
|
107 |
redundant_field_names,
|
108 |
redundant_static_lifetimes,
|
109 |
// integer and float ser/de requires these sorts of casts
|
420 |
clippy::redundant_closure,
|
421 |
clippy::redundant_static_lifetimes
|
422 |
)]
|
18 |
non_snake_case,
|
19 |
clippy::redundant_static_lifetimes // TODO: Remove later when bindgen resolve this issue
|
20 |
)]
|
1 |
#![allow(clippy::redundant_static_lifetimes)]
|
5 |
#![allow(improper_ctypes)]
|
6 |
#![allow(clippy::redundant_static_lifetimes)]
|
7 |
#![allow(clippy::upper_case_acronyms)]
|
12 |
non_snake_case,
|
13 |
clippy::redundant_static_lifetimes // TODO: Remove later when bindgen resolve this issue
|
14 |
)]
|
3 |
#![allow(non_snake_case)]
|
4 |
#![allow(clippy::redundant_static_lifetimes)]
|
3 |
#![allow(clippy::redundant_static_lifetimes)]
|
4 |
#![allow(non_camel_case_types)]
|
2 |
clippy::missing_safety_doc,
|
3 |
clippy::redundant_static_lifetimes,
|
4 |
clippy::too_many_arguments,
|
5 |
#![allow(deref_nullptr)] // see https://github.com/rust-lang/rust-bindgen/issues/1651
|
6 |
#![allow(clippy::redundant_static_lifetimes)]
|
7 |
include!("./sodium_bindings_gen.rs");
|
398 |
allow(
|
399 |
const_static_lifetime,
|
400 |
redundant_field_names,
|
398 |
allow(
|
399 |
const_static_lifetime,
|
400 |
redundant_field_names,
|
6 |
clippy::unreadable_literal,
|
7 |
clippy::redundant_static_lifetimes,
|
8 |
improper_ctypes,
|
1 |
#![allow(non_upper_case_globals, clippy::redundant_static_lifetimes)]
|
3 |
#![allow(non_snake_case)]
|
4 |
#![allow(clippy::redundant_static_lifetimes)]
|
5 |
#![allow(clippy::missing_safety_doc)]
|
5 |
#![allow(improper_ctypes)]
|
6 |
#![allow(clippy::redundant_static_lifetimes)]
|
7 |
#![allow(clippy::upper_case_acronyms)]
|
5 |
#![allow(improper_ctypes)]
|
6 |
#![allow(clippy::redundant_static_lifetimes)]
|
7 |
#![allow(clippy::upper_case_acronyms)]
|
2 |
#![allow(non_upper_case_globals)]
|
3 |
#![allow(clippy::redundant_static_lifetimes)]
|
1 |
#![allow(clippy::redundant_static_lifetimes)]
|
2 |
#![allow(clippy::type_complexity)]
|
1 |
#![cfg_attr(feature = "cargo-clippy", allow(const_static_lifetime))]
|
18 |
// generated code has some redundant static lifetimes, I don't think we can change that.
|
19 |
#![allow(clippy::redundant_static_lifetimes)]
|
5 |
#![allow(clippy::approx_constant)]
|
6 |
#![allow(clippy::redundant_static_lifetimes)]
|
7 |
#![allow(clippy::type_complexity)]
|
5 |
#![allow(clippy::missing_safety_doc)]
|
6 |
#![allow(clippy::redundant_static_lifetimes)]
|
7 |
#![allow(clippy::too_many_arguments)]
|
5 |
#![allow(clippy::missing_safety_doc)]
|
6 |
#![allow(clippy::redundant_static_lifetimes)]
|
7 |
#![allow(clippy::too_many_arguments)]
|
5 |
#![allow(clippy::missing_safety_doc)]
|
6 |
#![allow(clippy::redundant_static_lifetimes)]
|
7 |
#![allow(clippy::too_many_arguments)]
|
5 |
#![allow(clippy::missing_safety_doc)]
|
6 |
#![allow(clippy::redundant_static_lifetimes)]
|
7 |
#![allow(clippy::too_many_arguments)]
|
56 |
clippy::transmute_ptr_to_ptr,
|
57 |
clippy::redundant_static_lifetimes,
|
58 |
clippy::missing_safety_doc,
|
60 |
clippy::transmute_ptr_to_ptr,
|
61 |
clippy::redundant_static_lifetimes,
|
62 |
clippy::missing_safety_doc,
|
9 |
clippy::unreadable_literal,
|
10 |
clippy::redundant_static_lifetimes
|
11 |
)]
|
4 |
#![allow(non_upper_case_globals, non_camel_case_types, non_snake_case)]
|
5 |
#![allow(clippy::redundant_static_lifetimes)]
|
10 |
#![allow(clippy::unused_unit)]
|
11 |
#![allow(clippy::redundant_static_lifetimes)]
|
12 |
#![allow(clippy::unnecessary_cast)]
|
5 |
#![allow(clippy::unreadable_literal)]
|
6 |
#![allow(clippy::redundant_static_lifetimes)]
|
9 |
#![allow(non_upper_case_globals)]
|
10 |
#![allow(clippy::redundant_static_lifetimes)]
|
11 |
#![allow(clippy::upper_case_acronyms)]
|
3 |
#![allow(non_snake_case)]
|
4 |
#![allow(clippy::redundant_static_lifetimes)]
|
5 |
#![allow(clippy::unreadable_literal)]
|
10 |
#![allow(clippy::op_ref)]
|
11 |
#![allow(clippy::redundant_static_lifetimes)]
|
12 |
#![allow(clippy::should_implement_trait)]
|
4 |
#![allow(improper_ctypes)]
|
5 |
#![allow(clippy::redundant_static_lifetimes)]
|
6 |
#![allow(dead_code)]
|
38 |
#![allow(deref_nullptr)]
|
39 |
#![allow(clippy::redundant_static_lifetimes)]
|
40 |
#![allow(rustdoc::broken_intra_doc_links)]
|
38 |
#![allow(deref_nullptr)]
|
39 |
#![allow(clippy::redundant_static_lifetimes)]
|
40 |
#![allow(rustdoc::broken_intra_doc_links)]
|
4 |
#![allow(clippy::unreadable_literal)]
|
5 |
#![allow(clippy::redundant_static_lifetimes)]
|
7 |
#![allow(
|
8 |
clippy::redundant_static_lifetimes,
|
9 |
clippy::unreadable_literal,
|
7 |
#![allow(
|
8 |
clippy::redundant_static_lifetimes,
|
9 |
clippy::unreadable_literal,
|
7 |
#![allow(
|
8 |
clippy::redundant_static_lifetimes,
|
9 |
clippy::unreadable_literal,
|
13 |
#![allow(clippy::unreadable_literal)]
|
14 |
#![allow(clippy::redundant_static_lifetimes)]
|
15 |
#![allow(clippy::missing_safety_doc)]
|
3 |
#![allow(non_snake_case)]
|
4 |
#![allow(clippy::redundant_static_lifetimes)]
|
5 |
#![allow(clippy::unreadable_literal)]
|
3 |
#![allow(non_snake_case)]
|
4 |
#![allow(clippy::redundant_static_lifetimes)]
|
3 |
#![allow(non_snake_case)]
|
4 |
#![allow(clippy::redundant_static_lifetimes)]
|
5 |
#![allow(clippy::upper_case_acronyms)]
|
5 |
clippy::approx_constant,
|
6 |
clippy::redundant_static_lifetimes,
|
7 |
non_snake_case
|
8 |
#![allow(non_camel_case_types)]
|
9 |
#![allow(clippy::redundant_static_lifetimes)]
|
10 |
include!("generated.rs");
|
4 |
#![allow(non_snake_case)]
|
5 |
#![allow(clippy::redundant_static_lifetimes)]
|
6 |
#![allow(clippy::unreadable_literal)]
|
18 |
)]
|
19 |
#![allow(clippy::redundant_static_lifetimes)]
|
20 |
#![allow(clippy::unreadable_literal)]
|
7 |
// Silence "constants have by default a `'static` lifetime" clippy warnings
|
8 |
clippy::redundant_static_lifetimes,
|
9 |
// https://github.com/rust-lang/rust-bindgen/issues/1651
|
3 |
#![allow(non_snake_case)]
|
4 |
#![allow(clippy::redundant_static_lifetimes)]
|
5 |
#![allow(clippy::missing_safety_doc)]
|
3 |
#![allow(non_snake_case)]
|
4 |
#![allow(clippy::redundant_static_lifetimes)]
|
5 |
include!(concat!(env!("OUT_DIR"), "/luau_compiler.rs"));
|
3 |
#![allow(non_snake_case)]
|
4 |
#![allow(clippy::redundant_static_lifetimes)]
|
5 |
include!(concat!(env!("OUT_DIR"), "/luau_vm_conf.rs"));
|
3 |
#![allow(non_snake_case)]
|
4 |
#![allow(clippy::redundant_static_lifetimes)]
|
5 |
include!(concat!(env!("OUT_DIR"), "/luau_vm.rs"));
|
5 |
#![allow(clippy::too_many_arguments)]
|
6 |
#![allow(clippy::redundant_static_lifetimes)]
|
4 |
#![allow(non_snake_case)]
|
5 |
#![allow(clippy::redundant_static_lifetimes)]
|
6 |
#![allow(clippy::unreadable_literal)]
|
11 |
#![allow(deref_nullptr)]
|
12 |
#![allow(clippy::redundant_static_lifetimes)]
|
28 |
#![allow(clippy::unreadable_literal)]
|
29 |
#![allow(clippy::redundant_static_lifetimes)]
|
63 |
#![allow(clippy::missing_safety_doc)]
|
64 |
#![allow(clippy::redundant_static_lifetimes)]
|
3 |
#![allow(non_snake_case, non_upper_case_globals)]
|
4 |
#![allow(clippy::excessive_precision, clippy::redundant_static_lifetimes)]
|
8 |
#![cfg_attr(feature = "cargo-clippy", allow(redundant_field_names))]
|
9 |
#![cfg_attr(feature = "cargo-clippy", allow(redundant_static_lifetimes))]
|
10 |
#![allow(deprecated)]
|
6 |
deref_nullptr, // TODO: Remove after closing https://github.com/rust-lang/rust-bindgen/issues/1651
|
7 |
clippy::redundant_static_lifetimes, // TODO: Remove after that this issue will be fixed in bindgen
|
8 |
clippy::missing_safety_doc
|
3 |
#![allow(non_snake_case)]
|
4 |
#![allow(clippy::const_static_lifetime)]
|
5 |
#![allow(clippy::unreadable_literal)]
|
4 |
#![allow(non_upper_case_globals)]
|
5 |
#![allow(clippy::redundant_static_lifetimes)]
|
6 |
#![allow(clippy::unreadable_literal)]
|
16 |
#![allow(clippy::unreadable_literal)]
|
17 |
#![allow(clippy::const_static_lifetime)]
|
18 |
#![allow(clippy::useless_transmute)]
|
6 |
non_camel_case_types,
|
7 |
clippy::redundant_static_lifetimes,
|
8 |
clippy::upper_case_acronyms
|
404 |
clippy::redundant_closure,
|
405 |
clippy::redundant_static_lifetimes
|
406 |
)]
|
5 |
#![allow(clippy::missing_safety_doc)]
|
6 |
#![allow(clippy::redundant_static_lifetimes)]
|
7 |
#![allow(clippy::too_many_arguments)]
|
7 |
non_snake_case,
|
8 |
clippy::redundant_static_lifetimes,
|
9 |
clippy::upper_case_acronyms
|
2 |
#![allow(clippy::needless_return)]
|
3 |
#![allow(clippy::redundant_static_lifetimes)]
|
4 |
#[macro_use]
|
260 |
#![cfg_attr(feature = "cargo-clippy",
|
261 |
allow(const_static_lifetime, doc_markdown, large_enum_variant, match_bool,
|
262 |
redundant_closure, needless_pass_by_value))]
|
1 |
#![allow(clippy::redundant_static_lifetimes)]
|
27 |
#![allow(clippy::needless_lifetimes)]
|
28 |
#![allow(clippy::redundant_static_lifetimes)]
|
29 |
#![allow(clippy::too_many_arguments)]
|
234 |
cyclomatic_complexity,
|
235 |
const_static_lifetime,
|
236 |
deprecated_cfg_attr,
|
6 |
#![allow(clippy::too_many_arguments)]
|
7 |
#![allow(clippy::redundant_static_lifetimes)]
|
8 |
#![allow(clippy::missing_safety_doc)]
|
1 |
#![allow(clippy::redundant_static_lifetimes)]
|
59 |
clippy::collapsible_else_if,
|
60 |
clippy::redundant_static_lifetimes,
|
61 |
clippy::collapsible_if,
|
6 |
deref_nullptr,
|
7 |
clippy::redundant_static_lifetimes
|
8 |
)]
|
4 |
#![allow(clippy::type_complexity)]
|
5 |
#![allow(clippy::redundant_static_lifetimes)]
|
11 |
#![allow(clippy::upper_case_acronyms)]
|
12 |
#![allow(clippy::redundant_static_lifetimes)]
|
23 |
clippy::cognitive_complexity,
|
24 |
clippy::redundant_static_lifetimes,
|
25 |
clippy::suspicious_else_formatting,
|