• aerospike 1.2.0/src/cluster/node_validator.rs
    25
    // Validates a Database server node
    26
    #[allow(clippy::struct_excessive_bools)]
    27
    #[derive(Clone)]
  • alog 0.7.2/src/lib.rs
    106
    /// Collection of replacement strings / config flags
    107
    #[allow(clippy::struct_excessive_bools)]
    108
    #[derive(Debug)]
  • av1an-core 0.4.0/src/settings.rs
    56
    #[allow(clippy::struct_excessive_bools)]
    57
    pub struct EncodeArgs {
  • avassa-client 0.2.11/src/lib.rs
    212
    #[derive(Clone)]
    213
    #[allow(clippy::struct_excessive_bools)]
    214
    pub struct ClientBuilder {
  • bevy_particle_systems 0.7.1/src/components.rs
    67
    /// on the next frame.
    68
    #[allow(clippy::struct_excessive_bools)]
    69
    #[derive(Debug, Component, Clone, Reflect)]
  • bluedroid 0.3.6/src/utilities/characteristic_properties.rs
    15
    /// [`Characteristic`]: crate::gatt_server::characteristic::Characteristic
    16
    #[allow(clippy::struct_excessive_bools)]
    17
    #[derive(Clone, Copy, Debug, Default)]
  • bounded-integer-macro 0.5.3/src/lib.rs
    54
    #[allow(clippy::struct_excessive_bools)]
    55
    struct BoundedInteger {
  • bpaf 0.7.7/examples/derive_show_asm.rs
    8
    #[bpaf(options("asm"))]
    9
    #[allow(clippy::struct_excessive_bools)]
    10
    pub struct Options {
  • btcturk 0.1.0/src/http/public/exchange_info/mod.rs
    56
    #[allow(clippy::struct_excessive_bools)]
    57
    #[allow(missing_docs)]
    123
    #[allow(clippy::struct_excessive_bools)]
    124
    #[allow(missing_docs)]
  • bugzilla_query 1.0.2/src/bug_model.rs
    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)]
  • buildkite-workflow 1.2.0/src/buildkite_api/models.rs
    49
    #[allow(clippy::struct_excessive_bools)]
    50
    #[derive(Debug, Serialize, Deserialize)]
  • busrt 0.3.6/src/broker.rs
    786
    #[allow(clippy::struct_excessive_bools)]
    787
    #[derive(Debug, Clone)]
  • cargo-bisect-rustc 0.6.5/src/main.rs
    82
    )]
    83
    #[allow(clippy::struct_excessive_bools)]
    84
    struct Opts {
  • cargo-dylint 2.1.3/src/main.rs
    20
    #[allow(clippy::struct_excessive_bools)]
    21
    #[derive(Debug, Parser)]
  • cargo-license 0.5.1/src/main.rs
    115
    #[derive(Debug, Parser)]
    116
    #[allow(clippy::struct_excessive_bools)]
    117
    #[clap(
  • cargo-public-api 0.27.1/src/main.rs
    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 {
  • cargo-rr 0.3.0/src/main.rs
    61
    #[allow(clippy::struct_excessive_bools)]
    62
    #[derive(Parser, Debug)]
  • cargo-show-asm 0.2.12/src/opts.rs
    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)]
  • cargo-trim 0.10.1/src/command/config.rs
    13
    )]
    14
    #[allow(clippy::struct_excessive_bools)]
    15
    pub(crate) struct Config {
  • cargo-trim 0.10.1/src/command/git.rs
    17
    )]
    18
    #[allow(clippy::struct_excessive_bools)]
    19
    pub(crate) struct Git {
  • cargo-trim 0.10.1/src/command/list.rs
    8
    #[command(about = "List out crates", arg_required_else_help = true)]
    9
    #[allow(clippy::struct_excessive_bools)]
    10
    pub(crate) struct List {
  • cargo-trim 0.10.1/src/command/mod.rs
    47
    )]
    48
    #[allow(clippy::struct_excessive_bools)]
    49
    pub(crate) struct Command {
  • cargo-trim 0.10.1/src/command/registry.rs
    18
    )]
    19
    #[allow(clippy::struct_excessive_bools)]
    20
    pub(crate) struct Registry {
  • checksec 0.0.9/src/elf.rs
    103
    /// ```
    104
    #[allow(clippy::struct_excessive_bools)]
    105
    #[derive(Debug, Deserialize, Serialize)]
  • checksec 0.0.9/src/macho.rs
    33
    /// ```
    34
    #[allow(clippy::struct_excessive_bools)]
    35
    #[derive(Debug, Deserialize, Serialize)]
  • checksec 0.0.9/src/pe.rs
    302
    /// must be provided for evaluating PE32/32+ binaries.
    303
    #[allow(clippy::struct_excessive_bools)]
    304
    #[derive(Debug, Deserialize, Serialize)]
  • chemfiles 0.10.3/src/misc.rs
    10
    /// `FormatMetadata` contains metadata associated with one format.
    11
    #[allow(clippy::struct_excessive_bools)]
    12
    #[derive(Debug, Clone, PartialEq, Eq)]
  • cognito-user-reader 1.0.3/src/cli/cli.rs
    18
    )]
    19
    #[allow(clippy::struct_excessive_bools, clippy::empty_line_after_outer_attr)]
    20
    pub struct Cli {
  • confget 5.0.1/src/bin/confget.rs
    73
    #[clap(disable_help_flag(true))]
    74
    #[allow(clippy::struct_excessive_bools)]
    75
    struct Cli {
  • confget 5.0.1/src/defs.rs
    168
    #[allow(clippy::exhaustive_structs)]
    169
    #[allow(clippy::struct_excessive_bools)]
    170
    pub struct Config {
  • d3_geo_rs 0.1.5/src/clip/circle/line.rs
    23
    /// Circle Line.
    24
    #[allow(clippy::struct_excessive_bools)]
    25
    #[derive(Clone, Debug)]
  • d3_geo_rs 0.1.5/src/clip/rectangle.rs
    26
    ///A primitive type used for a `PostClipNode` pipeline stage.
    27
    #[allow(clippy::struct_excessive_bools)]
    28
    #[derive(Clone, Debug)]
  • dbgen 0.8.0/src/cli.rs
    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 {
  • dexios 8.8.1/src/global/states.rs
    158
    #[allow(clippy::struct_excessive_bools)]
    159
    pub struct KeyParams {
  • dioxus-charts 0.1.0/src/charts/bar.rs
    6
    /// The `BarChart` properties struct for the configuration of the bar chart.
    7
    #[allow(clippy::struct_excessive_bools)]
    8
    #[derive(PartialEq, Props)]
  • dioxus-charts 0.1.0/src/charts/line.rs
    6
    /// The `LineChart` properties struct for the configuration of the line chart.
    7
    #[allow(clippy::struct_excessive_bools)]
    8
    #[derive(PartialEq, Props)]
  • diskit 0.1.1/src/open_options.rs
    20
    // fine.
    21
    #[allow(clippy::struct_excessive_bools)]
    22
    #[derive(Debug, Clone, Copy)]
  • diskit 0.1.1/src/virtual_diskit/implementation.rs
    59
    // fine.
    60
    #[allow(clippy::struct_excessive_bools)]
    61
    #[derive(Debug)]
  • dns-server 0.1.0/src/dns_message_header.rs
    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)]
  • dylint 2.1.3/src/lib.rs
    50
    #[allow(clippy::struct_excessive_bools)]
    51
    #[derive(Clone, Debug, Default)]
  • e-libscanner 0.1.8/src/utils/cmd_input.rs
    103
    #[structopt(name = "", setting = structopt::clap::AppSettings::TrailingVarArg)]
    104
    #[allow(clippy::struct_excessive_bools)]
    105
    pub struct Opts {
  • elbus 0.2.21/src/broker.rs
    765
    #[allow(clippy::struct_excessive_bools)]
    766
    #[derive(Debug, Clone)]
  • enjoy 0.4.0/src/settings/arguments.rs
    22
    /// $ ls -1 $(readlink -f ~/roms/gb)/* | enjoy -xWn
    23
    #[allow(clippy::struct_excessive_bools)]
    24
    #[derive(Debug, Parser)]
  • exa 0.10.1/src/output/table.rs
    237
    #[derive(PartialEq, Debug, Copy, Clone)]
    238
    #[allow(clippy::struct_excessive_bools)]
    239
    pub struct TimeTypes {
  • exacl 0.10.0/examples/exacl.rs
    22
    #[command(name = "exacl", about = "Read or write a file's ACL.")]
    23
    #[allow(clippy::struct_excessive_bools)]
    24
    struct Opt {
  • feature-check 2.0.0/src/main.rs
    127
    #[clap(disable_help_flag(true))]
    128
    #[allow(clippy::struct_excessive_bools)]
    129
    struct Cli {
  • fif 0.6.0/src/parameters.rs
    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 {
  • findminhs 2.1.0/src/report.rs
    116
    #[derive(Debug, Clone, Serialize, Deserialize)]
    117
    #[allow(clippy::struct_excessive_bools)]
    118
    pub struct Settings {
  • flexi_logger 0.24.2/src/writers/file_log_writer/builder.rs
    9
    /// Builder for [`FileLogWriter`].
    10
    #[allow(clippy::struct_excessive_bools, clippy::module_name_repetitions)]
    11
    pub struct FileLogWriterBuilder {
  • fqgrep 1.0.2/src/main.rs
    205
     ]
    206
    #[allow(clippy::struct_excessive_bools)]
    207
    struct Opts {
  • girt-git 2.2.0/src/commit_diff_loader_options.rs
    2
    #[derive(Copy, Clone, Debug)]
    3
    #[allow(clippy::struct_excessive_bools)]
    4
    pub struct CommitDiffLoaderOptions {
  • gistit 0.2.3/src/node.rs
    20
    #[derive(Debug, Clone)]
    21
    #[allow(clippy::struct_excessive_bools)]
    22
    pub struct Action {
  • gistit-cli 0.1.1/src/node.rs
    20
    #[derive(Debug, Clone)]
    21
    #[allow(clippy::struct_excessive_bools)]
    22
    pub struct Action {
  • gitui 0.22.1/src/components/status_tree.rs
    24
    ///
    25
    #[allow(clippy::struct_excessive_bools)]
    26
    pub struct StatusTreeComponent {
  • hebo_codec 0.2.3/src/connect_flags.rs
    15
    /// ```
    16
    #[allow(clippy::struct_excessive_bools)]
    17
    #[allow(clippy::module_name_repetitions)]
  • hf 0.2.2/src/cli.rs
    15
    #[allow(clippy::struct_excessive_bools)]
    16
    #[derive(Debug, Parser)]
  • histdb-rs 2.0.1/src/opt.rs
    188
    #[allow(clippy::struct_excessive_bools)]
    189
    #[derive(StructOpt, Debug)]
  • hoard 0.5.1/src/hoard_item/cached.rs
    24
    #[allow(clippy::module_name_repetitions)]
    25
    #[allow(clippy::struct_excessive_bools)]
    26
    pub struct CachedHoardItem {
  • hstdb 2.1.0/src/opt.rs
    174
    #[allow(clippy::struct_excessive_bools)]
    175
    #[derive(Parser, Debug)]
  • html5minify 0.3.3/src/lib.rs
    52
    /// Minifier implementation for `io::Write`.
    53
    #[allow(clippy::struct_excessive_bools)]
    54
    pub struct Minifier<'a, W: io::Write> {
  • imgui-glow-renderer 0.10.0/src/lib.rs
    601
    /// struct.
    602
    #[allow(clippy::struct_excessive_bools)]
    603
    #[derive(Default)]
  • integrity-scrub 0.6.0/src/main.rs
    17
    #[command(version, about)]
    18
    #[allow(clippy::struct_excessive_bools)]
    19
    struct Opt {
  • iron_planet 0.2.2/src/network/cache.rs
    5
    #[allow(clippy::struct_excessive_bools)]
    6
    #[derive(Default)]
  • jotta 0.1.8/src/jfs.rs
    96
    #[serde(rename_all(deserialize = "kebab-case"))]
    97
    #[allow(clippy::struct_excessive_bools)]
    98
    pub struct AccountInfo {
  • jotta-fs 0.1.3/src/jfs.rs
    96
    #[serde(rename_all(deserialize = "kebab-case"))]
    97
    #[allow(clippy::struct_excessive_bools)]
    98
    pub struct AccountInfo {
  • k8s-openapi-codegen-common 0.17.0/src/templates/type_header.rs
    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)]
  • kludgine-core 0.4.0/src/scene.rs
    158
    /// The state of keyboard modifier keys.
    159
    #[allow(clippy::struct_excessive_bools)]
    160
    pub struct Modifiers {
  • knope 0.7.0/src/lib.rs
    101
    #[command(long_about = None)]
    102
    #[allow(clippy::struct_excessive_bools)]
    103
    pub struct Cli {
  • leftwm 0.4.1/src/config.rs
    164
    /// General configuration
    165
    #[allow(clippy::struct_excessive_bools)]
    166
    #[derive(Serialize, Deserialize, Debug)]
  • leftwm-core 0.4.1/src/models/dto.rs
    26
    #[allow(clippy::struct_excessive_bools)]
    27
    #[derive(Serialize, Deserialize, Debug, Clone)]
  • leftwm-core 0.4.1/src/models/window.rs
    39
    // TODO: Refactor floating
    40
    #[allow(clippy::struct_excessive_bools)]
    41
    #[derive(Serialize, Deserialize, Debug, Clone)]
  • libafl 0.9.0/src/bolts/cli.rs
    113
    )]
    114
    #[allow(clippy::struct_excessive_bools)]
    115
    pub struct FuzzerOptions {
  • libafl 0.9.0/src/executors/command.rs
    74
    /// Use [`CommandExecutor::builder()`] to use this configurator.
    75
    #[allow(clippy::struct_excessive_bools)]
    76
    #[derive(Debug)]
  • libafl 0.9.0/src/executors/forkserver.rs
    589
    #[derive(Debug)]
    590
    #[allow(clippy::struct_excessive_bools)]
    591
    pub struct ForkserverExecutorBuilder<'a, SP> {
  • libafl_cc 0.9.0/src/clang.rs
    61
    /// Wrap Clang
    62
    #[allow(clippy::struct_excessive_bools)]
    63
    #[derive(Debug)]
  • libafl_frida 0.9.0/src/lib.rs
    103
    #[derive(Clone, Debug, serde::Serialize, serde::Deserialize)]
    104
    #[allow(clippy::struct_excessive_bools)]
    105
    pub struct FridaOptions {
  • lofty 0.11.0/src/id3/v2/flags.rs
    4
    #[derive(Default, Copy, Clone, Debug, PartialEq, Eq)]
    5
    #[allow(clippy::struct_excessive_bools)]
    6
    pub struct ID3v2TagFlags {
  • lofty 0.11.0/src/id3/v2/frame/mod.rs
    244
    #[derive(Copy, Clone, Debug, PartialEq, Eq, Hash, Default)]
    245
    #[allow(clippy::struct_excessive_bools)]
    246
    pub struct FrameFlags {
  • lune 0.2.0/src/cli/cli.rs
    24
    #[command(author, version, about, long_about = None)]
    25
    #[allow(clippy::struct_excessive_bools)]
    26
    pub struct Cli {
  • lychee 0.10.3/src/options.rs
    138
    #[allow(clippy::struct_excessive_bools)]
    139
    #[derive(Debug, Deserialize, StructOpt, Clone)]
  • lychee-lib 0.10.3/src/filter/mod.rs
    73
    /// Used to decide if a given URI should be checked or skipped
    74
    #[allow(clippy::struct_excessive_bools)]
    75
    #[derive(Clone, Debug, Default)]
  • makers 0.7.0/src/args.rs
    9
    #[structopt(author, about)]
    10
    #[allow(clippy::struct_excessive_bools)]
    11
    pub struct Args {
  • markdown 1.0.0-alpha.6/src/configuration.rs
    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)]
  • markdown 1.0.0-alpha.6/src/to_html.rs
    74
    /// Context used to compile markdown.
    75
    #[allow(clippy::struct_excessive_bools)]
    76
    #[derive(Debug)]
  • markdown 1.0.0-alpha.6/src/to_mdast.rs
    81
    /// Context used to compile markdown.
    82
    #[allow(clippy::struct_excessive_bools)]
    83
    #[derive(Debug)]
  • markdown 1.0.0-alpha.6/src/tokenizer.rs
    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)]
  • medea 0.2.0/src/signalling/peers/metrics/flowing_detector.rs
    1163
        #[allow(clippy::struct_excessive_bools)]
    1164
        #[derive(Debug, Default, PartialEq)]
  • monzo-lib 0.4.4/src/endpoints/transactions.rs
    15
    /// A Monzo transaction
    16
    #[allow(clippy::struct_excessive_bools)]
    17
    #[non_exhaustive]
  • msgpack-cli 0.1.4/src/cli.rs
    10
    #[command(version, about)]
    11
    #[allow(clippy::struct_excessive_bools)]
    12
    pub struct Args {
  • necessist-core 0.1.0-beta.6/src/cli.rs
    5
    #[allow(clippy::struct_excessive_bools)]
    6
    #[derive(Debug, Parser)]
  • necessist-core 0.1.0-beta.6/src/core.rs
    60
    #[allow(clippy::struct_excessive_bools)]
    61
    #[derive(Clone, Default)]
  • nixpacks 1.1.1/src/nixpacks/builder/docker/mod.rs
    3
    #[derive(Clone, Default, Debug)]
    4
    #[allow(clippy::struct_excessive_bools)]
    5
    pub struct DockerBuilderOptions {
  • nokhwa 0.10.3/src/js_camera.rs
    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 {
  • oxker 0.2.1/src/parse_args/mod.rs
    6
    #[derive(Parser, Debug, Clone, Copy)]
    7
    #[allow(clippy::struct_excessive_bools)]
    8
    #[command(version, about)]
  • pacaptr 0.17.1/src/dispatch/cmd.rs
    24
    )]
    25
    #[allow(clippy::struct_excessive_bools)]
    26
    pub struct Pacaptr {
  • pacaptr 0.17.1/src/dispatch/config.rs
    14
    #[derive(Clone, Default, Debug, Serialize, Deserialize)]
    15
    #[allow(clippy::struct_excessive_bools)]
    16
    pub(crate) struct Config {
  • passwordmaker-rs 0.2.1/src/lib.rs
    261
    /// This is used to generate the `data` parameter for [`PasswordMaker`].
    262
    #[allow(clippy::struct_excessive_bools)]
    263
    #[derive(Debug, Clone)]
  • pinyin-parser 0.1.7/src/lib.rs
    8
    #[derive(Copy, Clone, PartialEq, Eq, Debug, Hash)]
    9
    #[allow(clippy::struct_excessive_bools)]
    10
    pub struct PinyinParser {
  • pixel_engine 0.8.0/src/engine/logic.rs
    307
     **/
    308
    #[allow(clippy::struct_excessive_bools)]
    309
    pub struct Engine {
  • portier_broker 0.5.2/src/config/limits.rs
    21
    #[derive(Clone, Debug, Default, Eq, PartialEq)]
    22
    #[allow(clippy::struct_excessive_bools)]
    23
    pub struct LimitConfig {
  • public-api 0.27.1/src/lib.rs
    79
    #[non_exhaustive] // More options are likely to be added in the future
    80
    #[allow(clippy::struct_excessive_bools)]
    81
    pub struct Options {
  • qrtool 0.5.1/src/cli.rs
    15
    #[allow(clippy::struct_excessive_bools)]
    16
    #[derive(Debug, Parser)]
  • quake-bspc 0.1.5/src/lib.rs
    206
    /// Some of these are passed directly to the BSPC executable.
    207
    #[allow(clippy::struct_excessive_bools)]
    208
    #[derive(derive_builder::Builder)]
  • readstor 0.5.0/src/cli/mod.rs
    180
    #[derive(Debug, Clone, Copy, Default, Parser)]
    181
    #[allow(clippy::struct_excessive_bools)]
    182
    pub struct PreProcessOptions {
  • readstor 0.5.0/src/lib/process/mod.rs
    145
    #[derive(Debug, Clone, Copy)]
    146
    #[allow(clippy::struct_excessive_bools)]
    147
    pub struct PreProcessOptions {
  • reddit-rs 0.1.1/src/models/comment.rs
    10
    #[allow(clippy::struct_excessive_bools)] // reddit api sucks
    11
    #[derive(Debug, Clone, Serialize, Deserialize, PartialEq)]
  • reddit-rs 0.1.1/src/models/link.rs
    13
    #[allow(clippy::struct_excessive_bools)] // reddit api sucks
    14
    #[derive(Debug, Clone, Serialize, Deserialize, PartialEq)]
  • rmx 0.1.6/src/arg.rs
    127
    #[derive(Debug, Eq, PartialEq)]
    128
    #[allow(clippy::struct_excessive_bools)]
    129
    pub struct RmOptions {
  • rotz 0.9.2/src/cli.rs
    98
    #[baked(name = "Install", derive(Debug))]
    99
    #[allow(clippy::struct_excessive_bools)]
    100
    pub struct InstallRaw {
  • rrpl 0.1.0/src/main.rs
    25
    #[allow(clippy::struct_excessive_bools)]
    26
    // ^ This is one-to-one repr of CLI arguments so it is okay to do that
  • rustdoc-json 0.8.0/src/builder.rs
    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)]
  • rustscan 2.1.1/src/input.rs
    66
    #[structopt(name = "rustscan", setting = structopt::clap::AppSettings::TrailingVarArg)]
    67
    #[allow(clippy::struct_excessive_bools)]
    68
    /// Fast Port Scanner built in Rust.
  • rustus 0.5.10/src/config.rs
    90
    #[derive(StructOpt, Debug, Clone)]
    91
    #[allow(clippy::struct_excessive_bools)]
    92
    pub struct NotificationsOptions {
  • rustus 0.5.10/src/notifiers/amqp_notifier.rs
    16
    #[allow(clippy::struct_excessive_bools)]
    17
    #[derive(Clone)]
  • rusty-penguin 0.4.1/src/arg.rs
    179
    #[derive(Args, Debug)]
    180
    #[allow(clippy::struct_excessive_bools)]
    181
    pub struct ServerArgs {
  • scryptenc-cli 0.4.1/src/cli.rs
    51
    #[allow(clippy::struct_excessive_bools)]
    52
    #[derive(Args, Debug)]
    177
    #[allow(clippy::struct_excessive_bools)]
    178
    #[derive(Args, Debug)]
  • shd 0.1.4/src/main.rs
    173
    #[clap(version = VERSION, about = "https://github.com/alttch/shd")]
    174
    #[allow(clippy::struct_excessive_bools)]
    175
    struct Opts {
  • sniffglue 0.15.0/src/cli.rs
    5
    #[structopt(global_settings = &[AppSettings::ColoredHelp])]
    6
    #[allow(clippy::struct_excessive_bools)]
    7
    pub struct Args {
  • stidgen 0.1.1/src/options.rs
    89
    /// and the type of ID
    90
    #[allow(clippy::struct_excessive_bools)]
    91
    #[derive(Debug, Clone, Default)]
  • stor-age 0.6.2/src/config.rs
    58
    #[allow(clippy::struct_excessive_bools)]
    59
    #[derive(Clone, Debug)]
  • stratum-server 4.2.0/src/session.rs
    28
    //@todo remove
    29
    #[allow(clippy::struct_excessive_bools)]
    30
    #[derive(Debug, Clone)]
  • supernova 0.5.0/src/network/cache.rs
    5
    #[allow(clippy::struct_excessive_bools)]
    6
    #[derive(Default)]
  • tbot 0.6.7/src/markup.rs
    133
    #[derive(Clone, Copy, Default)]
    134
    #[allow(clippy::struct_excessive_bools)]
    135
    pub struct Nesting {
  • tbot 0.6.7/src/util/entities/entity.rs
    12
    #[derive(Debug, PartialEq, Eq, Clone, Hash)]
    13
    #[allow(clippy::struct_excessive_bools)]
    14
    pub struct FormattedText {
  • tbot 0.6.7/src/util/entities.rs
    12
    #[allow(clippy::struct_excessive_bools)]
    13
    pub(crate) struct FormattingState {
  • termspin 0.1.0/src/loops.rs
    197
    #[allow(clippy::struct_excessive_bools)]
    198
    #[derive(Debug)]
  • termusic 0.7.8/src/config/mod.rs
    106
    #[derive(Clone, Deserialize, Serialize)]
    107
    #[allow(clippy::struct_excessive_bools)]
    108
    pub struct Settings {
  • toast 0.45.5/src/config.rs
    12
    #[serde(deny_unknown_fields)]
    13
    #[allow(clippy::struct_excessive_bools)]
    14
    pub struct Config {
  • toast 0.45.5/src/main.rs
    152
    // This struct represents the command-line arguments.
    153
    #[allow(clippy::struct_excessive_bools)]
    154
    pub struct Settings {
  • tremor-script 0.13.0-rc.11/src/ast/helper.rs
    90
    /// Helper
    91
    #[allow(clippy::struct_excessive_bools)]
    92
    pub struct Helper<'script, 'registry>
  • tuning 0.4.0/src/facts.rs
    17
    #[allow(clippy::struct_excessive_bools)]
    18
    #[derive(Serialize)]
  • twilight-cache-inmemory 0.15.0-rc.1/src/model/emoji.rs
    12
    /// [`Emoji`]: twilight_model::guild::Emoji
    13
    #[allow(clippy::struct_excessive_bools)]
    14
    #[derive(Clone, Debug, Eq, PartialEq, Serialize)]
  • twilight-cache-inmemory 0.15.0-rc.1/src/model/voice_state.rs
    13
    /// [`VoiceState`]: twilight_model::voice::VoiceState
    14
    #[allow(clippy::struct_excessive_bools)]
    15
    #[derive(Clone, Debug, Eq, PartialEq, Serialize)]
  • twilight-model 0.15.0-rc.1/src/guild/emoji.rs
    10
    #[allow(clippy::struct_excessive_bools)]
    11
    #[derive(Clone, Debug, Deserialize, Eq, Hash, PartialEq, Serialize)]
  • twilight-model 0.15.0-rc.1/src/user/connection.rs
    4
    #[allow(clippy::struct_excessive_bools)]
    5
    #[derive(Clone, Debug, Deserialize, Eq, PartialEq, Serialize)]
  • twilight-model 0.15.0-rc.1/src/voice/voice_state.rs
    15
    /// User's voice connection status.
    16
    #[allow(clippy::struct_excessive_bools)]
    17
    #[derive(Clone, Debug, Eq, Hash, PartialEq, Serialize)]
  • uaparser 0.6.0/src/parser/os.rs
    8
    #[derive(Debug)]
    9
    #[allow(clippy::struct_excessive_bools)]
    10
    pub struct Matcher {
  • vergen 8.0.0-beta.3/src/feature/cargo.rs
    18
    #[derive(Clone, Copy, Debug, Default)]
    19
    #[allow(clippy::struct_excessive_bools)]
    20
    pub(crate) struct Config {
  • vergen 8.0.0-beta.3/src/feature/git/cmd.rs
    34
    #[derive(Clone, Copy, Debug, Default)]
    35
    #[allow(clippy::struct_excessive_bools)]
    36
    pub(crate) struct Config {
  • vergen 8.0.0-beta.3/src/feature/git/git2.rs
    33
    #[derive(Clone, Copy, Debug, Default)]
    34
    #[allow(clippy::struct_excessive_bools)]
    35
    pub(crate) struct Config {
  • vergen 8.0.0-beta.3/src/feature/git/gix.rs
    33
    #[derive(Clone, Copy, Debug, Default)]
    34
    #[allow(clippy::struct_excessive_bools)]
    35
    pub(crate) struct Config {
  • vergen 8.0.0-beta.3/src/feature/rustc.rs
    14
    #[derive(Clone, Copy, Debug, Default)]
    15
    #[allow(clippy::struct_excessive_bools)]
    16
    pub(crate) struct Config {
  • vergen 8.0.0-beta.3/src/feature/si.rs
    24
    #[derive(Clone, Copy, Debug, Default)]
    25
    #[allow(clippy::struct_excessive_bools)]
    26
    pub(crate) struct Config {
  • vsmtp-config 2.0.1-rc.4/src/config.rs
    493
        #[derive(Debug, PartialEq, Eq, serde::Deserialize, serde::Serialize)]
    494
        #[allow(clippy::struct_excessive_bools)]
    495
        #[serde(deny_unknown_fields)]
  • xaskpass 2.5.2/src/dialog/indicator.rs
    45
    #[derive(Debug)]
    46
    #[allow(clippy::struct_excessive_bools)]
    47
    pub struct Base {
  • xaskpass 2.5.2/src/dialog/mod.rs
    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 {
  • xaskpass 2.5.2/src/event.rs
    41
    #[allow(clippy::struct_excessive_bools)]
    42
    pub struct XContext<'a> {
  • yedb 0.4.11/src/common.rs
    81
    #[allow(clippy::struct_excessive_bools)]
    82
    #[derive(Debug, Serialize, Deserialize)]
  • yedb 0.4.11/src/lib.rs
    443
    #[allow(clippy::struct_excessive_bools)]
    444
    pub struct Database {
  • yedb 0.4.11/src/yedb-server.rs
    97
    #[allow(clippy::struct_excessive_bools)]
    98
    #[derive(Clap)]
  • zoog 0.8.1/src/bin/zoogcomment.rs
    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.")]
  • abjad 0.4.0/src/lib.rs
    14
    #![warn(clippy::pedantic, clippy::cargo)]
    15
    #![allow(clippy::fn_params_excessive_bools, clippy::struct_excessive_bools)]
  • alt_serde_derive 1.0.119/src/lib.rs
    47
        clippy::single_match_else,
    48
        clippy::struct_excessive_bools,
    49
        clippy::too_many_lines,
  • ask-bayes 0.2.1/src/lib.rs
    19
    #![allow(clippy::float_arithmetic)]
    20
    #![allow(clippy::struct_excessive_bools)]
  • av-scenechange 0.8.1/src/lib.rs
    13
    #![allow(clippy::similar_names)]
    14
    #![allow(clippy::struct_excessive_bools)]
    15
    #![allow(clippy::use_self)]
  • av-scenechange 0.8.1/src/main.rs
    13
    #![allow(clippy::similar_names)]
    14
    #![allow(clippy::struct_excessive_bools)]
    15
    #![allow(clippy::use_self)]
  • av1-grain 0.2.2/src/lib.rs
    22
    #![allow(clippy::similar_names)]
    23
    #![allow(clippy::struct_excessive_bools)]
    24
    #![allow(clippy::use_self)]
  • beacon-verifier 0.3.3/src/main.rs
    4
    	clippy::missing_const_for_fn, // TODO: Remove when #![feature(const_precise_live_drops)] gets stabilized
    5
    	clippy::struct_excessive_bools
    6
    )]
  • cargo-expand 1.0.40/src/main.rs
    11
        clippy::option_option,
    12
        clippy::struct_excessive_bools,
    13
        clippy::too_many_lines,
  • cargo-hack 0.5.27/src/main.rs
    3
    #![warn(clippy::pedantic)]
    4
    #![allow(clippy::cast_lossless, clippy::struct_excessive_bools, clippy::too_many_lines)]
  • cargo-llvm-cov 0.5.9/src/main.rs
    7
        clippy::single_match_else,
    8
        clippy::struct_excessive_bools,
    9
        clippy::too_many_lines
  • cargo-llvm-lines 0.4.23/src/main.rs
    9
        clippy::module_name_repetitions,
    10
        clippy::struct_excessive_bools,
    11
        clippy::too_many_lines,
  • cargo-rdme 1.1.0/src/lib.rs
    20
    #![allow(clippy::new_without_default)]
    21
    #![allow(clippy::struct_excessive_bools)]
  • cargo-rdme 1.1.0/src/main.rs
    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`.
  • clang-ast 0.1.13/tests/exhaustive.rs
    1
    #![allow(clippy::large_enum_variant, clippy::struct_excessive_bools)]
  • cxx-build 1.0.88/src/lib.rs
    73
        clippy::single_match_else,
    74
        clippy::struct_excessive_bools,
    75
        clippy::too_many_arguments,
  • cxx-gen 0.7.88/src/lib.rs
    33
        clippy::single_match_else,
    34
        clippy::struct_excessive_bools,
    35
        clippy::too_many_arguments,
  • cxxbridge-cmd 1.0.88/src/main.rs
    23
        clippy::single_match_else,
    24
        clippy::struct_excessive_bools,
    25
        clippy::too_many_arguments,
  • dot4ch 3.0.0/src/lib.rs
    46
        clippy::cast_precision_loss,
    47
        clippy::struct_excessive_bools
    48
    )]
  • dotnetdll 0.0.1/src/lib.rs
    13
        clippy::must_use_candidate,
    14
        clippy::struct_excessive_bools,
    15
        clippy::wildcard_imports
  • exa 0.10.1/src/fs/fields.rs
    15
    #![allow(non_camel_case_types)]
    16
    #![allow(clippy::struct_excessive_bools)]
  • fossology-rs 0.2.3/src/lib.rs
    13
        clippy::option_if_let_else,
    14
        clippy::struct_excessive_bools
    15
    )]
  • frankenstein 0.22.0/src/lib.rs
    11
        clippy::single_match_else,
    12
        clippy::struct_excessive_bools,
    13
        clippy::too_many_arguments,
  • genius-rs 0.5.0/src/lib.rs
    49
    #![warn(clippy::all, clippy::pedantic, clippy::nursery, clippy::str_to_string)]
    50
    #![allow(clippy::module_name_repetitions, clippy::struct_excessive_bools)]
  • genius-rust 0.1.1/src/lib.rs
    49
    #![warn(clippy::all, clippy::pedantic, clippy::nursery, clippy::str_to_string)]
    50
    #![allow(clippy::module_name_repetitions, clippy::struct_excessive_bools)]
  • grav1synth 0.1.0-beta.5/src/main.rs
    13
    #![allow(clippy::similar_names)]
    14
    #![allow(clippy::struct_excessive_bools)]
    15
    #![allow(clippy::use_self)]
  • haddock 0.1.3/src/main.rs
    2
    #![allow(clippy::needless_pass_by_value)]
    3
    #![allow(clippy::struct_excessive_bools)]
    4
    #![allow(clippy::too_many_lines)]
  • hcl-rs 0.12.3/src/lib.rs
    18
        clippy::should_implement_trait,
    19
        clippy::struct_excessive_bools,
    20
        clippy::unnecessary_wraps,
  • headless_chrome 1.0.2/src/lib.rs
    72
    clippy::missing_panics_doc,
    73
    clippy::struct_excessive_bools,  // for autogen protocol.rs
    74
    clippy::wildcard_imports, // for autogen protocol.rs
  • how-install-tealdeer 1.5.0/src/lib.rs
    15
    #![allow(clippy::similar_names)]
    16
    #![allow(clippy::struct_excessive_bools)]
    17
    #![allow(clippy::too_many_lines)]
  • imdl 0.1.12/src/lib.rs
    17
      clippy::shadow_reuse,
    18
      clippy::struct_excessive_bools,
    19
      clippy::too_many_lines,
  • just 1.13.0/src/lib.rs
    9
      clippy::shadow_unrelated,
    10
      clippy::struct_excessive_bools,
    11
      clippy::too_many_lines,
  • lychee-lib 0.10.3/src/client.rs
    11
        clippy::module_name_repetitions,
    12
        clippy::struct_excessive_bools,
    13
        clippy::default_trait_access,
  • mdbook-pdf-headless_chrome 0.1.2/src/lib.rs
    72
    clippy::missing_panics_doc,
    73
    clippy::struct_excessive_bools,  // for autogen protocol.rs
    74
    clippy::wildcard_imports, // for autogen protocol.rs
  • mdxjs 0.1.6/src/lib.rs
    9
    #![allow(clippy::too_many_lines)]
    10
    #![allow(clippy::struct_excessive_bools)]
    11
    #![allow(clippy::cast_possible_truncation)]
  • memedsn 0.1.0/src/lib.rs
    34
        clippy::similar_names,
    35
        clippy::struct_excessive_bools,
    36
        clippy::too_many_lines,
  • memegeom 0.1.0/src/lib.rs
    34
        clippy::similar_names,
    35
        clippy::struct_excessive_bools,
    36
        clippy::too_many_lines,
  • memeroute 0.1.0/src/lib.rs
    35
        clippy::similar_names,
    36
        clippy::struct_excessive_bools,
    37
        clippy::too_many_lines,
  • memeroute-gui 0.1.0/src/lib.rs
    34
        clippy::similar_names,
    35
        clippy::struct_excessive_bools,
    36
        clippy::too_many_lines,
  • memestr 0.1.0/src/lib.rs
    34
        clippy::similar_names,
    35
        clippy::struct_excessive_bools,
    36
        clippy::too_many_lines,
  • mhrono 0.1.0/src/lib.rs
    34
        clippy::similar_names,
    35
        clippy::struct_excessive_bools,
    36
        clippy::too_many_lines,
  • minify 1.3.0/src/lib.rs
    109
        clippy::shadow_unrelated,
    110
        clippy::struct_excessive_bools,
    111
        clippy::module_name_repetitions,
  • miniserde-miku 0.1.23/benches/bench.rs
    1
    #![feature(test)]
    2
    #![allow(clippy::struct_excessive_bools)]
  • moldenfile 0.1.0/src/lib.rs
    34
        clippy::similar_names,
    35
        clippy::struct_excessive_bools,
    36
        clippy::too_many_lines,
  • mprocs-vt100 0.1.1/src/lib.rs
    43
    #![allow(clippy::similar_names)]
    44
    #![allow(clippy::struct_excessive_bools)]
    45
    #![allow(clippy::too_many_arguments)]
  • neos 0.4.0/src/cloudx/mod.rs
    1
    #![allow(clippy::struct_excessive_bools)]
  • nominatim-rs 0.2.2/src/lib.rs
    4
    #![allow(clippy::module_name_repetitions)]
    5
    #![allow(clippy::struct_excessive_bools)]
  • php_serde 0.6.0/src/lib.rs
    240
        clippy::enum_glob_use,
    241
        clippy::struct_excessive_bools,
    242
        clippy::module_name_repetitions,
  • pty-process 0.2.0/src/lib.rs
    55
    #![allow(clippy::similar_names)]
    56
    #![allow(clippy::struct_excessive_bools)]
    57
    #![allow(clippy::too_many_arguments)]
  • rbw 1.4.3/src/bin/rbw/main.rs
    8
    #![allow(clippy::similar_names)]
    9
    #![allow(clippy::struct_excessive_bools)]
    10
    #![allow(clippy::too_many_arguments)]
  • rbw 1.4.3/src/bin/rbw-agent/main.rs
    8
    #![allow(clippy::similar_names)]
    9
    #![allow(clippy::struct_excessive_bools)]
    10
    #![allow(clippy::too_many_arguments)]
  • rbw 1.4.3/src/lib.rs
    8
    #![allow(clippy::similar_names)]
    9
    #![allow(clippy::struct_excessive_bools)]
    10
    #![allow(clippy::too_many_arguments)]
  • serde_derive 1.0.152/src/lib.rs
    55
        clippy::single_match_else,
    56
        clippy::struct_excessive_bools,
    57
        clippy::too_many_lines,
  • serde_derive_internals 0.26.0/lib.rs
    30
        clippy::similar_names,
    31
        clippy::struct_excessive_bools,
    32
        clippy::too_many_lines,
  • serde_derive_state 0.4.10/src/lib.rs
    47
        clippy::single_match_else,
    48
        clippy::struct_excessive_bools,
    49
        clippy::too_many_lines,
  • serde_starlark 0.1.11/src/lib.rs
    151
        clippy::needless_doctest_main,
    152
        clippy::struct_excessive_bools,
    153
        clippy::uninlined_format_args
  • serenity 0.11.5/src/lib.rs
    60
        clippy::needless_pass_by_value,
    61
        clippy::struct_excessive_bools,
    62
        clippy::ref_option_ref,
  • sparkle-cache 0.14.1/src/model.rs
    4
        clippy::module_name_repetitions,
    5
        clippy::struct_excessive_bools
    6
    )]
  • sparkle-cache-postgres 0.14.1/src/model.rs
    7
        clippy::fallible_impl_from,
    8
        clippy::struct_excessive_bools
    9
    )]
  • sqlx-migrate 0.6.0/src/cli.rs
    1
    #![allow(
    2
        clippy::struct_excessive_bools,
    3
        clippy::too_many_lines,
  • ssimulacra2 0.3.0/src/lib.rs
    13
    #![allow(clippy::similar_names)]
    14
    #![allow(clippy::struct_excessive_bools)]
    15
    #![allow(clippy::use_self)]
  • tealdeer 1.6.1/src/main.rs
    15
    #![allow(clippy::similar_names)]
    16
    #![allow(clippy::struct_excessive_bools)]
    17
    #![allow(clippy::too_many_lines)]
  • telexide 0.1.10/src/lib.rs
    61
        clippy::module_name_repetitions,
    62
        clippy::struct_excessive_bools,
    63
        clippy::wildcard_imports,
  • telexide-fork 0.2.1/src/lib.rs
    61
        clippy::module_name_repetitions,
    62
        clippy::struct_excessive_bools,
    63
        clippy::wildcard_imports
  • textmode 0.3.0/src/lib.rs
    73
    #![allow(clippy::similar_names)]
    74
    #![allow(clippy::struct_excessive_bools)]
    75
    #![allow(clippy::too_many_arguments)]
  • trippy 0.6.0/src/main.rs
    9
        clippy::redundant_pub_crate,
    10
        clippy::struct_excessive_bools
    11
    )]
  • ttyrec 0.3.3/src/lib.rs
    21
    #![allow(clippy::similar_names)]
    22
    #![allow(clippy::struct_excessive_bools)]
    23
    #![allow(clippy::too_many_arguments)]
  • ttyrec-bin 0.1.3/src/bin/ttyplay/main.rs
    8
    #![allow(clippy::similar_names)]
    9
    #![allow(clippy::struct_excessive_bools)]
    10
    #![allow(clippy::too_many_arguments)]
  • ttyrec-bin 0.1.3/src/bin/ttyrec/main.rs
    8
    #![allow(clippy::similar_names)]
    9
    #![allow(clippy::struct_excessive_bools)]
    10
    #![allow(clippy::too_many_arguments)]
  • twilight-cache-any-backend 0.13.0/src/model.rs
    4
        clippy::module_name_repetitions,
    5
        clippy::struct_excessive_bools
    6
    )]
  • twitch-tui 2.0.2/src/main.rs
    6
        clippy::module_name_repetitions,
    7
        clippy::struct_excessive_bools,
    8
        clippy::unused_self,
  • uggo 0.9.5/src/main.rs
    3
    #![allow(clippy::module_name_repetitions)]
    4
    #![allow(clippy::struct_excessive_bools)]
  • video-resize 0.1.1/src/lib.rs
    13
    #![allow(clippy::similar_names)]
    14
    #![allow(clippy::struct_excessive_bools)]
    15
    #![allow(clippy::use_self)]
  • vt100 0.15.1/src/lib.rs
    43
    #![allow(clippy::similar_names)]
    44
    #![allow(clippy::struct_excessive_bools)]
    45
    #![allow(clippy::too_many_arguments)]
  • weather-tui 0.1.0/src/main.rs
    6
        clippy::module_name_repetitions,
    7
        clippy::struct_excessive_bools,
    8
        clippy::unused_self,
  • wotw_seedgen 0.2.1/src/lib.rs
    8
    #![allow(clippy::too_many_lines)]
    9
    #![allow(clippy::struct_excessive_bools)]
  • yuv2rgb 0.0.2/src/lib.rs
    16
    #![allow(clippy::similar_names)]
    17
    #![allow(clippy::struct_excessive_bools)]
    18
    #![allow(clippy::use_self)]
  • yuvxyb 0.3.0/src/lib.rs
    13
    #![allow(clippy::similar_names)]
    14
    #![allow(clippy::struct_excessive_bools)]
    15
    #![allow(clippy::use_self)]
  • zspell 0.3.3/src/lib.rs
    92
    #![allow(clippy::match_same_arms)]
    93
    #![allow(clippy::struct_excessive_bools)]
    94
    #![allow(clippy::missing_panics_doc)]