25 |
// Validates a Database server node
|
26 |
#[allow(clippy::struct_excessive_bools)]
|
27 |
#[derive(Clone)]
|
106 |
/// Collection of replacement strings / config flags
|
107 |
#[allow(clippy::struct_excessive_bools)]
|
108 |
#[derive(Debug)]
|
56 |
#[allow(clippy::struct_excessive_bools)]
|
57 |
pub struct EncodeArgs {
|
212 |
#[derive(Clone)]
|
213 |
#[allow(clippy::struct_excessive_bools)]
|
214 |
pub struct ClientBuilder {
|
67 |
/// on the next frame.
|
68 |
#[allow(clippy::struct_excessive_bools)]
|
69 |
#[derive(Debug, Component, Clone, Reflect)]
|
15 |
/// [`Characteristic`]: crate::gatt_server::characteristic::Characteristic
|
16 |
#[allow(clippy::struct_excessive_bools)]
|
17 |
#[derive(Clone, Copy, Debug, Default)]
|
54 |
#[allow(clippy::struct_excessive_bools)]
|
55 |
struct BoundedInteger {
|
8 |
#[bpaf(options("asm"))]
|
9 |
#[allow(clippy::struct_excessive_bools)]
|
10 |
pub struct Options {
|
56 |
#[allow(clippy::struct_excessive_bools)]
|
57 |
#[allow(missing_docs)]
|
123 |
#[allow(clippy::struct_excessive_bools)]
|
124 |
#[allow(missing_docs)]
|
65 |
/// The representation of a single Bugzilla bug with all its fields.
|
66 |
#[allow(clippy::struct_excessive_bools)]
|
67 |
#[derive(Clone, Debug, Deserialize, PartialEq, Eq)]
|
49 |
#[allow(clippy::struct_excessive_bools)]
|
50 |
#[derive(Debug, Serialize, Deserialize)]
|
786 |
#[allow(clippy::struct_excessive_bools)]
|
787 |
#[derive(Debug, Clone)]
|
82 |
)]
|
83 |
#[allow(clippy::struct_excessive_bools)]
|
84 |
struct Opts {
|
20 |
#[allow(clippy::struct_excessive_bools)]
|
21 |
#[derive(Debug, Parser)]
|
115 |
#[derive(Debug, Parser)]
|
116 |
#[allow(clippy::struct_excessive_bools)]
|
117 |
#[clap(
|
25 |
#[command(author, version, about, long_about = None)]
|
26 |
#[allow(clippy::struct_excessive_bools)]
|
27 |
pub struct Args {
|
128 |
#[derive(Parser, Debug)]
|
129 |
#[allow(clippy::struct_excessive_bools)]
|
130 |
struct DiffArgs {
|
61 |
#[allow(clippy::struct_excessive_bools)]
|
62 |
#[derive(Parser, Debug)]
|
15 |
#[bpaf(options("asm"), version)]
|
16 |
#[allow(clippy::struct_excessive_bools)]
|
17 |
#[allow(clippy::doc_markdown)]
|
59 |
#[derive(Debug, Clone, Bpaf)]
|
60 |
#[allow(clippy::struct_excessive_bools)]
|
61 |
pub struct Cargo {
|
188 |
#[allow(clippy::struct_excessive_bools)]
|
189 |
#[derive(Debug, Clone, Bpaf, Copy)]
|
13 |
)]
|
14 |
#[allow(clippy::struct_excessive_bools)]
|
15 |
pub(crate) struct Config {
|
17 |
)]
|
18 |
#[allow(clippy::struct_excessive_bools)]
|
19 |
pub(crate) struct Git {
|
8 |
#[command(about = "List out crates", arg_required_else_help = true)]
|
9 |
#[allow(clippy::struct_excessive_bools)]
|
10 |
pub(crate) struct List {
|
47 |
)]
|
48 |
#[allow(clippy::struct_excessive_bools)]
|
49 |
pub(crate) struct Command {
|
18 |
)]
|
19 |
#[allow(clippy::struct_excessive_bools)]
|
20 |
pub(crate) struct Registry {
|
103 |
/// ```
|
104 |
#[allow(clippy::struct_excessive_bools)]
|
105 |
#[derive(Debug, Deserialize, Serialize)]
|
33 |
/// ```
|
34 |
#[allow(clippy::struct_excessive_bools)]
|
35 |
#[derive(Debug, Deserialize, Serialize)]
|
302 |
/// must be provided for evaluating PE32/32+ binaries.
|
303 |
#[allow(clippy::struct_excessive_bools)]
|
304 |
#[derive(Debug, Deserialize, Serialize)]
|
10 |
/// `FormatMetadata` contains metadata associated with one format.
|
11 |
#[allow(clippy::struct_excessive_bools)]
|
12 |
#[derive(Debug, Clone, PartialEq, Eq)]
|
18 |
)]
|
19 |
#[allow(clippy::struct_excessive_bools, clippy::empty_line_after_outer_attr)]
|
20 |
pub struct Cli {
|
73 |
#[clap(disable_help_flag(true))]
|
74 |
#[allow(clippy::struct_excessive_bools)]
|
75 |
struct Cli {
|
168 |
#[allow(clippy::exhaustive_structs)]
|
169 |
#[allow(clippy::struct_excessive_bools)]
|
170 |
pub struct Config {
|
23 |
/// Circle Line.
|
24 |
#[allow(clippy::struct_excessive_bools)]
|
25 |
#[derive(Clone, Debug)]
|
26 |
///A primitive type used for a `PostClipNode` pipeline stage.
|
27 |
#[allow(clippy::struct_excessive_bools)]
|
28 |
#[derive(Clone, Debug)]
|
75 |
#[structopt(long_version(crate::FULL_VERSION), settings(&[NextLineHelp, UnifiedHelpMessage]))]
|
76 |
#[allow(clippy::struct_excessive_bools)]
|
77 |
pub struct Args {
|
671 |
/// The environmental data shared by all data writers.
|
672 |
#[allow(clippy::struct_excessive_bools)] // the booleans aren't used as state-machines.
|
673 |
struct Env {
|
158 |
#[allow(clippy::struct_excessive_bools)]
|
159 |
pub struct KeyParams {
|
6 |
/// The `BarChart` properties struct for the configuration of the bar chart.
|
7 |
#[allow(clippy::struct_excessive_bools)]
|
8 |
#[derive(PartialEq, Props)]
|
6 |
/// The `LineChart` properties struct for the configuration of the line chart.
|
7 |
#[allow(clippy::struct_excessive_bools)]
|
8 |
#[derive(PartialEq, Props)]
|
20 |
// fine.
|
21 |
#[allow(clippy::struct_excessive_bools)]
|
22 |
#[derive(Debug, Clone, Copy)]
|
59 |
// fine.
|
60 |
#[allow(clippy::struct_excessive_bools)]
|
61 |
#[derive(Debug)]
|
26 |
/// <https://datatracker.ietf.org/doc/html/rfc1035#section-4.1.1>
|
27 |
#[allow(clippy::struct_excessive_bools)]
|
28 |
#[derive(Clone, Debug, Eq, Hash, PartialEq)]
|
50 |
#[allow(clippy::struct_excessive_bools)]
|
51 |
#[derive(Clone, Debug, Default)]
|
103 |
#[structopt(name = "", setting = structopt::clap::AppSettings::TrailingVarArg)]
|
104 |
#[allow(clippy::struct_excessive_bools)]
|
105 |
pub struct Opts {
|
765 |
#[allow(clippy::struct_excessive_bools)]
|
766 |
#[derive(Debug, Clone)]
|
22 |
/// $ ls -1 $(readlink -f ~/roms/gb)/* | enjoy -xWn
|
23 |
#[allow(clippy::struct_excessive_bools)]
|
24 |
#[derive(Debug, Parser)]
|
237 |
#[derive(PartialEq, Debug, Copy, Clone)]
|
238 |
#[allow(clippy::struct_excessive_bools)]
|
239 |
pub struct TimeTypes {
|
22 |
#[command(name = "exacl", about = "Read or write a file's ACL.")]
|
23 |
#[allow(clippy::struct_excessive_bools)]
|
24 |
struct Opt {
|
127 |
#[clap(disable_help_flag(true))]
|
128 |
#[allow(clippy::struct_excessive_bools)]
|
129 |
struct Cli {
|
54 |
#[derive(Parser, Debug)]
|
55 |
#[allow(clippy::struct_excessive_bools)]
|
56 |
#[clap(
|
198 |
#[derive(Eq, PartialEq, Debug, Copy, Clone)]
|
199 |
#[allow(clippy::struct_excessive_bools)]
|
200 |
pub struct ScanOpts {
|
116 |
#[derive(Debug, Clone, Serialize, Deserialize)]
|
117 |
#[allow(clippy::struct_excessive_bools)]
|
118 |
pub struct Settings {
|
9 |
/// Builder for [`FileLogWriter`].
|
10 |
#[allow(clippy::struct_excessive_bools, clippy::module_name_repetitions)]
|
11 |
pub struct FileLogWriterBuilder {
|
205 |
]
|
206 |
#[allow(clippy::struct_excessive_bools)]
|
207 |
struct Opts {
|
2 |
#[derive(Copy, Clone, Debug)]
|
3 |
#[allow(clippy::struct_excessive_bools)]
|
4 |
pub struct CommitDiffLoaderOptions {
|
20 |
#[derive(Debug, Clone)]
|
21 |
#[allow(clippy::struct_excessive_bools)]
|
22 |
pub struct Action {
|
20 |
#[derive(Debug, Clone)]
|
21 |
#[allow(clippy::struct_excessive_bools)]
|
22 |
pub struct Action {
|
24 |
///
|
25 |
#[allow(clippy::struct_excessive_bools)]
|
26 |
pub struct StatusTreeComponent {
|
15 |
/// ```
|
16 |
#[allow(clippy::struct_excessive_bools)]
|
17 |
#[allow(clippy::module_name_repetitions)]
|
15 |
#[allow(clippy::struct_excessive_bools)]
|
16 |
#[derive(Debug, Parser)]
|
188 |
#[allow(clippy::struct_excessive_bools)]
|
189 |
#[derive(StructOpt, Debug)]
|
24 |
#[allow(clippy::module_name_repetitions)]
|
25 |
#[allow(clippy::struct_excessive_bools)]
|
26 |
pub struct CachedHoardItem {
|
174 |
#[allow(clippy::struct_excessive_bools)]
|
175 |
#[derive(Parser, Debug)]
|
52 |
/// Minifier implementation for `io::Write`.
|
53 |
#[allow(clippy::struct_excessive_bools)]
|
54 |
pub struct Minifier<'a, W: io::Write> {
|
601 |
/// struct.
|
602 |
#[allow(clippy::struct_excessive_bools)]
|
603 |
#[derive(Default)]
|
17 |
#[command(version, about)]
|
18 |
#[allow(clippy::struct_excessive_bools)]
|
19 |
struct Opt {
|
5 |
#[allow(clippy::struct_excessive_bools)]
|
6 |
#[derive(Default)]
|
96 |
#[serde(rename_all(deserialize = "kebab-case"))]
|
97 |
#[allow(clippy::struct_excessive_bools)]
|
98 |
pub struct AccountInfo {
|
96 |
#[serde(rename_all(deserialize = "kebab-case"))]
|
97 |
#[allow(clippy::struct_excessive_bools)]
|
98 |
pub struct AccountInfo {
|
46 |
// Clippy thinks a struct with lots of bool fields is trying to emulate an enum. This struct is not doing that.
|
47 |
#[allow(clippy::struct_excessive_bools)]
|
48 |
#[derive(Clone, Copy, Debug)]
|
158 |
/// The state of keyboard modifier keys.
|
159 |
#[allow(clippy::struct_excessive_bools)]
|
160 |
pub struct Modifiers {
|
101 |
#[command(long_about = None)]
|
102 |
#[allow(clippy::struct_excessive_bools)]
|
103 |
pub struct Cli {
|
164 |
/// General configuration
|
165 |
#[allow(clippy::struct_excessive_bools)]
|
166 |
#[derive(Serialize, Deserialize, Debug)]
|
26 |
#[allow(clippy::struct_excessive_bools)]
|
27 |
#[derive(Serialize, Deserialize, Debug, Clone)]
|
39 |
// TODO: Refactor floating
|
40 |
#[allow(clippy::struct_excessive_bools)]
|
41 |
#[derive(Serialize, Deserialize, Debug, Clone)]
|
113 |
)]
|
114 |
#[allow(clippy::struct_excessive_bools)]
|
115 |
pub struct FuzzerOptions {
|
74 |
/// Use [`CommandExecutor::builder()`] to use this configurator.
|
75 |
#[allow(clippy::struct_excessive_bools)]
|
76 |
#[derive(Debug)]
|
589 |
#[derive(Debug)]
|
590 |
#[allow(clippy::struct_excessive_bools)]
|
591 |
pub struct ForkserverExecutorBuilder<'a, SP> {
|
61 |
/// Wrap Clang
|
62 |
#[allow(clippy::struct_excessive_bools)]
|
63 |
#[derive(Debug)]
|
103 |
#[derive(Clone, Debug, serde::Serialize, serde::Deserialize)]
|
104 |
#[allow(clippy::struct_excessive_bools)]
|
105 |
pub struct FridaOptions {
|
4 |
#[derive(Default, Copy, Clone, Debug, PartialEq, Eq)]
|
5 |
#[allow(clippy::struct_excessive_bools)]
|
6 |
pub struct ID3v2TagFlags {
|
244 |
#[derive(Copy, Clone, Debug, PartialEq, Eq, Hash, Default)]
|
245 |
#[allow(clippy::struct_excessive_bools)]
|
246 |
pub struct FrameFlags {
|
24 |
#[command(author, version, about, long_about = None)]
|
25 |
#[allow(clippy::struct_excessive_bools)]
|
26 |
pub struct Cli {
|
138 |
#[allow(clippy::struct_excessive_bools)]
|
139 |
#[derive(Debug, Deserialize, StructOpt, Clone)]
|
73 |
/// Used to decide if a given URI should be checked or skipped
|
74 |
#[allow(clippy::struct_excessive_bools)]
|
75 |
#[derive(Clone, Debug, Default)]
|
9 |
#[structopt(author, about)]
|
10 |
#[allow(clippy::struct_excessive_bools)]
|
11 |
pub struct Args {
|
31 |
/// ```
|
32 |
#[allow(clippy::struct_excessive_bools)]
|
33 |
#[derive(Clone, Debug, Eq, PartialEq)]
|
467 |
/// ```
|
468 |
#[allow(clippy::struct_excessive_bools)]
|
469 |
#[derive(Clone, Debug, Default)]
|
931 |
/// ```
|
932 |
#[allow(clippy::struct_excessive_bools)]
|
933 |
pub struct ParseOptions {
|
1208 |
/// ```
|
1209 |
#[allow(clippy::struct_excessive_bools)]
|
1210 |
#[derive(Debug, Default)]
|
74 |
/// Context used to compile markdown.
|
75 |
#[allow(clippy::struct_excessive_bools)]
|
76 |
#[derive(Debug)]
|
81 |
/// Context used to compile markdown.
|
82 |
#[allow(clippy::struct_excessive_bools)]
|
83 |
#[derive(Debug)]
|
176 |
/// A lot of shared fields used to tokenize things.
|
177 |
#[allow(clippy::struct_excessive_bools)]
|
178 |
#[derive(Debug)]
|
267 |
/// A tokenizer itself.
|
268 |
#[allow(clippy::struct_excessive_bools)]
|
269 |
#[derive(Debug)]
|
1163 |
#[allow(clippy::struct_excessive_bools)]
|
1164 |
#[derive(Debug, Default, PartialEq)]
|
15 |
/// A Monzo transaction
|
16 |
#[allow(clippy::struct_excessive_bools)]
|
17 |
#[non_exhaustive]
|
10 |
#[command(version, about)]
|
11 |
#[allow(clippy::struct_excessive_bools)]
|
12 |
pub struct Args {
|
5 |
#[allow(clippy::struct_excessive_bools)]
|
6 |
#[derive(Debug, Parser)]
|
60 |
#[allow(clippy::struct_excessive_bools)]
|
61 |
#[derive(Clone, Default)]
|
3 |
#[derive(Clone, Default, Debug)]
|
4 |
#[allow(clippy::struct_excessive_bools)]
|
5 |
pub struct DockerBuilderOptions {
|
555 |
#[derive(Clone, Debug)]
|
556 |
#[allow(clippy::struct_excessive_bools)]
|
557 |
pub struct JSCameraConstraintsBuilder {
|
1104 |
#[derive(Clone, Debug)]
|
1105 |
#[allow(clippy::struct_excessive_bools)]
|
1106 |
pub struct JSCameraConstraints {
|
6 |
#[derive(Parser, Debug, Clone, Copy)]
|
7 |
#[allow(clippy::struct_excessive_bools)]
|
8 |
#[command(version, about)]
|
24 |
)]
|
25 |
#[allow(clippy::struct_excessive_bools)]
|
26 |
pub struct Pacaptr {
|
14 |
#[derive(Clone, Default, Debug, Serialize, Deserialize)]
|
15 |
#[allow(clippy::struct_excessive_bools)]
|
16 |
pub(crate) struct Config {
|
261 |
/// This is used to generate the `data` parameter for [`PasswordMaker`].
|
262 |
#[allow(clippy::struct_excessive_bools)]
|
263 |
#[derive(Debug, Clone)]
|
8 |
#[derive(Copy, Clone, PartialEq, Eq, Debug, Hash)]
|
9 |
#[allow(clippy::struct_excessive_bools)]
|
10 |
pub struct PinyinParser {
|
307 |
**/
|
308 |
#[allow(clippy::struct_excessive_bools)]
|
309 |
pub struct Engine {
|
21 |
#[derive(Clone, Debug, Default, Eq, PartialEq)]
|
22 |
#[allow(clippy::struct_excessive_bools)]
|
23 |
pub struct LimitConfig {
|
79 |
#[non_exhaustive] // More options are likely to be added in the future
|
80 |
#[allow(clippy::struct_excessive_bools)]
|
81 |
pub struct Options {
|
15 |
#[allow(clippy::struct_excessive_bools)]
|
16 |
#[derive(Debug, Parser)]
|
206 |
/// Some of these are passed directly to the BSPC executable.
|
207 |
#[allow(clippy::struct_excessive_bools)]
|
208 |
#[derive(derive_builder::Builder)]
|
180 |
#[derive(Debug, Clone, Copy, Default, Parser)]
|
181 |
#[allow(clippy::struct_excessive_bools)]
|
182 |
pub struct PreProcessOptions {
|
145 |
#[derive(Debug, Clone, Copy)]
|
146 |
#[allow(clippy::struct_excessive_bools)]
|
147 |
pub struct PreProcessOptions {
|
10 |
#[allow(clippy::struct_excessive_bools)] // reddit api sucks
|
11 |
#[derive(Debug, Clone, Serialize, Deserialize, PartialEq)]
|
13 |
#[allow(clippy::struct_excessive_bools)] // reddit api sucks
|
14 |
#[derive(Debug, Clone, Serialize, Deserialize, PartialEq)]
|
127 |
#[derive(Debug, Eq, PartialEq)]
|
128 |
#[allow(clippy::struct_excessive_bools)]
|
129 |
pub struct RmOptions {
|
98 |
#[baked(name = "Install", derive(Debug))]
|
99 |
#[allow(clippy::struct_excessive_bools)]
|
100 |
pub struct InstallRaw {
|
25 |
#[allow(clippy::struct_excessive_bools)]
|
26 |
// ^ This is one-to-one repr of CLI arguments so it is okay to do that
|
184 |
/// learn about them all. See [top-level docs](crate) for an example on how to use this builder.
|
185 |
#[allow(clippy::struct_excessive_bools)]
|
186 |
#[derive(Clone, Debug)]
|
66 |
#[structopt(name = "rustscan", setting = structopt::clap::AppSettings::TrailingVarArg)]
|
67 |
#[allow(clippy::struct_excessive_bools)]
|
68 |
/// Fast Port Scanner built in Rust.
|
90 |
#[derive(StructOpt, Debug, Clone)]
|
91 |
#[allow(clippy::struct_excessive_bools)]
|
92 |
pub struct NotificationsOptions {
|
16 |
#[allow(clippy::struct_excessive_bools)]
|
17 |
#[derive(Clone)]
|
179 |
#[derive(Args, Debug)]
|
180 |
#[allow(clippy::struct_excessive_bools)]
|
181 |
pub struct ServerArgs {
|
51 |
#[allow(clippy::struct_excessive_bools)]
|
52 |
#[derive(Args, Debug)]
|
177 |
#[allow(clippy::struct_excessive_bools)]
|
178 |
#[derive(Args, Debug)]
|
173 |
#[clap(version = VERSION, about = "https://github.com/alttch/shd")]
|
174 |
#[allow(clippy::struct_excessive_bools)]
|
175 |
struct Opts {
|
5 |
#[structopt(global_settings = &[AppSettings::ColoredHelp])]
|
6 |
#[allow(clippy::struct_excessive_bools)]
|
7 |
pub struct Args {
|
89 |
/// and the type of ID
|
90 |
#[allow(clippy::struct_excessive_bools)]
|
91 |
#[derive(Debug, Clone, Default)]
|
58 |
#[allow(clippy::struct_excessive_bools)]
|
59 |
#[derive(Clone, Debug)]
|
28 |
//@todo remove
|
29 |
#[allow(clippy::struct_excessive_bools)]
|
30 |
#[derive(Debug, Clone)]
|
5 |
#[allow(clippy::struct_excessive_bools)]
|
6 |
#[derive(Default)]
|
133 |
#[derive(Clone, Copy, Default)]
|
134 |
#[allow(clippy::struct_excessive_bools)]
|
135 |
pub struct Nesting {
|
12 |
#[derive(Debug, PartialEq, Eq, Clone, Hash)]
|
13 |
#[allow(clippy::struct_excessive_bools)]
|
14 |
pub struct FormattedText {
|
12 |
#[allow(clippy::struct_excessive_bools)]
|
13 |
pub(crate) struct FormattingState {
|
197 |
#[allow(clippy::struct_excessive_bools)]
|
198 |
#[derive(Debug)]
|
106 |
#[derive(Clone, Deserialize, Serialize)]
|
107 |
#[allow(clippy::struct_excessive_bools)]
|
108 |
pub struct Settings {
|
12 |
#[serde(deny_unknown_fields)]
|
13 |
#[allow(clippy::struct_excessive_bools)]
|
14 |
pub struct Config {
|
152 |
// This struct represents the command-line arguments.
|
153 |
#[allow(clippy::struct_excessive_bools)]
|
154 |
pub struct Settings {
|
90 |
/// Helper
|
91 |
#[allow(clippy::struct_excessive_bools)]
|
92 |
pub struct Helper<'script, 'registry>
|
17 |
#[allow(clippy::struct_excessive_bools)]
|
18 |
#[derive(Serialize)]
|
12 |
/// [`Emoji`]: twilight_model::guild::Emoji
|
13 |
#[allow(clippy::struct_excessive_bools)]
|
14 |
#[derive(Clone, Debug, Eq, PartialEq, Serialize)]
|
13 |
/// [`VoiceState`]: twilight_model::voice::VoiceState
|
14 |
#[allow(clippy::struct_excessive_bools)]
|
15 |
#[derive(Clone, Debug, Eq, PartialEq, Serialize)]
|
10 |
#[allow(clippy::struct_excessive_bools)]
|
11 |
#[derive(Clone, Debug, Deserialize, Eq, Hash, PartialEq, Serialize)]
|
4 |
#[allow(clippy::struct_excessive_bools)]
|
5 |
#[derive(Clone, Debug, Deserialize, Eq, PartialEq, Serialize)]
|
15 |
/// User's voice connection status.
|
16 |
#[allow(clippy::struct_excessive_bools)]
|
17 |
#[derive(Clone, Debug, Eq, Hash, PartialEq, Serialize)]
|
8 |
#[derive(Debug)]
|
9 |
#[allow(clippy::struct_excessive_bools)]
|
10 |
pub struct Matcher {
|
18 |
#[derive(Clone, Copy, Debug, Default)]
|
19 |
#[allow(clippy::struct_excessive_bools)]
|
20 |
pub(crate) struct Config {
|
34 |
#[derive(Clone, Copy, Debug, Default)]
|
35 |
#[allow(clippy::struct_excessive_bools)]
|
36 |
pub(crate) struct Config {
|
33 |
#[derive(Clone, Copy, Debug, Default)]
|
34 |
#[allow(clippy::struct_excessive_bools)]
|
35 |
pub(crate) struct Config {
|
33 |
#[derive(Clone, Copy, Debug, Default)]
|
34 |
#[allow(clippy::struct_excessive_bools)]
|
35 |
pub(crate) struct Config {
|
14 |
#[derive(Clone, Copy, Debug, Default)]
|
15 |
#[allow(clippy::struct_excessive_bools)]
|
16 |
pub(crate) struct Config {
|
24 |
#[derive(Clone, Copy, Debug, Default)]
|
25 |
#[allow(clippy::struct_excessive_bools)]
|
26 |
pub(crate) struct Config {
|
493 |
#[derive(Debug, PartialEq, Eq, serde::Deserialize, serde::Serialize)]
|
494 |
#[allow(clippy::struct_excessive_bools)]
|
495 |
#[serde(deny_unknown_fields)]
|
45 |
#[derive(Debug)]
|
46 |
#[allow(clippy::struct_excessive_bools)]
|
47 |
pub struct Base {
|
529 |
#[derive(Debug)]
|
530 |
#[allow(clippy::struct_excessive_bools)]
|
531 |
pub struct Button {
|
787 |
#[derive(Debug)]
|
788 |
#[allow(clippy::struct_excessive_bools)]
|
789 |
pub struct Dialog {
|
41 |
#[allow(clippy::struct_excessive_bools)]
|
42 |
pub struct XContext<'a> {
|
81 |
#[allow(clippy::struct_excessive_bools)]
|
82 |
#[derive(Debug, Serialize, Deserialize)]
|
443 |
#[allow(clippy::struct_excessive_bools)]
|
444 |
pub struct Database {
|
97 |
#[allow(clippy::struct_excessive_bools)]
|
98 |
#[derive(Clap)]
|
56 |
#[derive(Debug, Parser)]
|
57 |
#[allow(clippy::struct_excessive_bools)]
|
58 |
#[clap(author, version, about = "List or edit comments in Ogg Opus and Ogg Vorbis files.")]
|
14 |
#![warn(clippy::pedantic, clippy::cargo)]
|
15 |
#![allow(clippy::fn_params_excessive_bools, clippy::struct_excessive_bools)]
|
47 |
clippy::single_match_else,
|
48 |
clippy::struct_excessive_bools,
|
49 |
clippy::too_many_lines,
|
19 |
#![allow(clippy::float_arithmetic)]
|
20 |
#![allow(clippy::struct_excessive_bools)]
|
13 |
#![allow(clippy::similar_names)]
|
14 |
#![allow(clippy::struct_excessive_bools)]
|
15 |
#![allow(clippy::use_self)]
|
13 |
#![allow(clippy::similar_names)]
|
14 |
#![allow(clippy::struct_excessive_bools)]
|
15 |
#![allow(clippy::use_self)]
|
22 |
#![allow(clippy::similar_names)]
|
23 |
#![allow(clippy::struct_excessive_bools)]
|
24 |
#![allow(clippy::use_self)]
|
4 |
clippy::missing_const_for_fn, // TODO: Remove when #![feature(const_precise_live_drops)] gets stabilized
|
5 |
clippy::struct_excessive_bools
|
6 |
)]
|
11 |
clippy::option_option,
|
12 |
clippy::struct_excessive_bools,
|
13 |
clippy::too_many_lines,
|
3 |
#![warn(clippy::pedantic)]
|
4 |
#![allow(clippy::cast_lossless, clippy::struct_excessive_bools, clippy::too_many_lines)]
|
7 |
clippy::single_match_else,
|
8 |
clippy::struct_excessive_bools,
|
9 |
clippy::too_many_lines
|
9 |
clippy::module_name_repetitions,
|
10 |
clippy::struct_excessive_bools,
|
11 |
clippy::too_many_lines,
|
20 |
#![allow(clippy::new_without_default)]
|
21 |
#![allow(clippy::struct_excessive_bools)]
|
20 |
#![allow(clippy::new_without_default)]
|
21 |
#![allow(clippy::struct_excessive_bools)]
|
22 |
// Note: If you change this remember to update `README.md`. To do so run `cargo run`.
|
1 |
#![allow(clippy::large_enum_variant, clippy::struct_excessive_bools)]
|
73 |
clippy::single_match_else,
|
74 |
clippy::struct_excessive_bools,
|
75 |
clippy::too_many_arguments,
|
33 |
clippy::single_match_else,
|
34 |
clippy::struct_excessive_bools,
|
35 |
clippy::too_many_arguments,
|
23 |
clippy::single_match_else,
|
24 |
clippy::struct_excessive_bools,
|
25 |
clippy::too_many_arguments,
|
46 |
clippy::cast_precision_loss,
|
47 |
clippy::struct_excessive_bools
|
48 |
)]
|
13 |
clippy::must_use_candidate,
|
14 |
clippy::struct_excessive_bools,
|
15 |
clippy::wildcard_imports
|
15 |
#![allow(non_camel_case_types)]
|
16 |
#![allow(clippy::struct_excessive_bools)]
|
13 |
clippy::option_if_let_else,
|
14 |
clippy::struct_excessive_bools
|
15 |
)]
|
11 |
clippy::single_match_else,
|
12 |
clippy::struct_excessive_bools,
|
13 |
clippy::too_many_arguments,
|
49 |
#![warn(clippy::all, clippy::pedantic, clippy::nursery, clippy::str_to_string)]
|
50 |
#![allow(clippy::module_name_repetitions, clippy::struct_excessive_bools)]
|
49 |
#![warn(clippy::all, clippy::pedantic, clippy::nursery, clippy::str_to_string)]
|
50 |
#![allow(clippy::module_name_repetitions, clippy::struct_excessive_bools)]
|
13 |
#![allow(clippy::similar_names)]
|
14 |
#![allow(clippy::struct_excessive_bools)]
|
15 |
#![allow(clippy::use_self)]
|
2 |
#![allow(clippy::needless_pass_by_value)]
|
3 |
#![allow(clippy::struct_excessive_bools)]
|
4 |
#![allow(clippy::too_many_lines)]
|
18 |
clippy::should_implement_trait,
|
19 |
clippy::struct_excessive_bools,
|
20 |
clippy::unnecessary_wraps,
|
72 |
clippy::missing_panics_doc,
|
73 |
clippy::struct_excessive_bools, // for autogen protocol.rs
|
74 |
clippy::wildcard_imports, // for autogen protocol.rs
|
15 |
#![allow(clippy::similar_names)]
|
16 |
#![allow(clippy::struct_excessive_bools)]
|
17 |
#![allow(clippy::too_many_lines)]
|
17 |
clippy::shadow_reuse,
|
18 |
clippy::struct_excessive_bools,
|
19 |
clippy::too_many_lines,
|
9 |
clippy::shadow_unrelated,
|
10 |
clippy::struct_excessive_bools,
|
11 |
clippy::too_many_lines,
|
11 |
clippy::module_name_repetitions,
|
12 |
clippy::struct_excessive_bools,
|
13 |
clippy::default_trait_access,
|
72 |
clippy::missing_panics_doc,
|
73 |
clippy::struct_excessive_bools, // for autogen protocol.rs
|
74 |
clippy::wildcard_imports, // for autogen protocol.rs
|
9 |
#![allow(clippy::too_many_lines)]
|
10 |
#![allow(clippy::struct_excessive_bools)]
|
11 |
#![allow(clippy::cast_possible_truncation)]
|
34 |
clippy::similar_names,
|
35 |
clippy::struct_excessive_bools,
|
36 |
clippy::too_many_lines,
|
34 |
clippy::similar_names,
|
35 |
clippy::struct_excessive_bools,
|
36 |
clippy::too_many_lines,
|
35 |
clippy::similar_names,
|
36 |
clippy::struct_excessive_bools,
|
37 |
clippy::too_many_lines,
|
34 |
clippy::similar_names,
|
35 |
clippy::struct_excessive_bools,
|
36 |
clippy::too_many_lines,
|
34 |
clippy::similar_names,
|
35 |
clippy::struct_excessive_bools,
|
36 |
clippy::too_many_lines,
|
34 |
clippy::similar_names,
|
35 |
clippy::struct_excessive_bools,
|
36 |
clippy::too_many_lines,
|
109 |
clippy::shadow_unrelated,
|
110 |
clippy::struct_excessive_bools,
|
111 |
clippy::module_name_repetitions,
|
1 |
#![feature(test)]
|
2 |
#![allow(clippy::struct_excessive_bools)]
|
34 |
clippy::similar_names,
|
35 |
clippy::struct_excessive_bools,
|
36 |
clippy::too_many_lines,
|
43 |
#![allow(clippy::similar_names)]
|
44 |
#![allow(clippy::struct_excessive_bools)]
|
45 |
#![allow(clippy::too_many_arguments)]
|
1 |
#![allow(clippy::struct_excessive_bools)]
|
4 |
#![allow(clippy::module_name_repetitions)]
|
5 |
#![allow(clippy::struct_excessive_bools)]
|
240 |
clippy::enum_glob_use,
|
241 |
clippy::struct_excessive_bools,
|
242 |
clippy::module_name_repetitions,
|
55 |
#![allow(clippy::similar_names)]
|
56 |
#![allow(clippy::struct_excessive_bools)]
|
57 |
#![allow(clippy::too_many_arguments)]
|
8 |
#![allow(clippy::similar_names)]
|
9 |
#![allow(clippy::struct_excessive_bools)]
|
10 |
#![allow(clippy::too_many_arguments)]
|
8 |
#![allow(clippy::similar_names)]
|
9 |
#![allow(clippy::struct_excessive_bools)]
|
10 |
#![allow(clippy::too_many_arguments)]
|
8 |
#![allow(clippy::similar_names)]
|
9 |
#![allow(clippy::struct_excessive_bools)]
|
10 |
#![allow(clippy::too_many_arguments)]
|
55 |
clippy::single_match_else,
|
56 |
clippy::struct_excessive_bools,
|
57 |
clippy::too_many_lines,
|
30 |
clippy::similar_names,
|
31 |
clippy::struct_excessive_bools,
|
32 |
clippy::too_many_lines,
|
47 |
clippy::single_match_else,
|
48 |
clippy::struct_excessive_bools,
|
49 |
clippy::too_many_lines,
|
151 |
clippy::needless_doctest_main,
|
152 |
clippy::struct_excessive_bools,
|
153 |
clippy::uninlined_format_args
|
60 |
clippy::needless_pass_by_value,
|
61 |
clippy::struct_excessive_bools,
|
62 |
clippy::ref_option_ref,
|
4 |
clippy::module_name_repetitions,
|
5 |
clippy::struct_excessive_bools
|
6 |
)]
|
7 |
clippy::fallible_impl_from,
|
8 |
clippy::struct_excessive_bools
|
9 |
)]
|
1 |
#![allow(
|
2 |
clippy::struct_excessive_bools,
|
3 |
clippy::too_many_lines,
|
13 |
#![allow(clippy::similar_names)]
|
14 |
#![allow(clippy::struct_excessive_bools)]
|
15 |
#![allow(clippy::use_self)]
|
15 |
#![allow(clippy::similar_names)]
|
16 |
#![allow(clippy::struct_excessive_bools)]
|
17 |
#![allow(clippy::too_many_lines)]
|
61 |
clippy::module_name_repetitions,
|
62 |
clippy::struct_excessive_bools,
|
63 |
clippy::wildcard_imports,
|
61 |
clippy::module_name_repetitions,
|
62 |
clippy::struct_excessive_bools,
|
63 |
clippy::wildcard_imports
|
73 |
#![allow(clippy::similar_names)]
|
74 |
#![allow(clippy::struct_excessive_bools)]
|
75 |
#![allow(clippy::too_many_arguments)]
|
9 |
clippy::redundant_pub_crate,
|
10 |
clippy::struct_excessive_bools
|
11 |
)]
|
21 |
#![allow(clippy::similar_names)]
|
22 |
#![allow(clippy::struct_excessive_bools)]
|
23 |
#![allow(clippy::too_many_arguments)]
|
8 |
#![allow(clippy::similar_names)]
|
9 |
#![allow(clippy::struct_excessive_bools)]
|
10 |
#![allow(clippy::too_many_arguments)]
|
8 |
#![allow(clippy::similar_names)]
|
9 |
#![allow(clippy::struct_excessive_bools)]
|
10 |
#![allow(clippy::too_many_arguments)]
|
4 |
clippy::module_name_repetitions,
|
5 |
clippy::struct_excessive_bools
|
6 |
)]
|
6 |
clippy::module_name_repetitions,
|
7 |
clippy::struct_excessive_bools,
|
8 |
clippy::unused_self,
|
3 |
#![allow(clippy::module_name_repetitions)]
|
4 |
#![allow(clippy::struct_excessive_bools)]
|
13 |
#![allow(clippy::similar_names)]
|
14 |
#![allow(clippy::struct_excessive_bools)]
|
15 |
#![allow(clippy::use_self)]
|
43 |
#![allow(clippy::similar_names)]
|
44 |
#![allow(clippy::struct_excessive_bools)]
|
45 |
#![allow(clippy::too_many_arguments)]
|
6 |
clippy::module_name_repetitions,
|
7 |
clippy::struct_excessive_bools,
|
8 |
clippy::unused_self,
|
8 |
#![allow(clippy::too_many_lines)]
|
9 |
#![allow(clippy::struct_excessive_bools)]
|
16 |
#![allow(clippy::similar_names)]
|
17 |
#![allow(clippy::struct_excessive_bools)]
|
18 |
#![allow(clippy::use_self)]
|
13 |
#![allow(clippy::similar_names)]
|
14 |
#![allow(clippy::struct_excessive_bools)]
|
15 |
#![allow(clippy::use_self)]
|
92 |
#![allow(clippy::match_same_arms)]
|
93 |
#![allow(clippy::struct_excessive_bools)]
|
94 |
#![allow(clippy::missing_panics_doc)]
|