145 |
#[allow(clippy::large_enum_variant)]
|
146 |
#[derive(Debug)]
|
236 |
#[derive(Clone, Debug)]
|
237 |
#[allow(clippy::large_enum_variant)]
|
238 |
enum PatternType {
|
8 |
#[serde(untagged)]
|
9 |
#[allow(clippy::large_enum_variant)]
|
10 |
pub enum Update {
|
82 |
#[derive(Debug, Clone, PartialEq, Eq)]
|
83 |
#[allow(clippy::large_enum_variant)]
|
84 |
pub enum DispositionParam {
|
72 |
#[derive(Clone, Debug, PartialEq)]
|
73 |
#[allow(clippy::large_enum_variant)]
|
74 |
pub enum DispositionParam {
|
21 |
#[derive(Debug)]
|
22 |
#[allow(clippy::large_enum_variant)]
|
23 |
pub enum KernelMsg {
|
73 |
#[allow(clippy::large_enum_variant, clippy::enum_variant_names)]
|
74 |
#[derive(Clone)]
|
11 |
// crucial in that part of the code.
|
12 |
#[allow(clippy::large_enum_variant)]
|
13 |
#[repr(C)]
|
84 |
#[derive(Debug, Clone)]
|
85 |
#[allow(clippy::large_enum_variant)]
|
86 |
pub enum Interaction {
|
134 |
#[derive(Debug)]
|
135 |
#[allow(clippy::large_enum_variant)]
|
136 |
pub enum Message {
|
156 |
)]
|
157 |
#[allow(clippy::large_enum_variant)]
|
158 |
pub enum DbRecord {
|
155 |
#[allow(clippy::large_enum_variant)]
|
156 |
#[derive(Debug, Clone)]
|
118 |
#[derive(Clone, Default, PartialEq)]
|
119 |
#[allow(clippy::large_enum_variant)]
|
120 |
#[non_exhaustive]
|
29 |
// TODO: should this be a trait? It's also an awful lot like HeadlessRenderer, except without the image output...
|
30 |
#[allow(clippy::large_enum_variant)]
|
31 |
#[derive(Debug)]
|
730 |
#[derive(Serialize, Deserialize, Clone, Debug)]
|
731 |
#[allow(clippy::large_enum_variant)] // TODO: revisit this for actual memory usage optimization
|
732 |
pub enum UiWidget<C = NoCustomUi, W = u32, G = ()>
|
47 |
// expect almost all instances of ConsumerMessage to be Deliveries.
|
48 |
#[allow(clippy::large_enum_variant)]
|
49 |
#[derive(Debug)]
|
27 |
// expect ConnectionState to be in the Steady case almost all the time.
|
28 |
#[allow(clippy::large_enum_variant)]
|
29 |
pub(super) enum ConnectionState {
|
205 |
// expect almost all instances of State to transition to Body.
|
206 |
#[allow(clippy::large_enum_variant)]
|
207 |
enum State<T: ContentType> {
|
387 |
#[allow(clippy::large_enum_variant)]
|
388 |
#[derive(Debug)]
|
208 |
#[allow(clippy::large_enum_variant)]
|
209 |
#[derive(Debug)]
|
714 |
// tokens, so a merging phase is required.
|
715 |
#[allow(clippy::large_enum_variant)]
|
716 |
#[derive(Debug)]
|
738 |
// Constraint token is a single keyword in a `#[account(<TOKEN>)]` attribute.
|
739 |
#[allow(clippy::large_enum_variant)]
|
740 |
#[derive(Debug)]
|
896 |
#[derive(Debug, Clone)]
|
897 |
#[allow(clippy::large_enum_variant)]
|
898 |
pub enum InitKind {
|
132 |
#[derive(Subcommand, Debug, Clone)]
|
133 |
#[allow(clippy::large_enum_variant)]
|
134 |
pub enum Command {
|
204 |
#[serde(tag = "stream", content = "data")]
|
205 |
#[allow(clippy::large_enum_variant)]
|
206 |
pub enum OrderMessage {
|
270 |
#[serde(tag = "T")]
|
271 |
#[allow(clippy::large_enum_variant)]
|
272 |
pub enum DataMessage {
|
32 |
#[derivative(Debug)]
|
33 |
#[allow(clippy::large_enum_variant)]
|
34 |
enum State<RS> {
|
86 |
#[allow(clippy::large_enum_variant)]
|
87 |
pub enum LivenessStorageData {
|
56 |
#[allow(clippy::large_enum_variant)]
|
57 |
#[derive(Clone, Debug, PartialEq, Eq, Hash, Signature)]
|
56 |
#[allow(clippy::large_enum_variant)]
|
57 |
#[derive(Clone, Debug, PartialEq, Eq, Hash, Signature)]
|
8 |
#[derive(Debug)]
|
9 |
#[allow(clippy::large_enum_variant)]
|
10 |
pub enum TransactionProcessingError {
|
1497 |
/// transaction.
|
1498 |
#[allow(clippy::large_enum_variant)]
|
1499 |
#[cfg_attr(any(test, feature = "fuzzing"), derive(Arbitrary))]
|
31 |
// entries and I/O is
|
32 |
#[allow(clippy::large_enum_variant)]
|
33 |
pub enum Archive {
|
21 |
// The state of a `DataPage` of `Boolean` parquet boolean type
|
22 |
#[allow(clippy::large_enum_variant)]
|
23 |
#[derive(Debug)]
|
38 |
// The state of a `DataPage` of a `Dictionary` type
|
39 |
#[allow(clippy::large_enum_variant)]
|
40 |
#[derive(Debug)]
|
21 |
// The state of a `DataPage` of `Primitive` parquet primitive type
|
22 |
#[allow(clippy::large_enum_variant)]
|
23 |
#[derive(Debug)]
|
212 |
/// Internal enumeration to combine incoming status changes.
|
213 |
#[allow(clippy::large_enum_variant)]
|
214 |
enum Event {
|
26 |
// FIXME not sure if we care about large_enum_variant
|
27 |
#[allow(clippy::large_enum_variant)]
|
28 |
#[derive(Debug)]
|
11 |
// FIXME not sure if we care about large_enum_variant
|
12 |
#[allow(clippy::large_enum_variant)]
|
13 |
#[derive(Debug)]
|
74 |
#[allow(clippy::large_enum_variant)]
|
75 |
pub enum PartBody<C> {
|
27 |
/// Messages to be used for external signalling.
|
28 |
#[allow(clippy::large_enum_variant)]
|
29 |
pub enum Message {
|
358 |
#[serde(tag = "type", rename_all = "snake_case")]
|
359 |
#[allow(clippy::large_enum_variant)] // Request is at fault
|
360 |
pub enum ClientMessage {
|
182 |
#[serde(untagged)]
|
183 |
#[allow(clippy::large_enum_variant)] // Request is at fault
|
184 |
pub enum BatchRequest {
|
104 |
/// Response for batchable queries
|
105 |
#[allow(clippy::large_enum_variant)]
|
106 |
#[derive(Debug, Serialize)]
|
16 |
#[derive(Debug)]
|
17 |
#[allow(clippy::large_enum_variant)]
|
18 |
enum TestingError {
|
32 |
#[derive(Debug)]
|
33 |
#[allow(clippy::large_enum_variant)]
|
34 |
enum TestingError {
|
14 |
#[derive(Debug)]
|
15 |
#[allow(clippy::large_enum_variant)]
|
16 |
enum TestingError {
|
352 |
/// a single type to keep both client- and server-initiated TLS-encrypted connections.
|
353 |
#[allow(clippy::large_enum_variant)] // https://github.com/rust-lang/rust-clippy/issues/9798
|
354 |
#[derive(Debug)]
|
10 |
#[derive(clap::Subcommand, Debug)]
|
11 |
#[allow(clippy::large_enum_variant)]
|
12 |
pub enum Command {
|
55 |
#[allow(clippy::large_enum_variant)]
|
56 |
#[derive(Clone, Debug)]
|
243 |
///
|
244 |
#[allow(clippy::large_enum_variant)]
|
245 |
#[derive(Clone, Debug, PartialEq)]
|
8 |
// so we can allow a large variant
|
9 |
#[allow(clippy::large_enum_variant)]
|
10 |
/// ReadSeekWrapper is an enum to allow dynamic assignment of either File or S3 Readers
|
15 |
#[allow(clippy::large_enum_variant)]
|
16 |
#[derive(Debug)]
|
32 |
#[allow(clippy::large_enum_variant)]
|
33 |
#[derive(Debug)]
|
89 |
#[derive(Serialize, Deserialize, Clone)]
|
90 |
#[allow(clippy::large_enum_variant)]
|
91 |
pub enum EmailVerificationConfig {
|
269 |
#[allow(clippy::large_enum_variant)]
|
270 |
enum Segment {
|
258 |
#[allow(clippy::large_enum_variant)]
|
259 |
pub(crate) enum Tracked {
|
45 |
#[allow(clippy::large_enum_variant)]
|
46 |
#[derive(Debug, Clone)]
|
58 |
#[allow(clippy::large_enum_variant)]
|
59 |
#[derive(Debug, Clone)]
|
137 |
#[derive(Debug)]
|
138 |
#[allow(clippy::large_enum_variant)]
|
139 |
enum Provider {
|
676 |
#[allow(clippy::large_enum_variant)]
|
677 |
enum Endpoint<S, B> {
|
94 |
// is not true)
|
95 |
#[allow(clippy::large_enum_variant)]
|
96 |
pub enum GetDocumentResponse<T> {
|
93 |
// is not true)
|
94 |
#[allow(clippy::large_enum_variant)]
|
95 |
pub enum GetDocumentResponse<T> {
|
71 |
#[serde(untagged, rename_all = "camelCase")]
|
72 |
#[allow(clippy::large_enum_variant)]
|
73 |
pub enum Binding {
|
136 |
#[serde(rename_all = "PascalCase")]
|
137 |
#[allow(clippy::large_enum_variant)]
|
138 |
pub enum BlobItem {
|
31 |
#[derive(Subcommand, Debug)]
|
32 |
#[allow(clippy::large_enum_variant)]
|
33 |
pub enum Command {
|
64 |
#[derive(Subcommand)]
|
65 |
#[allow(clippy::large_enum_variant)]
|
66 |
pub enum Commands {
|
81 |
#[allow(clippy::large_enum_variant)]
|
82 |
#[derive(Clone, Debug, PartialEq)]
|
97 |
/// Abstraction over MenuItems in a Screen / Menu
|
98 |
#[allow(clippy::large_enum_variant)]
|
99 |
pub enum MenuItem<S>
|
47 |
#[derive(Debug, Clone)]
|
48 |
#[allow(clippy::large_enum_variant)]
|
49 |
pub enum SoundEvent {
|
48 |
// different states in the future.
|
49 |
#[allow(clippy::large_enum_variant)]
|
50 |
enum DolphinState {
|
51 |
#[allow(clippy::large_enum_variant)]
|
52 |
#[derive(Debug, Serialize, Deserialize, Clone)]
|
38 |
#[allow(clippy::large_enum_variant)]
|
39 |
#[derive(Debug, Serialize, Deserialize, Clone)]
|
146 |
#[allow(clippy::large_enum_variant)]
|
147 |
#[derive(Serialize, Debug, Deserialize)]
|
73 |
pub use zip_archive::ZipArchive;
|
74 |
#[allow(clippy::large_enum_variant)]
|
75 |
enum CryptoReader<'a> {
|
19 |
/// to create it anyway.
|
20 |
#[allow(clippy::large_enum_variant)]
|
21 |
pub enum Hashing {
|
16 |
/// return parameters, they are included in the enum.
|
17 |
#[allow(clippy::large_enum_variant)]
|
18 |
#[derive(Clone, Debug)]
|
20 |
/// Vendor-specific events for the BlueNRG-MS controllers.
|
21 |
#[allow(clippy::large_enum_variant)]
|
22 |
#[derive(Clone, Copy, Debug)]
|
1397 |
/// [`GapProcedureComplete`](BlueNRGEvent::GapProcedureComplete).
|
1398 |
#[allow(clippy::large_enum_variant)]
|
1399 |
#[derive(Copy, Clone, Debug, PartialEq)]
|
61 |
/// individual LE events are included in this enum.
|
62 |
#[allow(clippy::large_enum_variant)]
|
63 |
#[derive(Clone, Debug)]
|
69 |
#[allow(clippy::large_enum_variant)]
|
70 |
#[derive(Debug, StructOpt)]
|
49 |
/// Wallet command to execute
|
50 |
#[allow(clippy::large_enum_variant)]
|
51 |
#[derive(Subcommand)]
|
32 |
#[derive(Debug)]
|
33 |
#[allow(clippy::large_enum_variant)]
|
34 |
enum ParserKind {
|
19 |
/// Key rotation modes for BTP
|
20 |
#[allow(clippy::large_enum_variant)]
|
21 |
enum KeyRotator<T>
|
6 |
#[cfg_attr(feature = "cargo-clippy", allow(large_enum_variant))]
|
7 |
#[derive(Serialize, Deserialize, Debug, Clone, Copy)]
|
67 |
// bytes.
|
68 |
#[allow(clippy::large_enum_variant)]
|
69 |
pub enum ButtplugClientDeviceEvent {
|
275 |
/// A sealed BlockBuilder, ready to be merged with sibling blocks to end the block.
|
276 |
#[allow(clippy::large_enum_variant)]
|
277 |
pub enum SealedBlockBuilder {
|
8 |
/// Standard error type for Calyx errors.
|
9 |
#[allow(clippy::large_enum_variant)]
|
10 |
pub enum Error {
|
78 |
#[allow(clippy::large_enum_variant)]
|
79 |
enum ExtOrComp {
|
259 |
/// Possible error cases for `can-dbc`
|
260 |
#[allow(clippy::large_enum_variant)]
|
261 |
#[derive(Debug)]
|
23 |
#[derive(Debug)]
|
24 |
#[allow(clippy::large_enum_variant)]
|
25 |
pub enum LicenseInfo {
|
23 |
#[derive(Debug, StructOpt)]
|
24 |
#[allow(clippy::large_enum_variant)]
|
25 |
enum Commands {
|
931 |
#[structopt(setting = structopt::clap::AppSettings::DisableHelpSubcommand)]
|
932 |
#[allow(clippy::large_enum_variant)]
|
933 |
pub enum Command {
|
313 |
#[allow(clippy::large_enum_variant)]
|
314 |
enum OutputFormat<'a> {
|
345 |
#[derive(Debug)]
|
346 |
#[allow(clippy::large_enum_variant)]
|
347 |
pub enum LicenseInfo {
|
164 |
#[derive(Debug)]
|
165 |
#[allow(clippy::large_enum_variant)] // Sure, but Update will be much more common
|
166 |
enum Op {
|
46 |
#[allow(clippy::large_enum_variant)]
|
47 |
#[derive(StructOpt, Debug)]
|
186 |
pub(crate) fn unpack_tar(buffer: Bytes, encoding: Encoding, dir: &Path) -> Result<(), Error> {
|
187 |
#[allow(clippy::large_enum_variant)]
|
188 |
enum Decoder<'z, R: io::Read + io::BufRead> {
|
29 |
#[derive(Clone, Debug)]
|
30 |
#[allow(clippy::large_enum_variant)]
|
31 |
pub enum Cmd {
|
73 |
#[allow(clippy::large_enum_variant)]
|
74 |
#[derive(Clone, Debug)]
|
139 |
#[allow(clippy::large_enum_variant)]
|
140 |
#[derive(Debug, Clone, Serialize)]
|
16 |
#[allow(clippy::large_enum_variant)]
|
17 |
#[derive(Debug, Subcommand)]
|
4 |
#[allow(clippy::large_enum_variant)]
|
5 |
#[derive(Debug, Parser)]
|
4 |
#[allow(clippy::large_enum_variant)]
|
5 |
#[derive(Debug, Parser)]
|
9 |
#[allow(clippy::large_enum_variant)]
|
10 |
#[derive(Debug, Parser)]
|
36 |
#[derive(Debug)]
|
37 |
#[allow(clippy::large_enum_variant)]
|
38 |
pub enum TrackingCopyQueryResult {
|
58 |
/// collection of them can be executed in any order to produce the same end result.
|
59 |
#[allow(clippy::large_enum_variant)]
|
60 |
#[derive(PartialEq, Eq, Debug, Clone)]
|
86 |
#[derive(DataSize, Debug)]
|
87 |
#[allow(clippy::large_enum_variant)]
|
88 |
enum BlockProposerState {
|
48 |
#[derive(Debug, From, Serialize)]
|
49 |
#[allow(clippy::large_enum_variant)]
|
50 |
#[must_use]
|
245 |
#[derive(Clone, PartialEq, Eq, Debug)]
|
246 |
#[allow(clippy::large_enum_variant)]
|
247 |
pub(super) enum BroadcastChannelMessage {
|
28 |
#[derive(Clone, Debug, Deserialize, Serialize)]
|
29 |
#[allow(clippy::large_enum_variant)]
|
30 |
pub(crate) enum Message<P> {
|
69 |
/// Top-level event for the reactor.
|
70 |
#[allow(clippy::large_enum_variant)]
|
71 |
#[derive(Debug, From, Serialize)]
|
76 |
// Note: The large enum size must be reigned in eventually. This is a stopgap for now.
|
77 |
#[allow(clippy::large_enum_variant)]
|
78 |
pub(crate) enum ParticipatingEvent {
|
44 |
#[derive(Debug, From, Serialize)]
|
45 |
#[allow(clippy::large_enum_variant)]
|
46 |
pub(crate) enum MultiStageTestEvent {
|
22 |
#[allow(clippy::large_enum_variant)]
|
23 |
#[repr(u8)]
|
37 |
#[allow(clippy::large_enum_variant)]
|
38 |
#[derive(Eq, PartialEq, Clone, Debug)]
|
14 |
#[derive(Debug, PartialEq, Eq, Clone)]
|
15 |
#[allow(clippy::large_enum_variant)]
|
16 |
pub enum RequestBody {
|
4 |
#[allow(clippy::large_enum_variant)]
|
5 |
#[derive(Debug, Clone, PartialEq, Eq)]
|
19 |
#[derive(Debug, Serialize, Deserialize, PartialEq, Clone, Copy, AbiExample)]
|
20 |
#[allow(clippy::large_enum_variant)]
|
21 |
pub enum StakeState {
|
24 |
#[allow(clippy::large_enum_variant)]
|
25 |
#[derive(Debug, Clone)]
|
51 |
#[allow(clippy::large_enum_variant)]
|
52 |
#[path = "genpb"]
|
13 |
/// All types of attribute available in choices.
|
14 |
#[allow(clippy::large_enum_variant)]
|
15 |
pub(crate) enum ChoicesAttribute {
|
29 |
#[allow(clippy::large_enum_variant)]
|
30 |
enum ChromeTracerMessage {
|
203 |
#[serde(untagged)]
|
204 |
#[allow(clippy::large_enum_variant)]
|
205 |
pub enum Message<T = CdpJsonEventMessage> {
|
119 |
#[derive(Clone)]
|
120 |
#[allow(clippy::large_enum_variant)]
|
121 |
pub enum Statement {
|
305 |
/// Enum represent resumable verify result
|
306 |
#[allow(clippy::large_enum_variant)]
|
307 |
#[derive(Debug)]
|
20 |
#[derive(Debug)]
|
21 |
#[allow(clippy::large_enum_variant)]
|
22 |
pub enum RecordMapping {
|
19 |
/// The type of Data Sentry should ingest for a [`slog::Record`].
|
20 |
#[allow(clippy::large_enum_variant)]
|
21 |
pub enum RecordMapping {
|
180 |
#[derive(Clone)]
|
181 |
#[allow(clippy::large_enum_variant)]
|
182 |
pub enum AttrValue {
|
1151 |
#[allow(clippy::large_enum_variant)]
|
1152 |
#[derive(Clone)]
|
31 |
#[allow(clippy::large_enum_variant)]
|
32 |
#[derive(Clone)]
|
12 |
#[allow(clippy::large_enum_variant)]
|
13 |
pub enum ClapAttr {
|
28 |
/// actual byte representation.
|
29 |
#[allow(clippy::large_enum_variant)]
|
30 |
#[derive(Debug, Clone)]
|
33 |
#[derive(Debug, Clone)]
|
34 |
#[allow(clippy::large_enum_variant)]
|
35 |
pub enum ModuleEntry {
|
194 |
#[allow(clippy::large_enum_variant)]
|
195 |
enum CursorWithInit<T> {
|
23 |
#[derive(Debug)]
|
24 |
#[allow(clippy::large_enum_variant)]
|
25 |
enum State {
|
24 |
#[derive(Debug)]
|
25 |
#[allow(clippy::large_enum_variant)]
|
26 |
enum State {
|
287 |
// Enumeration is needed to avoid dynamic allocation (important for "nostd" build).
|
288 |
#[allow(clippy::large_enum_variant)]
|
289 |
enum RngVariant {
|
269 |
#[allow(clippy::large_enum_variant)]
|
270 |
enum ContainerAttr {
|
82 |
#[allow(clippy::large_enum_variant)]
|
83 |
pub(super) enum CoordChanEvent {
|
214 |
#[pin_project(project = Project, PinnedDrop)]
|
215 |
#[allow(clippy::large_enum_variant)]
|
216 |
pub enum BalancedNodeSelectorFuture<S, B>
|
58 |
// generics.rs (syn 1.0.86)
|
59 |
#[allow(clippy::large_enum_variant)]
|
60 |
enum GenericParam {
|
450 |
#[derive(Debug)]
|
451 |
#[allow(clippy::large_enum_variant)]
|
452 |
enum Cluster {
|
13 |
#[derive(Debug)]
|
14 |
#[allow(clippy::large_enum_variant)]
|
15 |
pub enum GravityError {
|
931 |
#[allow(missing_docs)]
|
932 |
#[allow(clippy::large_enum_variant)]
|
933 |
pub enum Output {
|
8 |
#[derive(Clone)]
|
9 |
#[allow(clippy::large_enum_variant)]
|
10 |
pub enum SnapshotMemory {
|
224 |
#[allow(clippy::large_enum_variant)]
|
225 |
#[derive(Debug)]
|
3436 |
#[derive(Clone, Debug, PartialEq, Eq)]
|
3437 |
#[allow(clippy::large_enum_variant)]
|
3438 |
pub enum Type {
|
13 |
#[derive(Clone, Debug, PartialEq, Eq)]
|
14 |
#[allow(clippy::large_enum_variant)]
|
15 |
pub enum Substitutable {
|
32 |
#[allow(clippy::large_enum_variant)]
|
33 |
enum WordlistItem {
|
186 |
#[allow(clippy::upper_case_acronyms, clippy::large_enum_variant)]
|
187 |
/// This struct can help you compute a CRC value.
|
108 |
#[derive(Debug, PartialEq)]
|
109 |
#[allow(clippy::large_enum_variant)]
|
110 |
pub enum CliCommand<'a> {
|
6 |
#[allow(clippy::large_enum_variant)]
|
7 |
#[derive(Deserialize, Debug, Clone, PartialEq)]
|
260 |
/// specific media.
|
261 |
#[allow(clippy::large_enum_variant)]
|
262 |
#[derive(Clone, Debug, Request)]
|
399 |
/// specific media.
|
400 |
#[allow(clippy::large_enum_variant)]
|
401 |
#[derive(Clone, Debug, Eq, PartialEq)]
|
16 |
// - second is 10456 bytes
|
17 |
#[allow(clippy::large_enum_variant)]
|
18 |
pub enum Request {
|
26 |
// - second is 1880 bytes
|
27 |
#[allow(clippy::large_enum_variant)]
|
28 |
pub enum Response {
|
134 |
#[derive(Clone, Debug, Eq, PartialEq)]
|
135 |
#[allow(clippy::large_enum_variant)]
|
136 |
/// Enum of all CTAP1 requests.
|
143 |
#[derive(Clone, Debug, Eq, PartialEq)]
|
144 |
#[allow(clippy::large_enum_variant)]
|
145 |
/// Enum of all CTAP1 responses.
|
201 |
#[serde(untagged)]
|
202 |
#[allow(clippy::large_enum_variant)]
|
203 |
pub enum AttestationStatement {
|
21 |
#[derive(Clone, Debug, PartialEq)]
|
22 |
#[allow(clippy::large_enum_variant)]
|
23 |
// clippy says...large size difference
|
126 |
/// Enum of all CTAP2 responses.
|
127 |
#[allow(clippy::large_enum_variant)]
|
128 |
pub enum Response {
|
14 |
// but not when running clippy on cxx-qt-gen.
|
15 |
#[allow(clippy::large_enum_variant)]
|
16 |
pub enum CxxQtItem {
|
24 |
#[allow(clippy::large_enum_variant)]
|
25 |
enum Selection<'a> {
|
1643 |
#[allow(clippy::large_enum_variant)]
|
1644 |
#[derive(Debug)]
|
1132 |
#[derive(Debug, Serialize, Clone, ToStatic)]
|
1133 |
#[allow(clippy::large_enum_variant)] // TODO look at why DamlCaseAltVariant is so large (280 bytes!)
|
1134 |
pub enum DamlCaseAltSum<'a> {
|
23 |
/// A single payload (e.g. chunk) of data delivered to a data listener.
|
24 |
#[allow(clippy::large_enum_variant)]
|
25 |
#[derive(Clone, Debug)]
|
89 |
#[enum_dispatch(DataStreamEngine)]
|
90 |
#[allow(clippy::large_enum_variant)]
|
91 |
#[derive(Debug)]
|
397 |
/// is interpreted as `datatest::yaml("<path>")`
|
398 |
#[allow(clippy::large_enum_variant)]
|
399 |
enum DataTestArgs {
|
90 |
// However it would be created every time a connection is made
|
91 |
#[allow(clippy::large_enum_variant)]
|
92 |
pub enum ConnTrans<'r> {
|
32 |
#[derive(Debug, StructOpt)]
|
33 |
#[allow(clippy::large_enum_variant)]
|
34 |
pub(crate) enum Command {
|
8 |
#[derive(Debug, StructOpt)]
|
9 |
#[allow(clippy::large_enum_variant)]
|
10 |
pub(crate) enum Opt {
|
87 |
#[allow(clippy::large_enum_variant)]
|
88 |
/// Upcall client request of different services.
|
68 |
#[derive(Debug, PartialEq, Clone, IntoStaticStr)]
|
69 |
#[allow(clippy::large_enum_variant)] // size difference of ~300 bytes is acceptable
|
70 |
pub enum ProofOfPossessionKey {
|
166 |
/// A generic object file providing uniform access to various file formats.
|
167 |
#[allow(clippy::large_enum_variant)]
|
168 |
#[derive(Debug)]
|
377 |
/// A generic debugging session.
|
378 |
#[allow(clippy::large_enum_variant)]
|
379 |
#[allow(missing_docs)]
|
486 |
#[allow(missing_docs)]
|
487 |
#[allow(clippy::large_enum_variant)]
|
488 |
pub enum ObjectFileIterator<'s> {
|
584 |
#[allow(clippy::large_enum_variant)]
|
585 |
enum ObjectIteratorInner<'d, 'a> {
|
21 |
#[allow(clippy::large_enum_variant)]
|
22 |
#[derive(Debug)]
|
412 |
/// This is a key element of the `CommitInfo` action.
|
413 |
#[allow(clippy::large_enum_variant)]
|
414 |
#[derive(Serialize, Deserialize, Debug, Clone)]
|
40 |
#[derive(Debug, Clone)]
|
41 |
#[allow(clippy::large_enum_variant)]
|
42 |
pub enum ModuleEntry {
|
33 |
#[derive(Debug, Clone)]
|
34 |
#[allow(clippy::large_enum_variant)]
|
35 |
pub enum ModuleEntry {
|
609 |
#[allow(clippy::large_enum_variant)]
|
610 |
#[derive(Debug)]
|
40 |
#[derive(Debug, Clone)]
|
41 |
#[allow(clippy::large_enum_variant)]
|
42 |
pub enum ModuleEntry {
|
13 |
#[allow(clippy::large_enum_variant)]
|
14 |
pub enum ClientRequest {
|
377 |
/// Mass rewriter of Cargo.toml files
|
378 |
#[allow(clippy::large_enum_variant)]
|
379 |
#[derive(Parser)]
|
20 |
#[derive(Debug, StructOpt)]
|
21 |
#[allow(clippy::large_enum_variant)]
|
22 |
enum SubCommand {
|
21 |
#[derive(Debug, StructOpt)]
|
22 |
#[allow(clippy::large_enum_variant)]
|
23 |
enum SubCommand {
|
17 |
#[derive(Debug, StructOpt)]
|
18 |
#[allow(clippy::large_enum_variant)]
|
19 |
enum SubCommand {
|
7 |
/// Fields or variants of an item.
|
8 |
#[allow(clippy::large_enum_variant)]
|
9 |
pub enum Item<'a> {
|
105 |
/// Wallet command to execute
|
106 |
#[allow(clippy::large_enum_variant)]
|
107 |
#[derive(Subcommand)]
|
846 |
#[display(inner)]
|
847 |
#[allow(clippy::large_enum_variant)]
|
848 |
pub enum DerivationRef {
|
41 |
/// specific to structs or enums
|
42 |
#[allow(clippy::large_enum_variant)]
|
43 |
pub enum TraitImplementationInfo {
|
71 |
#[derive(Debug)]
|
72 |
#[allow(clippy::large_enum_variant)]
|
73 |
pub enum VariantData {
|
177 |
#[derive(Debug, PartialEq, Eq, Clone)]
|
178 |
#[allow(clippy::large_enum_variant)] // FIXME
|
179 |
pub enum PublicOrSecret {
|
10 |
/// The version of the secret key that is actually exposed to users to do crypto operations.
|
11 |
#[allow(clippy::large_enum_variant, clippy::upper_case_acronyms)] // FIXME
|
12 |
#[derive(Debug)]
|
122 |
#[allow(clippy::large_enum_variant)]
|
123 |
#[derive(Clone, Debug, TokenDeserialize, PartialEq, Eq)]
|
8 |
#[derive(Serialize, Deserialize, Clone, Debug, TokenDeserialize, PartialEq, Eq)]
|
9 |
#[allow(clippy::large_enum_variant)]
|
10 |
pub enum GraphicsToken {
|
8 |
#[allow(clippy::large_enum_variant)]
|
9 |
#[derive(Serialize, Deserialize, Clone, Debug, TokenDeserialize, PartialEq, Eq)]
|
307 |
#[allow(clippy::large_enum_variant)]
|
308 |
#[derive(Debug)]
|
56 |
#[allow(clippy::large_enum_variant)]
|
57 |
#[derive(Clone, PartialEq, Debug)]
|
56 |
#[allow(clippy::large_enum_variant)]
|
57 |
#[derive(Clone, Debug, PartialEq, Eq, Hash, Signature)]
|
57 |
#[allow(clippy::large_enum_variant)]
|
58 |
#[derive(Clone, Debug, PartialEq, Eq, Hash, Signature)]
|
1066 |
#[allow(clippy::large_enum_variant)]
|
1067 |
#[derive(Clone, Debug, Deserialize, Serialize, PartialEq)]
|
1344 |
/// transaction.
|
1345 |
#[allow(clippy::large_enum_variant)]
|
1346 |
#[cfg_attr(any(test, feature = "fuzzing"), derive(Arbitrary))]
|
157 |
#[allow(clippy::large_enum_variant)]
|
158 |
pub enum StructAttr {
|
159 |
/// not enabled, and that feature slightly increases compilation time
|
160 |
#[allow(clippy::large_enum_variant)]
|
161 |
pub enum SelectExpr {
|
74 |
#[derive(Debug, Clone, PartialEq)]
|
75 |
#[allow(clippy::large_enum_variant)]
|
76 |
pub enum HandlerIn {
|
8 |
#[allow(clippy::large_enum_variant)]
|
9 |
#[derive(Debug, Subcommand)]
|
9 |
#[allow(clippy::large_enum_variant)]
|
10 |
#[derive(Clone, Debug, EnumDiscriminants, Serialize, Deserialize)]
|
12 |
#[allow(clippy::large_enum_variant)]
|
13 |
#[derive(Clone, Debug, Serialize, Deserialize, PartialEq)]
|
31 |
// NOTE: allowing this clippy warning in pending of refactor
|
32 |
#[allow(clippy::large_enum_variant)]
|
33 |
enum InternalStatus {
|
5 |
#[allow(clippy::large_enum_variant)]
|
6 |
pub enum Element {
|
27 |
#[allow(dead_code, clippy::large_enum_variant)]
|
28 |
enum RingKey {
|
20 |
#[derive(Debug, Serialize, Deserialize, PartialEq, Clone, Copy, AbiExample)]
|
21 |
#[allow(clippy::large_enum_variant)]
|
22 |
pub enum StakeState {
|
20 |
#[derive(Debug, Serialize, Deserialize, PartialEq, Clone, Copy, AbiExample)]
|
21 |
#[allow(clippy::large_enum_variant)]
|
22 |
pub enum StakeState {
|
138 |
#[allow(clippy::large_enum_variant)]
|
139 |
#[derive(Debug, Clone)]
|
32 |
#[allow(clippy::large_enum_variant)]
|
33 |
enum GlobMatcherInner {
|
28 |
#[derive(Debug)]
|
29 |
#[allow(clippy::large_enum_variant)]
|
30 |
pub enum APIObject {
|
90 |
#[allow(clippy::upper_case_acronyms)]
|
91 |
#[allow(clippy::large_enum_variant)]
|
92 |
#[derive(Debug, Clone, Hash, PartialEq, Eq)]
|
134 |
/// Responses (including unsolicited) which may be parsed from the board.
|
135 |
#[allow(clippy::large_enum_variant)]
|
136 |
pub enum Response {
|
3 |
#[allow(clippy::large_enum_variant)]
|
4 |
#[derive(Debug)]
|
84 |
#[allow(clippy::large_enum_variant)]
|
85 |
#[derive(Debug)]
|
325 |
#[derive(thiserror::Error, Debug)]
|
326 |
#[allow(clippy::large_enum_variant)] // it's always boxed
|
327 |
pub enum DefaultClientError {
|
34 |
/// Internal widget, which is either the `Some` variant, or the `None` variant.
|
35 |
#[allow(clippy::large_enum_variant)]
|
36 |
enum MaybeWidget<T> {
|
809 |
#[allow(clippy::large_enum_variant)]
|
810 |
enum TabsContent<TP: TabsPolicy> {
|
14 |
#[allow(clippy::large_enum_variant)]
|
15 |
pub(crate) enum Action<'a> {
|
315 |
#[allow(clippy::large_enum_variant)]
|
316 |
enum JobType {
|
73 |
#[allow(clippy::large_enum_variant)]
|
74 |
#[derive(Clone, Debug, Deserialize, PartialEq, Serialize)]
|
123 |
#[allow(clippy::large_enum_variant)]
|
124 |
#[derive(Clone, Debug, Deserialize, PartialEq, Eq, Serialize)]
|
28 |
/// Commands that can be run against the Dusk wallet
|
29 |
#[allow(clippy::large_enum_variant)]
|
30 |
#[derive(PartialEq, Eq, Hash, Clone, Subcommand, Debug)]
|
225 |
#[allow(clippy::large_enum_variant)]
|
226 |
#[derive(Debug, Clone, Canon)]
|
45 |
#[allow(clippy::large_enum_variant)]
|
46 |
#[derive(Debug, Clone)]
|
58 |
#[allow(clippy::large_enum_variant)]
|
59 |
#[derive(Debug, Clone)]
|
148 |
) -> DynomiteStream<HashMap<String, AttributeValue>, QueryError> {
|
149 |
#[allow(clippy::large_enum_variant)]
|
150 |
enum PageState {
|
191 |
) -> DynomiteStream<HashMap<String, AttributeValue>, ScanError> {
|
192 |
#[allow(clippy::large_enum_variant)]
|
193 |
enum PageState {
|
25 |
#[allow(clippy::large_enum_variant)]
|
26 |
pub enum Inner {
|
18 |
#[allow(clippy::large_enum_variant)]
|
19 |
pub(super) enum Inner {
|
75 |
#[serde(tag = "type")]
|
76 |
#[allow(clippy::large_enum_variant)]
|
77 |
pub enum Body {
|
171 |
#[serde(deny_unknown_fields)]
|
172 |
#[allow(clippy::large_enum_variant)]
|
173 |
pub enum BodyS {
|
3 |
/// The possible errors that can occur when sending requests.
|
4 |
#[allow(clippy::large_enum_variant)]
|
5 |
#[derive(Debug, thiserror::Error)]
|
34 |
#[derive(Debug, StructOpt)]
|
35 |
#[allow(clippy::large_enum_variant)]
|
36 |
enum Command {
|
51 |
#[structopt(rename_all = "kebab-case")]
|
52 |
#[allow(clippy::large_enum_variant)]
|
53 |
enum RunCommand {
|
79 |
#[allow(clippy::large_enum_variant)]
|
80 |
pub(crate) enum RecvResult {
|
19 |
#[serde(tag = "op")]
|
20 |
#[allow(clippy::large_enum_variant)]
|
21 |
pub enum SigmaBooleanJson {
|
188 |
#[derive(Debug, Clone)]
|
189 |
#[allow(clippy::large_enum_variant)]
|
190 |
pub enum Fun {
|
9 |
#[derive(Debug, Clone)]
|
10 |
#[allow(clippy::large_enum_variant)]
|
11 |
pub enum Form {
|
23 |
#[derive(Debug, Clone)]
|
24 |
#[allow(clippy::large_enum_variant)]
|
25 |
pub enum Fun {
|
138 |
#[derive(Debug, Clone)]
|
139 |
#[allow(clippy::large_enum_variant)]
|
140 |
pub enum BitsSpec {
|
12 |
#[allow(missing_docs)]
|
13 |
#[allow(clippy::large_enum_variant)]
|
14 |
pub enum Directive {
|
10 |
#[allow(missing_docs)]
|
11 |
#[allow(clippy::large_enum_variant)]
|
12 |
pub enum Error {
|
13 |
#[allow(missing_docs)]
|
14 |
#[allow(clippy::large_enum_variant)]
|
15 |
pub enum MacroDef {
|
6 |
#[derive(Error, Debug)]
|
7 |
#[allow(clippy::large_enum_variant)]
|
8 |
pub enum ExecutionError {
|
145 |
/// Responses (including unsolicited) which may be parsed from the board.
|
146 |
#[allow(clippy::large_enum_variant)]
|
147 |
#[doc(hidden)]
|
10 |
#[serde(tag = "op", rename_all = "snake_case")]
|
11 |
#[allow(clippy::large_enum_variant)]
|
12 |
pub enum OutboundMessage {
|
72 |
#[derive(Clone, Debug, PartialEq)]
|
73 |
#[allow(clippy::large_enum_variant)]
|
74 |
pub enum DispositionParam {
|
36 |
/// Wraps the different transport errors that may occur.
|
37 |
#[allow(clippy::large_enum_variant)]
|
38 |
#[derive(Debug)]
|
280 |
/// Wrapper to allow filter RPCs to return a transaction hash or a log object
|
281 |
#[allow(clippy::large_enum_variant)]
|
282 |
#[derive(Clone, Debug, PartialEq, Deserialize)]
|
81 |
#[derive(Clone, Debug, PartialEq)]
|
82 |
#[allow(clippy::large_enum_variant)]
|
83 |
pub enum Transaction {
|
255 |
/// The result of checking a transaction confirmation.
|
256 |
#[allow(clippy::large_enum_variant)]
|
257 |
#[derive(Debug)]
|
51 |
#[derive(Clone, Debug)]
|
52 |
#[allow(clippy::large_enum_variant)]
|
53 |
pub enum TransactionResult {
|
4 |
#[derive(Clone, Debug, Eq, PartialEq)]
|
5 |
#[allow(clippy::large_enum_variant)]
|
6 |
pub enum IpHeader {
|
784 |
/// Abstraction over configured caching which can be either non-existent or an already loaded cache
|
785 |
#[allow(clippy::large_enum_variant)]
|
786 |
#[derive(Debug)]
|
97 |
// Ignore clippy herre, since "box"-ing the accumulator proof breaks the Decode trait
|
98 |
#[allow(clippy::large_enum_variant)]
|
99 |
pub enum BlockHeaderProof {
|
44 |
#[allow(clippy::large_enum_variant)]
|
45 |
enum OState {
|
253 |
#[allow(clippy::large_enum_variant)] // false positive
|
254 |
#[pin_project(project = StateProj)]
|
29 |
#[derive(PartialEq, Debug)]
|
30 |
#[allow(clippy::large_enum_variant)]
|
31 |
pub enum Mode {
|
44 |
/// Binance rest api response data.
|
45 |
#[allow(clippy::large_enum_variant)]
|
46 |
#[derive(Debug, Deserialize)]
|
105 |
#[allow(clippy::large_enum_variant)]
|
106 |
#[derive(Debug)]
|
567 |
)]
|
568 |
#[allow(clippy::large_enum_variant)]
|
569 |
pub enum ExonumMessage {
|
206 |
#[derive(Debug, Clone)]
|
207 |
#[allow(clippy::large_enum_variant)]
|
208 |
pub enum AuthResponse {
|
47 |
#[derive(Debug)]
|
48 |
#[allow(clippy::large_enum_variant)]
|
49 |
enum InviteSessionState {
|
124 |
#[allow(clippy::large_enum_variant)] // TODO address this
|
125 |
pub enum Event<'s> {
|
23 |
#[allow(clippy::large_enum_variant)]
|
24 |
#[derive(Debug)]
|
185 |
#[derive(Debug)]
|
186 |
#[allow(clippy::large_enum_variant)]
|
187 |
enum Task {
|
36 |
/// The Worker threads can result in a valid entry having PathBuf or an error.
|
37 |
#[allow(clippy::large_enum_variant)]
|
38 |
pub enum WorkerResult {
|
34 |
#[derive(Debug, Error)]
|
35 |
#[allow(clippy::large_enum_variant)] // ive got no clue how to actually fix this so im disabling it for now
|
36 |
pub enum Error {
|
33 |
#[allow(clippy::large_enum_variant)]
|
34 |
#[derive(Copy, Clone, Debug, PartialEq, PartialOrd)]
|
21 |
#[allow(clippy::large_enum_variant)]
|
22 |
#[serde_as]
|
30 |
#[allow(clippy::large_enum_variant)]
|
31 |
#[derive(Deserialize, Serialize, Debug)]
|
38 |
// NOTE: Feed (and probs others in the future) is a ZST, so there's always going to be some amount of variance of enum sizes but is trying to avoid that worth the hasle of a Box?
|
39 |
#[allow(missing_docs, clippy::large_enum_variant)]
|
40 |
#[derive(From, Debug)]
|
26 |
/// Either an entry or a field transform
|
27 |
#[allow(clippy::large_enum_variant)]
|
28 |
#[derive(Debug)]
|
19 |
#[derive(Debug)]
|
20 |
#[allow(clippy::large_enum_variant)]
|
21 |
pub enum Action {
|
44 |
#[allow(clippy::large_enum_variant)] // the entire enum is already boxed up above
|
45 |
#[derive(thiserror::Error, Debug)]
|
29 |
#[derive(Debug)]
|
30 |
#[allow(clippy::large_enum_variant)]
|
31 |
pub enum Source {
|
13 |
#[derive(Error, Debug)]
|
14 |
#[allow(clippy::large_enum_variant)] // warn to restore to default
|
15 |
pub enum Error {
|
230 |
#[allow(clippy::large_enum_variant)]
|
231 |
enum MessageStreamState {
|
305 |
#[serde(rename_all = "snake_case")]
|
306 |
#[allow(clippy::large_enum_variant)]
|
307 |
pub enum ExecuteMsg {
|
683 |
) {
|
684 |
#[allow(clippy::large_enum_variant)]
|
685 |
enum Message {
|
139 |
#[cfg_attr(feature = "cargo-clippy", allow(large_enum_variant))]
|
140 |
enum State<'a, E: Endpoint<'a>> {
|
45 |
/// Enumeration of all possible `Mode`s, makes storing any mode much easier
|
46 |
#[cfg_attr(feature = "cargo-clippy", allow(large_enum_variant))]
|
47 |
pub enum AnyMode {
|
61 |
#[derive(Debug, Clone, PartialEq, Eq, Hash, Deserialize)]
|
62 |
#[cfg_attr(feature = "cargo-clippy", allow(large_enum_variant))]
|
63 |
pub enum AnyModeConfig {
|
321 |
#[must_use = "Acquired work should be processed or cancelled"]
|
322 |
#[allow(clippy::large_enum_variant)]
|
323 |
#[derive(Debug)]
|
615 |
#[derive(Clone, Debug)]
|
616 |
#[allow(clippy::large_enum_variant)]
|
617 |
pub enum SubFrame {
|
380 |
#[allow(clippy::large_enum_variant)]
|
381 |
#[derive(Debug, Clone, PartialEq)]
|
407 |
#[allow(clippy::large_enum_variant)]
|
408 |
#[derive(Debug, Clone, PartialEq)]
|
460 |
#[allow(clippy::large_enum_variant)]
|
461 |
#[derive(Debug, Clone, PartialEq)]
|
321 |
/// the protocol by sending its own PeerRequest.
|
322 |
#[allow(clippy::large_enum_variant)]
|
323 |
#[derive(Debug, Deserialize, Serialize, Clone, PartialEq)]
|
333 |
#[allow(clippy::large_enum_variant)]
|
334 |
#[derive(Debug, Deserialize, Serialize, Clone, PartialEq)]
|
9 |
#[derive(Serialize, Deserialize, Debug, Clone)]
|
10 |
#[allow(clippy::large_enum_variant)]
|
11 |
#[serde(untagged)]
|
13 |
/// A Message sent from the debugger to a debug_client
|
14 |
#[allow(clippy::large_enum_variant)]
|
15 |
#[derive(Serialize, Deserialize)]
|
18 |
#[allow(clippy::large_enum_variant)]
|
19 |
#[derive(Debug, StructOpt)]
|
26 |
#[allow(clippy::large_enum_variant)]
|
27 |
/// Request to Spu Server
|
26 |
/// An abstraction over a robot. Can either be a real robot or a robot in the simulation.
|
27 |
#[allow(clippy::large_enum_variant)]
|
28 |
pub enum Robot {
|
46 |
// #[derive(Debug)]
|
47 |
#[allow(clippy::large_enum_variant)]
|
48 |
pub enum SaveLogInner {
|
99 |
// #[derive(Debug)]
|
100 |
#[allow(clippy::large_enum_variant)]
|
101 |
pub(crate) enum LoadLogInner {
|
226 |
#[allow(clippy::large_enum_variant)]
|
227 |
pub enum GetFragment {
|
63 |
#[allow(clippy::large_enum_variant)]
|
64 |
enum Task {
|
17 |
#[allow(clippy::large_enum_variant)]
|
18 |
enum Task {
|
426 |
#[allow(clippy::large_enum_variant)]
|
427 |
enum Command {
|
794 |
#[allow(clippy::large_enum_variant)]
|
795 |
#[derive(Debug)]
|
820 |
#[allow(clippy::large_enum_variant)]
|
821 |
#[derive(Debug, PartialEq, Clone, serde::Serialize, serde::Deserialize)]
|
460 |
#[serde(tag = "type")]
|
461 |
#[allow(clippy::large_enum_variant)]
|
462 |
pub enum Value {
|
21 |
#[allow(clippy::large_enum_variant)]
|
22 |
pub enum MdnsWrapper {
|
112 |
#[derive(Debug, Clone)]
|
113 |
#[allow(clippy::large_enum_variant)]
|
114 |
pub enum FuelP2PEvent {
|
21 |
#[allow(clippy::large_enum_variant)]
|
22 |
pub enum MdnsWrapper {
|
102 |
#[derive(Debug, Clone)]
|
103 |
#[allow(clippy::large_enum_variant)]
|
104 |
pub enum FuelP2PEvent {
|
41 |
#[derive(Subcommand, Clone)]
|
42 |
#[allow(clippy::large_enum_variant)]
|
43 |
enum Commands {
|
21 |
#[allow(clippy::large_enum_variant)]
|
22 |
enum CaseKind {
|
32 |
#[allow(clippy::large_enum_variant)]
|
33 |
enum CaseKind {
|
72 |
#[derive(PartialEq, Eq, Debug)]
|
73 |
#[allow(clippy::large_enum_variant)]
|
74 |
pub(super) enum Node<V> {
|
25 |
// can be only one at a time on context.
|
26 |
#[allow(clippy::large_enum_variant)]
|
27 |
#[derive(Debug, Clone, AsRefStr, EnumString, EnumVariantNames, Visit, Reflect)]
|
37 |
#[derive(Debug, Serialize, Deserialize)]
|
38 |
#[allow(clippy::large_enum_variant)]
|
39 |
pub enum AdminRpc {
|
8 |
// Boxing would add too much noise to the match statements.
|
9 |
#[allow(clippy::large_enum_variant)]
|
10 |
#[derive(Clone, Eq, PartialEq, Debug)]
|
16 |
#[allow(clippy::large_enum_variant)]
|
17 |
#[derive(Clone, Eq, PartialEq, Debug)]
|
127 |
#[allow(clippy::large_enum_variant)]
|
128 |
enum Operation {
|
258 |
#[derive(Serialize, Deserialize, Debug, AbiEnumVisitor, AbiExample)]
|
259 |
#[allow(clippy::large_enum_variant)]
|
260 |
pub(crate) enum Protocol {
|
80 |
/// * LowestSlot index is deprecated
|
81 |
#[allow(clippy::large_enum_variant)]
|
82 |
#[derive(Serialize, Deserialize, Clone, Debug, PartialEq, AbiExample, AbiEnumVisitor)]
|
18 |
#[derive(Debug, Serialize, Deserialize, PartialEq, Clone, Copy, AbiExample)]
|
19 |
#[allow(clippy::large_enum_variant)]
|
20 |
pub enum StakeState {
|
147 |
/// Binder response
|
148 |
#[allow(clippy::large_enum_variant)]
|
149 |
#[derive(Debug, Clone, Serialize, Deserialize, Eq, PartialEq)]
|
28 |
#[derive(Debug, StructOpt, Deserialize, Serialize, Clone)]
|
29 |
#[allow(clippy::large_enum_variant)]
|
30 |
pub enum Opt {
|
203 |
#[cfg_attr(feature = "serde1", derive(serde::Serialize, serde::Deserialize))]
|
204 |
#[allow(clippy::large_enum_variant, missing_docs)]
|
205 |
pub enum Object {
|
350 |
)]
|
351 |
#[allow(clippy::large_enum_variant)]
|
352 |
pub enum Event {
|
97 |
#[allow(clippy::large_enum_variant)]
|
98 |
enum OutputWriter {
|
153 |
#[allow(clippy::large_enum_variant)]
|
154 |
enum ExpandState {
|
1336 |
#[derive(Debug)]
|
1337 |
#[allow(clippy::large_enum_variant)]
|
1338 |
/// The various load commands as a cast-free variant/enum
|
301 |
#[derive(Debug)]
|
302 |
#[allow(clippy::large_enum_variant)]
|
303 |
pub enum SingleArch<'a> {
|
492 |
#[derive(Debug)]
|
493 |
#[allow(clippy::large_enum_variant)]
|
494 |
/// Either a collection of multiple architectures, or a single mach-o binary
|
10 |
// here; after which this won't be an issue anymore.
|
11 |
#[allow(clippy::large_enum_variant)]
|
12 |
/// For collecting and periodically reporting
|
401 |
#[allow(clippy::large_enum_variant)]
|
402 |
pub enum Statement {
|
13 |
#[allow(clippy::large_enum_variant)]
|
14 |
pub enum EndpointType {
|
244 |
#[allow(clippy::large_enum_variant)]
|
245 |
enum HandlerArgType {
|
592 |
#[cfg_attr(test, derive(Debug))]
|
593 |
#[allow(clippy::large_enum_variant)]
|
594 |
enum UapiRequest {
|
40 |
#[repr(C)]
|
41 |
#[allow(clippy::large_enum_variant)]
|
42 |
pub enum GovernanceInstruction {
|
18 |
#[derive(Debug)]
|
19 |
#[allow(clippy::large_enum_variant)]
|
20 |
pub enum SignInError {
|
4 |
#[derive(Debug, thiserror::Error)]
|
5 |
#[allow(clippy::large_enum_variant)]
|
6 |
pub enum BlockingDownloadError {
|
38 |
#[derive(Debug, thiserror::Error)]
|
39 |
#[allow(clippy::large_enum_variant)]
|
40 |
pub enum AsyncDownloadError {
|
9 |
#[derive(Debug, thiserror::Error)]
|
10 |
#[allow(clippy::large_enum_variant)]
|
11 |
pub enum GraphFailure {
|
5 |
#[allow(clippy::large_enum_variant)]
|
6 |
pub enum Delta<T> {
|
136 |
#[derive(Debug, Clone)]
|
137 |
#[allow(clippy::large_enum_variant)]
|
138 |
pub(crate) enum Module {
|
22 |
#[derive(Debug, Clone)]
|
23 |
#[allow(clippy::large_enum_variant)]
|
24 |
pub(crate) enum DeclarationOrBuffer {
|
118 |
#[allow(clippy::large_enum_variant)]
|
119 |
enum ConstrExpr {
|
12 |
#[allow(clippy::large_enum_variant)]
|
13 |
#[derive(Debug, Error)]
|
136 |
/// Possible key types in a [Map](struct.Map)
|
137 |
#[allow(clippy::large_enum_variant)]
|
138 |
#[derive(Debug, PartialEq, Clone, Eq, Hash)]
|
14 |
/// Represent possible values coming from the [Gremlin Server](http://tinkerpop.apache.org/docs/3.4.0/dev/io/)
|
15 |
#[allow(clippy::large_enum_variant)]
|
16 |
#[derive(Debug, PartialEq, Clone)]
|
33 |
#[allow(clippy::large_enum_variant)]
|
34 |
enum StreamingState {
|
38 |
#[derive(Debug)]
|
39 |
#[allow(clippy::large_enum_variant)]
|
40 |
enum CapsInfo {
|
129 |
#[allow(clippy::large_enum_variant)]
|
130 |
enum State {
|
34 |
#[derive(Debug, PartialEq, Eq)]
|
35 |
#[allow(clippy::large_enum_variant)]
|
36 |
pub enum AudioInfo {
|
181 |
#[derive(Debug)]
|
182 |
#[allow(clippy::large_enum_variant)]
|
183 |
pub enum Buffer {
|
188 |
#[derive(Debug)]
|
189 |
#[allow(clippy::large_enum_variant)]
|
190 |
pub enum ReceiverItem {
|
125 |
#[allow(clippy::large_enum_variant)]
|
126 |
#[derive(Debug)]
|
36 |
#[allow(clippy::large_enum_variant)]
|
37 |
enum StreamingState {
|
243 |
#[allow(clippy::large_enum_variant)]
|
244 |
enum Attr {
|
118 |
#[allow(clippy::large_enum_variant)]
|
119 |
#[derive(Debug)]
|
5 |
#[allow(clippy::large_enum_variant)]
|
6 |
#[derive(Subcommand)]
|
47 |
#[allow(clippy::large_enum_variant)]
|
48 |
#[derive(Clone, Debug, Serialize, Deserialize)]
|
62 |
#[allow(clippy::large_enum_variant)]
|
63 |
#[derive(Clone, Debug, Eq, PartialEq, Serialize, Deserialize)]
|
51 |
#[serde(untagged)]
|
52 |
#[allow(clippy::large_enum_variant)]
|
53 |
pub enum Message {
|
46 |
#[serde(tag = "method")]
|
47 |
#[allow(clippy::large_enum_variant)]
|
48 |
pub enum Event {
|
51 |
#[serde(untagged)]
|
52 |
#[allow(clippy::large_enum_variant)]
|
53 |
pub enum Message {
|
58 |
#[allow(clippy::large_enum_variant)]
|
59 |
#[derive(Debug, Clone, PartialEq, Display)]
|
6 |
#[allow(clippy::large_enum_variant)]
|
7 |
#[derive(Debug)]
|
28 |
// TODO FIXME
|
29 |
#[allow(clippy::large_enum_variant)]
|
30 |
pub enum SysValidationError {
|
154 |
/// Describes all the possible CLI arguments for `hc`, including external subcommands like `hc-scaffold`
|
155 |
#[allow(clippy::large_enum_variant)]
|
156 |
#[derive(Debug, StructOpt)]
|
872 |
#[serde(tag = "type")]
|
873 |
#[allow(clippy::large_enum_variant)]
|
874 |
pub enum NetworkConfig {
|
7 |
#[derive(Serialize, Deserialize, Debug, DefaultJson)]
|
8 |
#[allow(clippy::large_enum_variant)]
|
9 |
#[serde(tag = "type")]
|
99 |
#[serde(tag = "action_type", content = "data")]
|
100 |
#[allow(clippy::large_enum_variant)]
|
101 |
pub enum Action {
|
160 |
/// poll and retrieve
|
161 |
#[allow(clippy::large_enum_variant)]
|
162 |
pub enum AgentActionResponse {
|
55 |
#[derive(Clone, Debug, Serialize)]
|
56 |
#[allow(clippy::large_enum_variant)]
|
57 |
pub enum ConsistencyEvent {
|
21 |
#[derive(Serialize, Deserialize, Clone, PartialEq, Debug, DefaultJson)]
|
22 |
#[allow(clippy::large_enum_variant)]
|
23 |
pub enum DirectMessage {
|
10 |
#[serde(tag = "signal_type")]
|
11 |
#[allow(clippy::large_enum_variant)]
|
12 |
pub enum Signal {
|
110 |
#[derive(Clone, Debug, Serialize, Deserialize, DefaultJson)]
|
111 |
#[allow(clippy::large_enum_variant)]
|
112 |
pub enum CallbackParams {
|
63 |
#[derive(Clone, Debug, Serialize, Deserialize, DefaultJson, Eq)]
|
64 |
#[allow(clippy::large_enum_variant)]
|
65 |
pub enum Entry {
|
22 |
#[derive(Serialize, Deserialize, PartialEq, Eq, DefaultJson, Clone)]
|
23 |
#[allow(clippy::large_enum_variant)]
|
24 |
pub enum EntryAspect {
|
94 |
#[derive(Debug, Serialize, Deserialize, PartialEq, DefaultJson, Clone)]
|
95 |
#[allow(clippy::large_enum_variant)]
|
96 |
pub enum NetworkQueryResult {
|
18 |
#[derive(Serialize, Deserialize, Clone, Debug, PartialEq, Eq)]
|
19 |
#[allow(clippy::large_enum_variant)]
|
20 |
pub enum CapGrant {
|
332 |
#[derive(Debug, serde::Serialize, serde::Deserialize)]
|
333 |
#[allow(clippy::large_enum_variant)]
|
334 |
pub enum PreflightRequestAcceptance {
|
127 |
#[derive(Deserialize, Debug, Serialize, DefaultJson, Clone)]
|
128 |
#[allow(clippy::large_enum_variant)]
|
129 |
pub enum GetEntryResultType {
|
38 |
#[derive(Debug)]
|
39 |
#[allow(clippy::large_enum_variant)]
|
40 |
pub enum AsyncRuntime {
|
26 |
#[allow(clippy::large_enum_variant)]
|
27 |
pub(crate) enum BodyCodec {
|
216 |
#[allow(clippy::large_enum_variant)]
|
217 |
enum State {
|
215 |
#[derive(Clone, Debug, PartialEq, Eq)]
|
216 |
#[allow(clippy::large_enum_variant)]
|
217 |
pub enum SectionValue {
|
305 |
#[derive(Clone, Debug, PartialEq, Eq)]
|
306 |
#[allow(clippy::large_enum_variant)]
|
307 |
pub enum QueryValue {
|
406 |
#[derive(Clone, Debug, PartialEq, Eq)]
|
407 |
#[allow(clippy::large_enum_variant)]
|
408 |
pub enum PredicateValue {
|
421 |
#[derive(Clone, Debug, PartialEq, Eq)]
|
422 |
#[allow(clippy::large_enum_variant)]
|
423 |
pub enum PredicateFuncValue {
|
12 |
/// A stream that might be protected with TLS.
|
13 |
#[allow(clippy::large_enum_variant)]
|
14 |
pub enum MaybeHttpsStream<T> {
|
164 |
#[allow(clippy::large_enum_variant)]
|
165 |
enum ServiceConnectingKind<C>
|
84 |
/// Protocol state
|
85 |
#[allow(clippy::large_enum_variant)]
|
86 |
pub enum State {
|
13 |
// TODO: check up on memory usage, since this clippy warning seems like a legit perf issue.
|
14 |
#[cfg_attr(feature = "cargo-clippy", allow(large_enum_variant))]
|
15 |
#[derive(Debug)]
|
97 |
#[derive(Clone, Debug)]
|
98 |
#[allow(clippy::large_enum_variant)]
|
99 |
pub enum ChainRequest {
|
78 |
#[derive(Clone, Debug, PartialEq, Eq, Deserialize, Serialize)]
|
79 |
#[allow(clippy::large_enum_variant)]
|
80 |
pub enum AnyHeader {
|
24 |
#[derive(Clone, Debug, PartialEq, Eq, Serialize, Deserialize)]
|
25 |
#[allow(clippy::large_enum_variant)]
|
26 |
pub enum AnyMisbehaviour {
|
15 |
#[allow(clippy::large_enum_variant)]
|
16 |
#[derive(Command, Debug, Parser, Runnable)]
|
13 |
/// `tx` subcommand
|
14 |
#[allow(clippy::large_enum_variant)]
|
15 |
#[derive(Command, Debug, Parser, Runnable)]
|
17 |
#[allow(clippy::large_enum_variant)]
|
18 |
#[derive(Clone, Debug)]
|
231 |
#[cfg_attr(feature = "datagen", derive(Serialize))]
|
232 |
#[allow(clippy::large_enum_variant)]
|
233 |
enum PatternPluralsForSerde<'data> {
|
138 |
#[derive(Debug, PartialEq, Clone, yoke::Yokeable, zerofrom::ZeroFrom)]
|
139 |
#[allow(clippy::large_enum_variant)]
|
140 |
#[allow(clippy::exhaustive_enums)] // this type is stable
|
128 |
#[serde(untagged)]
|
129 |
#[allow(clippy::large_enum_variant)] // test code
|
130 |
pub enum LocaleInfo {
|
226 |
#[allow(clippy::large_enum_variant)]
|
227 |
enum ClientOrBuilder<C> {
|
1039 |
/// A top-level statement (SELECT, INSERT, CREATE, etc.)
|
1040 |
#[allow(clippy::large_enum_variant)]
|
1041 |
#[derive(Debug, Clone, PartialEq, PartialOrd, Eq, Ord, Hash)]
|
3296 |
#[allow(clippy::large_enum_variant)]
|
3297 |
#[derive(Debug, Clone, PartialEq, PartialOrd, Eq, Ord, Hash)]
|
3298 |
#[cfg_attr(feature = "serde", derive(Serialize, Deserialize))]
|
3299 |
#[allow(clippy::large_enum_variant)]
|
3300 |
pub enum HiveIOFormat {
|
68 |
/// `SELECT ... [ {UNION|EXCEPT|INTERSECT} SELECT ...]`
|
69 |
#[allow(clippy::large_enum_variant)]
|
70 |
#[derive(Debug, Clone, PartialEq, PartialOrd, Eq, Ord, Hash)]
|
247 |
/// the cost is not an issue.
|
248 |
#[allow(clippy::large_enum_variant)]
|
249 |
pub enum AppleDiskData<'a> {
|
40 |
/// thrashing is a concern, feel free to fix it.
|
41 |
#[allow(clippy::large_enum_variant)]
|
42 |
pub enum DiskImage<'a> {
|
333 |
#[allow(clippy::large_enum_variant)]
|
334 |
#[derive(Debug, Eq, PartialEq)]
|
387 |
#[allow(clippy::large_enum_variant)]
|
388 |
#[derive(Debug, Eq, PartialEq)]
|
390 |
#[allow(clippy::large_enum_variant)]
|
391 |
#[derive(serde::Serialize, serde::Deserialize, Debug, Clone)]
|
506 |
#[allow(clippy::large_enum_variant)]
|
507 |
#[derive(Debug, serde::Serialize, serde::Deserialize, Clone)]
|
514 |
/// Message variants.
|
515 |
#[allow(clippy::large_enum_variant)]
|
516 |
#[derive(serde::Serialize, serde::Deserialize, Clone, Debug)]
|
47 |
#[derive(Debug)]
|
48 |
#[allow(clippy::large_enum_variant)]
|
49 |
pub enum GenericParam {
|
107 |
/// which supports `trait` as a parameter bound.
|
108 |
#[allow(clippy::large_enum_variant)]
|
109 |
#[derive(Debug)]
|
36 |
#[derive(Debug, PartialEq, Eq)]
|
37 |
#[allow(clippy::large_enum_variant)]
|
38 |
pub enum ImplItem {
|
36 |
#[derive(Debug, PartialEq, Eq)]
|
37 |
#[allow(clippy::large_enum_variant)]
|
38 |
pub enum ImplItem {
|
10 |
/// improved.
|
11 |
#[allow(clippy::large_enum_variant)]
|
12 |
#[allow(dead_code)]
|
75 |
#[serde(untagged)]
|
76 |
#[allow(clippy::large_enum_variant)] // We do not expect places where we store different variants together
|
77 |
pub enum Operation {
|
18 |
/// Error type of the iota client crate.
|
19 |
#[allow(clippy::large_enum_variant)]
|
20 |
#[serde(tag = "type", content = "error", rename_all = "camelCase")]
|
87 |
// Boxes make this type clumsy to use.
|
88 |
#[allow(clippy::large_enum_variant)]
|
24 |
#[serde(tag = "cmd", content = "payload", rename_all = "camelCase")]
|
25 |
#[allow(clippy::large_enum_variant)]
|
26 |
pub enum Message {
|
69 |
#[derive(PartialEq, Eq, Debug)]
|
70 |
#[allow(clippy::large_enum_variant)]
|
71 |
pub(super) enum Node<V> {
|
10 |
/// IPP error
|
11 |
#[allow(clippy::large_enum_variant)]
|
12 |
#[derive(Debug, thiserror::Error)]
|
78 |
#[derive(Debug)]
|
79 |
#[allow(clippy::large_enum_variant)]
|
80 |
pub enum BitswapHandlerIn {
|
164 |
/// State of the outbound substream, opened either by us or by the remote.
|
165 |
#[allow(clippy::large_enum_variant)]
|
166 |
#[derive(Debug)]
|
40 |
#[allow(clippy::large_enum_variant)]
|
41 |
#[derive(Debug)]
|
47 |
#[allow(clippy::large_enum_variant)]
|
48 |
#[derive(Debug, Clone)]
|
45 |
#[allow(clippy::large_enum_variant)]
|
46 |
#[derive(Debug, PartialEq, Clone)]
|
603 |
#[allow(clippy::large_enum_variant)]
|
604 |
pub enum CurrentNodeState {
|
110 |
#[allow(clippy::large_enum_variant)]
|
111 |
///Enum representing all the ways that authorization can be done for the IronCoreRequest.
|
42 |
#[derive(Debug)]
|
43 |
#[allow(clippy::large_enum_variant)]
|
44 |
pub(crate) enum EitherStream {
|
32 |
/// Reports that this subsystem sends back to the main thread.
|
33 |
#[allow(clippy::large_enum_variant)]
|
34 |
pub enum Report {
|
18 |
// and ldapboundtoken is moved. Really, it's not too bad, every message here is pretty sucky.
|
19 |
#[allow(clippy::large_enum_variant)]
|
20 |
pub enum LdapResponseState {
|
18 |
#[derive(Debug)]
|
19 |
#[allow(clippy::large_enum_variant)]
|
20 |
pub enum Modify {
|
64 |
#[allow(clippy::large_enum_variant)]
|
65 |
#[derive(Debug, Clone, serde::Serialize)]
|
446 |
#[allow(clippy::large_enum_variant)]
|
447 |
#[derive(Debug, Clone)]
|
57 |
/// Different types of requests and their payloads.
|
58 |
#[allow(clippy::large_enum_variant)]
|
59 |
#[derive(Clone, Serialize, PartialEq, Eq)]
|
84 |
/// The response for a given request.
|
85 |
#[allow(clippy::large_enum_variant)]
|
86 |
pub enum ResponsePayload {
|
24 |
#[allow(clippy::large_enum_variant)]
|
25 |
enum State {
|
43 |
#[allow(clippy::large_enum_variant)]
|
44 |
enum Destination {
|
54 |
#[allow(clippy::large_enum_variant)] // This is an internal type that should be stored on the stack.
|
55 |
enum Output<'a> {
|
424 |
#[non_exhaustive]
|
425 |
#[allow(clippy::large_enum_variant)]
|
426 |
pub enum RequestPayload {
|
452 |
#[non_exhaustive]
|
453 |
#[allow(clippy::large_enum_variant)]
|
454 |
pub enum ResponsePayload {
|
53 |
/// Enum for representing any KML element
|
54 |
#[allow(clippy::large_enum_variant)]
|
55 |
#[derive(Clone, Debug, PartialEq)]
|
6 |
#[allow(clippy::large_enum_variant)]
|
7 |
/// Commands with interspersed module opening.
|
49 |
#[derive(Debug)]
|
50 |
#[allow(clippy::large_enum_variant)]
|
51 |
pub enum MsgEnvelope<M: MessageBounds> {
|
338 |
#[allow(clippy::large_enum_variant)]
|
339 |
#[derive(Debug)]
|
152 |
/// An asynchronous message from the server.
|
153 |
#[allow(clippy::large_enum_variant)]
|
154 |
#[non_exhaustive]
|
329 |
/// Result of admission hook.
|
330 |
#[allow(clippy::large_enum_variant)]
|
331 |
pub enum AdmissionResult<T> {
|
646 |
#[derive(Debug)]
|
647 |
#[allow(clippy::large_enum_variant)]
|
648 |
pub enum Error {
|
2467 |
#[derive(Clone, Debug, Eq, PartialEq)]
|
2468 |
#[allow(clippy::large_enum_variant)]
|
2469 |
pub enum Command {
|
2481 |
#[derive(Clone, Debug, Eq, PartialEq)]
|
2482 |
#[allow(clippy::large_enum_variant)]
|
2483 |
pub enum CaCommand {
|
2662 |
#[derive(Clone, Debug, Eq, PartialEq)]
|
2663 |
#[allow(clippy::large_enum_variant)]
|
2664 |
pub enum PubServerCommand {
|
25 |
#[derive(Clone, Debug, Eq, PartialEq)]
|
26 |
#[allow(clippy::large_enum_variant)]
|
27 |
pub enum ApiResponse {
|
425 |
#[derive(Clone, Debug, Deserialize, Eq, PartialEq, Serialize)]
|
426 |
#[allow(clippy::large_enum_variant)]
|
427 |
#[serde(rename_all = "snake_case")]
|
1327 |
#[derive(Clone, Debug, Deserialize, Eq, PartialEq, Serialize)]
|
1328 |
#[allow(clippy::large_enum_variant)]
|
1329 |
pub enum ExchangeResult {
|
1843 |
#[derive(Clone, Debug, Deserialize, Eq, PartialEq, Serialize)]
|
1844 |
#[allow(clippy::large_enum_variant)]
|
1845 |
#[serde(rename_all = "snake_case")]
|
405 |
#[derive(Clone, Debug, Deserialize, Eq, PartialEq, Serialize)]
|
406 |
#[allow(clippy::large_enum_variant)]
|
407 |
#[serde(rename_all = "snake_case")]
|
802 |
#[derive(Clone, Debug, Deserialize, Eq, PartialEq, Serialize)]
|
803 |
#[allow(clippy::large_enum_variant)]
|
804 |
#[serde(rename_all = "snake_case", tag = "type")]
|
96 |
#[derive(Debug, Clone)]
|
97 |
#[allow(clippy::large_enum_variant)]
|
98 |
pub(crate) enum Auth {
|
25 |
// cheaper sleeps than a smaller `StreamBackoff`.
|
26 |
#[allow(clippy::large_enum_variant)]
|
27 |
enum State {
|
32 |
/// can be used separately as well
|
33 |
#[allow(clippy::large_enum_variant)]
|
34 |
pub enum VolumeRef {
|
46 |
#[derive(Debug, Clone, Serialize, Deserialize)]
|
47 |
#[allow(clippy::large_enum_variant)]
|
48 |
pub enum KucoinWebsocketMsg {
|
136 |
#[serde(rename_all = "snake_case")]
|
137 |
#[allow(clippy::large_enum_variant)]
|
138 |
pub enum ExecuteMsg {
|
32 |
#[structopt(rename_all = "kebab-case")]
|
33 |
#[allow(clippy::large_enum_variant)]
|
34 |
enum Opt {
|
641 |
#[derive(Debug)]
|
642 |
#[allow(clippy::large_enum_variant)] // we want direct access to the host.
|
643 |
enum HostValue {
|
972 |
#[derive(Debug)]
|
973 |
#[allow(clippy::large_enum_variant)] // this is just the user-facing algo selector, it quickly gets
|
974 |
// converted to a smaller enum
|
31 |
#[allow(clippy::large_enum_variant)]
|
32 |
pub enum ProxyRpc {
|
373 |
#[derive(Parser, Debug)]
|
374 |
#[allow(clippy::large_enum_variant)]
|
375 |
pub enum Command {
|
255 |
#[allow(clippy::large_enum_variant)]
|
256 |
pub(super) enum EventDispatcherMessage {
|
184 |
#[serde(tag = "kind")]
|
185 |
#[allow(clippy::large_enum_variant)]
|
186 |
pub enum OutputEvent {
|
9 |
#[serde(untagged)]
|
10 |
#[allow(clippy::large_enum_variant)]
|
11 |
pub enum PatchTarget {
|
781 |
/// The state of an acquire operation.
|
782 |
#[allow(clippy::large_enum_variant)]
|
783 |
enum State {
|
9 |
/// The display server should act on these actions.
|
10 |
#[allow(clippy::large_enum_variant)]
|
11 |
#[derive(Serialize, Deserialize, Clone, Debug)]
|
5 |
#[allow(clippy::large_enum_variant)]
|
6 |
#[derive(Debug, Clone)]
|
32 |
#[derivative(Debug)]
|
33 |
#[allow(clippy::large_enum_variant)]
|
34 |
enum State<RS> {
|
66 |
// so clippy::large_enum_variant doesn't make sense here
|
67 |
#[allow(clippy::large_enum_variant)]
|
68 |
#[allow(dead_code)]
|
30 |
// so clippy::large_enum_variant doesn't make sense here
|
31 |
#[allow(clippy::large_enum_variant)]
|
32 |
enum InnerNetworkStream {
|
197 |
#[derive(Debug)]
|
198 |
#[allow(clippy::large_enum_variant, variant_size_differences)]
|
199 |
enum ErrSource {
|
75 |
#[allow(clippy::large_enum_variant)]
|
76 |
enum MyBehaviourEvent {
|
89 |
#[allow(clippy::large_enum_variant)]
|
90 |
#[derive(Debug)]
|
77 |
#[allow(clippy::large_enum_variant)]
|
78 |
enum MyBehaviourEvent {
|
119 |
#[derive(Debug)]
|
120 |
#[allow(clippy::large_enum_variant)]
|
121 |
enum Event {
|
98 |
#[derive(Debug)]
|
99 |
#[allow(clippy::large_enum_variant)]
|
100 |
enum Event {
|
66 |
#[derive(Debug, Clone)]
|
67 |
#[allow(clippy::large_enum_variant)]
|
68 |
pub enum Keypair {
|
115 |
#[derive(Debug)]
|
116 |
#[allow(clippy::large_enum_variant)]
|
117 |
enum Event {
|
389 |
#[derive(Debug)]
|
390 |
#[allow(clippy::large_enum_variant)]
|
391 |
pub enum DnsErr<TErr> {
|
152 |
/// for further details.
|
153 |
#[allow(clippy::large_enum_variant)]
|
154 |
#[derive(Clone)]
|
461 |
/// Event emitted by the `Identify` behaviour.
|
462 |
#[allow(clippy::large_enum_variant)]
|
463 |
#[derive(Debug)]
|
96 |
#[derive(Debug)]
|
97 |
#[allow(clippy::large_enum_variant)]
|
98 |
pub enum Event {
|
2477 |
#[derive(Debug, Clone)]
|
2478 |
#[allow(clippy::large_enum_variant)]
|
2479 |
pub enum KademliaEvent {
|
462 |
#[allow(clippy::large_enum_variant)]
|
463 |
pub enum ToListenerMsg {
|
142 |
/// The events produced by the [`Handler`].
|
143 |
#[allow(clippy::large_enum_variant)]
|
144 |
pub enum Event {
|
743 |
/// before being returned in [`Relay::poll`].
|
744 |
#[allow(clippy::large_enum_variant)]
|
745 |
enum Action {
|
114 |
#[derive(Debug)]
|
115 |
#[allow(clippy::large_enum_variant)]
|
116 |
enum MyEvent {
|
140 |
#[derive(Debug)]
|
141 |
#[allow(clippy::large_enum_variant)]
|
142 |
pub enum Event {
|
30 |
#[allow(clippy::large_enum_variant)]
|
31 |
#[derive(Debug, Clone)]
|
33 |
/// The state of an inbound substream (i.e. the remote node opened it).
|
34 |
#[allow(clippy::large_enum_variant)]
|
35 |
#[allow(clippy::enum_variant_names)]
|
58 |
#[allow(clippy::large_enum_variant)]
|
59 |
#[allow(clippy::enum_variant_names)]
|
123 |
#[allow(clippy::large_enum_variant)]
|
124 |
#[allow(clippy::enum_variant_names)]
|
30 |
/// Errors that can occur while interacting with a substream.
|
31 |
#[allow(clippy::large_enum_variant)]
|
32 |
#[derive(Debug, thiserror::Error)]
|
85 |
#[derive(Debug)]
|
86 |
#[allow(clippy::large_enum_variant)]
|
87 |
pub enum Event {
|
376 |
#[derive(Debug)]
|
377 |
#[allow(clippy::large_enum_variant)]
|
378 |
enum CombinedEvent {
|
115 |
#[allow(clippy::large_enum_variant)]
|
116 |
enum MyEvent {
|
149 |
#[allow(clippy::large_enum_variant)]
|
150 |
enum MyEvent {
|
228 |
fn custom_event_emit_event_through_poll() {
|
229 |
#[allow(clippy::large_enum_variant)]
|
230 |
enum BehaviourOutEvent {
|
247 |
#[allow(dead_code, clippy::large_enum_variant)]
|
248 |
#[derive(NetworkBehaviour)]
|
317 |
#[allow(clippy::large_enum_variant)]
|
318 |
enum BehaviourOutEvent {
|
50 |
#[derive(Debug)]
|
51 |
#[allow(clippy::large_enum_variant)]
|
52 |
enum Event {
|
50 |
///
|
51 |
#[allow(clippy::large_enum_variant)]
|
52 |
#[derive(Clone)]
|
94 |
/// The `PidInfo` enum contains a piece of information about a processes
|
95 |
#[allow(clippy::large_enum_variant)]
|
96 |
pub enum PidInfo {
|
97 |
#[derive(Debug, Clone, PartialEq, Eq)]
|
98 |
#[allow(clippy::large_enum_variant)]
|
99 |
#[non_exhaustive]
|
52 |
#[display(inner)]
|
53 |
#[allow(clippy::large_enum_variant)]
|
54 |
pub enum Messages {
|
22 |
#[allow(clippy::large_enum_variant)]
|
23 |
enum Downlink {
|
103 |
#[allow(clippy::large_enum_variant)]
|
104 |
/// An incoming JSON-RPC message.
|
26 |
#[derive(Clone, Debug)]
|
27 |
#[allow(clippy::large_enum_variant)]
|
28 |
pub enum ParseError<'a> {
|
8 |
// Data format is specified by the blockchain
|
9 |
allow(clippy::large_enum_variant, variant_size_differences)
|
10 |
]
|
5 |
// Data format is specified by the blockchain
|
6 |
allow(clippy::large_enum_variant, variant_size_differences)
|
7 |
]
|
8 |
/// A transaction can be represented in various formats.
|
9 |
#[allow(clippy::large_enum_variant)]
|
10 |
#[derive(Debug, serde::Deserialize)]
|
15 |
#[allow(clippy::large_enum_variant)]
|
16 |
enum Stream {
|
210 |
/// Contains all the tags required to parse a master playlist.
|
211 |
#[allow(clippy::large_enum_variant)]
|
212 |
#[derive(Debug)]
|
224 |
/// An asynchronous message from the server.
|
225 |
#[allow(clippy::large_enum_variant)]
|
226 |
#[derive(Debug, Clone)]
|
21 |
#[allow(clippy::large_enum_variant)]
|
22 |
#[derive(Subcommand, Debug)]
|
1936 |
/// [`exhaustive_primitive_float_inclusive_range`]; see their documentation for more.
|
1937 |
#[allow(clippy::large_enum_variant)]
|
1938 |
#[derive(Clone, Debug)]
|
272 |
/// Generates random negative signed integers in a range from a modified geometric distribution.
|
273 |
#[allow(clippy::large_enum_variant)]
|
274 |
#[derive(Clone, Debug)]
|
124 |
/// This `enum` is created by [`random_unsigneds_less_than`]; see its documentation for more.
|
125 |
#[allow(clippy::large_enum_variant)]
|
126 |
#[derive(Clone, Debug)]
|
2103 |
#[allow(clippy::large_enum_variant)]
|
2104 |
#[doc(hidden)]
|
2206 |
/// more.
|
2207 |
#[allow(clippy::large_enum_variant)]
|
2208 |
#[derive(Clone, Debug)]
|
1736 |
/// Generates random striped signeds from a range.
|
1737 |
#[allow(clippy::large_enum_variant)]
|
1738 |
#[derive(Clone, Debug)]
|
881 |
/// for more.
|
882 |
#[allow(clippy::large_enum_variant)]
|
883 |
#[derive(Clone, Debug)]
|
990 |
#[derive(Clone, Debug)]
|
991 |
#[allow(clippy::large_enum_variant)]
|
992 |
pub enum RandomIntegerRange {
|
788 |
#[derive(Clone, Debug)]
|
789 |
#[allow(clippy::large_enum_variant)]
|
790 |
pub enum RandomNaturalRange {
|
147 |
#[derive(Debug, Deserialize, Clone)]
|
148 |
#[allow(clippy::large_enum_variant)]
|
149 |
#[serde(untagged)]
|
276 |
#[derive(Clone, Debug, PartialEq, Eq, Hash)]
|
277 |
#[allow(clippy::large_enum_variant)]
|
278 |
pub enum Type {
|
20 |
#[serde(rename_all = "snake_case")]
|
21 |
#[allow(clippy::large_enum_variant)]
|
22 |
pub enum ExecuteMsg {
|
301 |
/// Wrapper around both MemberEvent-Types
|
302 |
#[allow(clippy::large_enum_variant)]
|
303 |
#[derive(Clone, Debug, Deserialize, Serialize)]
|
5 |
#[serde(tag = "type", rename_all = "snake_case")]
|
6 |
#[allow(clippy::large_enum_variant)]
|
7 |
pub enum Feedback {
|
5 |
#[derive(Clone, Debug, PartialEq, Serialize)]
|
6 |
#[allow(clippy::large_enum_variant)]
|
7 |
pub enum ResponseMessage {
|
46 |
#[serde(tag = "method")]
|
47 |
#[allow(clippy::large_enum_variant)]
|
48 |
pub enum Event {
|
51 |
#[serde(untagged)]
|
52 |
#[allow(clippy::large_enum_variant)]
|
53 |
pub enum Message {
|
245 |
/// RTC statistics of the consumer, may or may not include producer statistics.
|
246 |
#[allow(clippy::large_enum_variant)]
|
247 |
#[derive(Debug, Deserialize, Serialize)]
|
176 |
#[allow(clippy::large_enum_variant)]
|
177 |
enum Target {
|
52 |
#[allow(clippy::large_enum_variant)]
|
53 |
#[derive(Debug, StructOpt)]
|
278 |
#[cfg_attr(feature = "cargo-clippy", allow(large_enum_variant))]
|
279 |
#[derive(Deserialize)]
|
21 |
#[allow(clippy::large_enum_variant)]
|
22 |
#[derive(Debug)]
|
26 |
#[allow(clippy::large_enum_variant)]
|
27 |
#[derive(Debug)]
|
15 |
#[allow(clippy::large_enum_variant)]
|
16 |
#[derive(Debug)]
|
133 |
#[allow(clippy::large_enum_variant)]
|
134 |
pub enum ErrorCountOption {
|
136 |
#[allow(clippy::large_enum_variant)]
|
137 |
pub enum MeteredOption {
|
17 |
#[allow(unused, clippy::large_enum_variant)]
|
18 |
struct Inner {
|
17 |
#![allow(clippy::large_enum_variant)]
|
18 |
#![allow(clippy::tabs_in_doc_comments)]
|
1052 |
#[non_exhaustive]
|
1053 |
#[allow(clippy::large_enum_variant)]
|
1054 |
#[derive(Clone, Debug, PartialEq, Eq)]
|
413 |
#[allow(clippy::large_enum_variant)]
|
414 |
#[derive(Debug, Clone)]
|
29 |
// Differentiate between Wayland and X11 at run-time
|
30 |
#[allow(clippy::large_enum_variant)]
|
31 |
pub enum Window {
|
5 |
#[allow(clippy::large_enum_variant)]
|
6 |
#[derive(Deserialize, Debug, Clone)]
|
6 |
#[allow(clippy::large_enum_variant)]
|
7 |
#[derive(Deserialize, Debug, Clone)]
|
6 |
#[allow(clippy::large_enum_variant)]
|
7 |
#[derive(Deserialize, Debug, Clone)]
|
4 |
#[structopt(rename_all = "kebab-case")]
|
5 |
#[allow(clippy::large_enum_variant)]
|
6 |
enum Opt {
|
7 |
// This enum is very short-lived, so it's fine not to box it.
|
8 |
#[allow(clippy::large_enum_variant)]
|
9 |
enum Attr {
|
63 |
/// `SELECT ... [ {UNION|EXCEPT|INTERSECT} SELECT ...]`
|
64 |
#[allow(clippy::large_enum_variant)]
|
65 |
#[derive(Debug, Clone, PartialEq, Eq, Hash)]
|
26 |
/// Bulletproofs enum, supporting the original and plus formulations.
|
27 |
#[allow(clippy::large_enum_variant)]
|
28 |
#[derive(Clone, PartialEq, Eq, Debug)]
|
83 |
#[allow(clippy::large_enum_variant)]
|
84 |
enum Mode {
|
160 |
#[allow(clippy::large_enum_variant)]
|
161 |
pub(crate) enum Request {
|
189 |
#[allow(clippy::large_enum_variant)]
|
190 |
#[derive(Debug, Deserialize)]
|
22 |
/// A runtime-agnostic async stream possibly using TLS.
|
23 |
#[allow(clippy::large_enum_variant)]
|
24 |
#[derive(Debug)]
|
464 |
#[allow(clippy::large_enum_variant)] // The Ok branch is bigger but more common
|
465 |
#[derive(Debug, Clone)]
|
147 |
/// TS packet payload.
|
148 |
#[allow(missing_docs, clippy::large_enum_variant)]
|
149 |
#[derive(Debug, Clone, PartialEq, Eq, Hash)]
|
1150 |
#[allow(clippy::large_enum_variant)]
|
1151 |
#[derive(Debug, PartialEq)]
|
23 |
#[derive(Debug)]
|
24 |
#[allow(clippy::large_enum_variant)]
|
25 |
enum MhAttr {
|
16 |
#[derive(Subcommand)]
|
17 |
#[allow(clippy::large_enum_variant)]
|
18 |
enum Command {
|
121 |
#[derive(Debug, Clone, Eq, PartialEq)]
|
122 |
#[allow(clippy::large_enum_variant)]
|
123 |
pub enum IdentType {
|
243 |
#[derive(Debug, Clone, PartialEq)]
|
244 |
#[allow(clippy::large_enum_variant)]
|
245 |
pub enum SpecBlockMember_ {
|
334 |
#[derive(Debug, Clone, PartialEq)]
|
335 |
#[allow(clippy::large_enum_variant)]
|
336 |
pub enum Type_ {
|
364 |
#[derive(Debug, Clone, PartialEq)]
|
365 |
#[allow(clippy::large_enum_variant)]
|
366 |
pub enum ExpDotted_ {
|
391 |
#[derive(Debug, Clone, PartialEq)]
|
392 |
#[allow(clippy::large_enum_variant)]
|
393 |
pub enum Exp_ {
|
130 |
#[derive(Debug, PartialEq, Eq, PartialOrd, Ord, Clone)]
|
131 |
#[allow(clippy::large_enum_variant)]
|
132 |
pub enum TypeName_ {
|
138 |
#[derive(Debug, PartialEq, Eq, PartialOrd, Ord, Clone)]
|
139 |
#[allow(clippy::large_enum_variant)]
|
140 |
pub enum BaseType_ {
|
155 |
#[derive(Debug, PartialEq, Clone)]
|
156 |
#[allow(clippy::large_enum_variant)]
|
157 |
pub enum Type_ {
|
168 |
#[derive(Debug, PartialEq, Clone)]
|
169 |
#[allow(clippy::large_enum_variant)]
|
170 |
pub enum Statement_ {
|
201 |
#[derive(Debug, PartialEq, Clone)]
|
202 |
#[allow(clippy::large_enum_variant)]
|
203 |
pub enum Command_ {
|
154 |
#[derive(Debug, PartialEq, Eq, PartialOrd, Ord, Clone)]
|
155 |
#[allow(clippy::large_enum_variant)]
|
156 |
pub enum TypeName_ {
|
211 |
/// A top-level statement (SELECT, INSERT, CREATE, etc.)
|
212 |
#[allow(clippy::large_enum_variant)]
|
213 |
#[derive(Debug, Clone, PartialEq, Eq, Hash)]
|
32 |
#[allow(clippy::large_enum_variant)]
|
33 |
pub enum Property {
|
18 |
#[derive(Debug)]
|
19 |
#[allow(clippy::large_enum_variant)]
|
20 |
pub enum DispatcherMessage {
|
76 |
/// The outcome of a successful block header import.
|
77 |
#[allow(clippy::large_enum_variant)]
|
78 |
#[derive(Debug, Clone, PartialEq, Eq)]
|
37 |
#[allow(clippy::large_enum_variant)]
|
38 |
#[derive(Clone)]
|
12 |
#[allow(clippy::large_enum_variant)]
|
13 |
pub enum ClapAttr {
|
393 |
#[derive(Debug)]
|
394 |
#[allow(clippy::large_enum_variant)]
|
395 |
enum Flavor {
|
89 |
#[derive(BorshSerialize, BorshDeserialize, Serialize, Deserialize, Clone, Debug, PartialEq, Eq)]
|
90 |
#[allow(clippy::large_enum_variant)]
|
91 |
pub enum ReceiptEnum {
|
595 |
#[allow(clippy::large_enum_variant)]
|
596 |
#[derive(
|
624 |
#[allow(clippy::large_enum_variant)]
|
625 |
#[derive(BorshSerialize, BorshDeserialize, Serialize, Deserialize, Debug, PartialEq, Eq, Clone)]
|
632 |
#[allow(clippy::large_enum_variant)]
|
633 |
#[derive(BorshSerialize, BorshDeserialize, Serialize, Deserialize, PartialEq, Eq, Clone)]
|
897 |
#[allow(clippy::large_enum_variant)]
|
898 |
#[derive(BorshSerialize, BorshDeserialize, Serialize, Deserialize, Clone, Debug, PartialEq, Eq)]
|
302 |
// TODO(#1313): Use Box
|
303 |
#[allow(clippy::large_enum_variant)]
|
304 |
pub enum PeerMessage {
|
546 |
#[derive(Clone, strum::AsRefStr, Debug, Eq, PartialEq)]
|
547 |
#[allow(clippy::large_enum_variant)]
|
548 |
pub enum NetworkRequests {
|
736 |
// TODO(#1313): Use Box
|
737 |
#[allow(clippy::large_enum_variant)]
|
738 |
pub enum NetworkClientMessages {
|
782 |
#[derive(Eq, PartialEq, Debug)]
|
783 |
#[allow(clippy::large_enum_variant)]
|
784 |
pub enum NetworkClientResponses {
|
186 |
#[derive(BorshSerialize, BorshDeserialize, PartialEq, Eq, Clone, strum::IntoStaticStr)]
|
187 |
#[allow(clippy::large_enum_variant)]
|
188 |
pub enum RoutedMessageBody {
|
78 |
// TODO(#1313): Use Box
|
79 |
#[allow(clippy::large_enum_variant)]
|
80 |
pub enum ChallengeBody {
|
72 |
// TODO(#1313): Use Box
|
73 |
#[allow(clippy::large_enum_variant)]
|
74 |
pub enum ChallengeBody {
|
253 |
#[derive(Debug, Eq, PartialEq)]
|
254 |
#[allow(clippy::large_enum_variant)]
|
255 |
enum RawTrieNode {
|
256 |
#[derive(Debug, Eq, PartialEq)]
|
257 |
#[allow(clippy::large_enum_variant)]
|
258 |
enum RawTrieNode {
|
8 |
#[derive(Clone, Debug, PartialEq, Eq)]
|
9 |
#[allow(clippy::large_enum_variant)]
|
10 |
pub enum PrivateKey {
|
128 |
#[allow(clippy::large_enum_variant)]
|
129 |
#[derive(Debug)]
|
1448 |
#[allow(clippy::large_enum_variant)]
|
1449 |
#[derive(Debug)]
|
208 |
// allowing this since these aren't persistent values.
|
209 |
#[allow(clippy::large_enum_variant)]
|
210 |
pub enum BindOpts {
|
326 |
#[serde(deny_unknown_fields)]
|
327 |
#[allow(clippy::large_enum_variant)]
|
328 |
pub enum TokenPart {
|
5 |
#[derive(Clone, Serialize, Deserialize)]
|
6 |
#[allow(clippy::large_enum_variant)]
|
7 |
pub enum NodeType {
|
19 |
#[derive(Clone, Serialize, Deserialize)]
|
20 |
#[allow(clippy::large_enum_variant)]
|
21 |
pub enum NodeOperator {
|
80 |
#[derive(Clone, Serialize, Deserialize)]
|
81 |
#[allow(clippy::large_enum_variant)]
|
82 |
pub enum Packet {
|
28 |
#[allow(clippy::large_enum_variant)]
|
29 |
pub(crate) enum Event {
|
176 |
/// Runtime handle
|
177 |
#[allow(clippy::large_enum_variant)]
|
178 |
pub enum Runtime {
|
48 |
clippy::match_bool,
|
49 |
clippy::large_enum_variant
|
50 |
)]
|
23 |
/// [`NtfsAttribute::value`]: crate::NtfsAttribute::value
|
24 |
#[allow(clippy::large_enum_variant)]
|
25 |
#[derive(Clone, Debug)]
|
191 |
#[derive(Debug)]
|
192 |
#[allow(clippy::large_enum_variant)]
|
193 |
pub enum ApiError {
|
145 |
#[allow(clippy::large_enum_variant)]
|
146 |
/// Stream decoder for gzip/lz4/zstd.
|
16 |
#[allow(clippy::large_enum_variant)]
|
17 |
#[derive(Clone, Debug, Deserialize, Serialize, PartialEq)]
|
148 |
#[allow(clippy::large_enum_variant)]
|
149 |
#[amqp]
|
216 |
#[allow(clippy::large_enum_variant)]
|
217 |
#[derive(Debug, PartialEq)]
|
173 |
#[allow(clippy::large_enum_variant)]
|
174 |
pub enum MetaKind {
|
111 |
#[allow(clippy::large_enum_variant)]
|
112 |
#[derive(Clone, Debug, Serialize, Deserialize)]
|
15 |
#[allow(clippy::large_enum_variant)]
|
16 |
#[derive(Clone, Serialize, Deserialize, Message)]
|
22 |
#[derive(Debug)]
|
23 |
#[allow(clippy::large_enum_variant)]
|
24 |
pub enum QueryError {
|
15 |
#[derive(Debug)]
|
16 |
#[allow(clippy::large_enum_variant)]
|
17 |
pub enum ResultSetError {
|
60 |
#[derive(Debug)]
|
61 |
#[allow(clippy::large_enum_variant)]
|
62 |
pub enum DataAccessError {
|
69 |
#[derive(Debug)]
|
70 |
#[allow(clippy::large_enum_variant)]
|
71 |
pub enum DatumAccessError {
|
380 |
#[serde(tag = "type", rename_all = "camelCase")]
|
381 |
#[allow(clippy::large_enum_variant)]
|
382 |
pub enum SecuritySchemeData {
|
367 |
#[serde(tag = "type", rename_all = "camelCase")]
|
368 |
#[allow(clippy::large_enum_variant)]
|
369 |
pub enum SecuritySchemeData {
|
38 |
#[derive(Debug)]
|
39 |
#[allow(clippy::large_enum_variant)]
|
40 |
enum ContractField {
|
237 |
#[serde(untagged)]
|
238 |
#[allow(clippy::large_enum_variant)]
|
239 |
pub enum Interface {
|
9 |
#[derive(Debug, Fail)]
|
10 |
#[allow(clippy::large_enum_variant)]
|
11 |
pub enum RegistryError {
|
5 |
#[derive(Debug, Fail)]
|
6 |
#[allow(clippy::large_enum_variant)]
|
7 |
pub enum ManifestError {
|
4 |
#[derive(Debug, Fail)]
|
5 |
#[allow(clippy::large_enum_variant)]
|
6 |
pub enum ImageSpecError {
|
362 |
#[allow(clippy::large_enum_variant)]
|
363 |
#[derive(Debug, PartialEq, Clone, Serialize, Deserialize)]
|
92 |
/// This `enum` contains the different proposals in its variants.
|
93 |
#[allow(clippy::large_enum_variant)]
|
94 |
#[derive(Debug, PartialEq, Clone, Serialize, Deserialize)]
|
190 |
#[non_exhaustive]
|
191 |
#[allow(clippy::large_enum_variant)]
|
192 |
pub enum ReplicationError {
|
38 |
#[derive(Debug)]
|
39 |
#[allow(clippy::large_enum_variant)]
|
40 |
enum State {
|
185 |
// Users can also disable the unused features to make the overhead on object size smaller.
|
186 |
#[allow(clippy::large_enum_variant)]
|
187 |
#[non_exhaustive]
|
284 |
// 2. Most of the messages will be ExportSpan.
|
285 |
#[allow(clippy::large_enum_variant)]
|
286 |
#[derive(Debug)]
|
10 |
#[allow(clippy::large_enum_variant)]
|
11 |
#[derive(StructOpt, Debug, Clone)]
|
122 |
// `Normal` variant would result in an unnecessary heap allocation.
|
123 |
#[allow(clippy::large_enum_variant)]
|
124 |
#[derive(Deserialize)]
|
7 |
#[derive(Debug, Copy, Clone, PartialEq)]
|
8 |
#[allow(clippy::large_enum_variant)]
|
9 |
pub enum BooleanRun {
|
193 |
#[allow(clippy::large_enum_variant)]
|
194 |
#[derive(Debug)]
|
11 |
/// TODO: fill in other variants
|
12 |
#[allow(clippy::large_enum_variant)]
|
13 |
#[derive(Error, Debug)]
|
356 |
#[clap(rename_all = "kebab-case")]
|
357 |
#[allow(clippy::large_enum_variant)]
|
358 |
pub(crate) enum Opt {
|
70 |
/// Overlord messages.
|
71 |
#[allow(clippy::large_enum_variant)]
|
72 |
#[derive(Clone, Debug, Display, PartialEq, Eq)]
|
186 |
#[allow(clippy::large_enum_variant)]
|
187 |
#[derive(Clone)]
|
112 |
#[allow(clippy::large_enum_variant)]
|
113 |
enum TripleReaderKind<R: BufRead> {
|
85 |
#[allow(clippy::large_enum_variant)]
|
86 |
#[derive(Debug)]
|
320 |
#[allow(clippy::enum_variant_names)]
|
321 |
#[allow(clippy::large_enum_variant)]
|
322 |
#[derive(Debug, PartialEq)]
|
29 |
#[allow(clippy::large_enum_variant)]
|
30 |
pub enum BinaryPageState<'a, P> {
|
11 |
#[derive(Debug)]
|
12 |
#[allow(clippy::large_enum_variant)]
|
13 |
pub enum BooleanPageState<'a> {
|
56 |
#[allow(clippy::large_enum_variant)]
|
57 |
pub enum FixedLenBinaryPageState<'a, P> {
|
52 |
#[derive(Debug)]
|
53 |
#[allow(clippy::large_enum_variant)]
|
54 |
pub enum NativePageState<'a, T, P>
|
230 |
#[derive(Debug)]
|
231 |
#[allow(clippy::large_enum_variant)]
|
232 |
pub enum Page {
|
250 |
#[derive(Debug)]
|
251 |
#[allow(clippy::large_enum_variant)]
|
252 |
pub enum CompressedPage {
|
28 |
#[derive(Debug)]
|
29 |
#[allow(clippy::large_enum_variant)]
|
30 |
pub enum PageState<'a, T>
|
26 |
#[allow(clippy::large_enum_variant)]
|
27 |
enum Args {
|
110 |
#[cfg(test)]
|
111 |
#[allow(clippy::large_enum_variant)]
|
112 |
mod test;
|
82 |
#[derive(Debug)]
|
83 |
#[allow(clippy::large_enum_variant)]
|
84 |
pub enum ConsensusError {
|
200 |
#[allow(clippy::large_enum_variant)]
|
201 |
enum WrappedParsec {
|
112 |
#[derive(Clone, Debug)]
|
113 |
#[allow(clippy::large_enum_variant)]
|
114 |
pub enum ScheduleEvent {
|
24 |
#[derive(Clone, Debug, Deserialize, Serialize)]
|
25 |
#[allow(clippy::large_enum_variant)]
|
26 |
pub enum PeerMonitoringServiceMessage {
|
59 |
#[derive(Clone, Debug, Deserialize, Eq, PartialEq, Serialize)]
|
60 |
#[allow(clippy::large_enum_variant)]
|
61 |
pub enum PeerMonitoringServiceResponse {
|
177 |
#[derive(Debug, PartialEq, Eq, Clone)]
|
178 |
#[allow(clippy::large_enum_variant)] // FIXME
|
179 |
pub enum PublicOrSecret {
|
10 |
/// The version of the secret key that is actually exposed to users to do crypto operations.
|
11 |
#[allow(clippy::large_enum_variant)] // FIXME
|
12 |
#[derive(Debug)]
|
49 |
/// ```
|
50 |
#[allow(clippy::large_enum_variant)]
|
51 |
#[derive(Debug, PartialEq, Clone)]
|
231 |
#[allow(clippy::large_enum_variant)]
|
232 |
#[derive(Clone)]
|
29 |
#[allow(clippy::large_enum_variant)]
|
30 |
pub enum Backend<'a> {
|
85 |
#[allow(variant_size_differences)]
|
86 |
#[allow(clippy::large_enum_variant)]
|
87 |
enum EnumProjOwn<T, U> {
|
62 |
#[allow(variant_size_differences)]
|
63 |
#[allow(clippy::large_enum_variant)]
|
64 |
enum ProjOwn<T, U> {
|
19 |
#[allow(variant_size_differences)]
|
20 |
#[allow(clippy::large_enum_variant)]
|
21 |
enum ProjOwn<T, U> {
|
19 |
#[allow(variant_size_differences)]
|
20 |
#[allow(clippy::large_enum_variant)]
|
21 |
enum EnumProjOwn<T, U> {
|
817 |
#[allow(variant_size_differences)] // for the type itself
|
818 |
#[allow(clippy::large_enum_variant)] // for the type itself
|
819 |
#[pin_project(
|
144 |
#[derive(Debug)]
|
145 |
#[allow(clippy::large_enum_variant)]
|
146 |
pub enum MotionError {
|
24 |
#[allow(clippy::large_enum_variant)]
|
25 |
pub enum RawFeed {
|
39 |
#[non_exhaustive]
|
40 |
#[allow(clippy::large_enum_variant)]
|
41 |
pub enum EncryptionScheme<'a> {
|
14 |
#[allow(clippy::large_enum_variant)]
|
15 |
#[derive(EnumAsInner, Debug)]
|
33 |
#[allow(clippy::large_enum_variant)]
|
34 |
#[derive(EnumAsInner, Debug, Clone)]
|
138 |
#[allow(clippy::large_enum_variant)]
|
139 |
pub enum PkgIter<'a> {
|
170 |
#[allow(clippy::large_enum_variant)]
|
171 |
pub enum RestrictPkgIter<'a> {
|
32 |
#[derive(Clone, Debug)]
|
33 |
#[allow(clippy::large_enum_variant)]
|
34 |
pub enum DeclarationKind<'input> {
|
217 |
#[derive(Clone, Debug)]
|
218 |
#[allow(clippy::large_enum_variant)]
|
219 |
pub enum TypeKind<'input> {
|
85 |
#[allow(clippy::large_enum_variant)]
|
86 |
/// `data` field of the response.
|
5 |
#[derive(Serialize, Deserialize, Debug)]
|
6 |
#[allow(clippy::large_enum_variant)]
|
7 |
pub enum OutputEnum {
|
63 |
/// field to determine how evaluation should proceed.
|
64 |
#[allow(clippy::large_enum_variant)]
|
65 |
#[derive(Clone, Debug)]
|
10 |
#[allow(clippy::large_enum_variant)]
|
11 |
#[must_use]
|
51 |
#[must_use = "ignored goals are never accomplished"]
|
52 |
#[allow(clippy::large_enum_variant)]
|
53 |
pub enum Goal {
|
536 |
#[allow(clippy::large_enum_variant)]
|
537 |
pub(crate) enum Buffer<'a> {
|
53 |
#[allow(clippy::large_enum_variant)]
|
54 |
pub(crate) enum Buffer<'a> {
|
36 |
#[allow(clippy::large_enum_variant)]
|
37 |
pub(crate) enum Buffer<'a> {
|
151 |
#[derive(Clone, Debug, Deserialize, PartialEq)]
|
152 |
#[allow(clippy::large_enum_variant)]
|
153 |
#[serde(tag = "ev")]
|
185 |
#[derive(Clone, Debug, Deserialize, PartialEq)]
|
186 |
#[allow(clippy::large_enum_variant)]
|
187 |
#[serde(tag = "ev")]
|
3 |
#[derive(Debug, Clone)]
|
4 |
#[allow(clippy::large_enum_variant)]
|
5 |
/// Events that come from the /streaming/user API call
|
18 |
#[allow(clippy::large_enum_variant)]
|
19 |
pub enum Output<'a> {
|
67 |
#[allow(clippy::large_enum_variant)]
|
68 |
pub(crate) enum ValidationClosure {
|
15 |
#[serde(untagged)]
|
16 |
#[allow(clippy::large_enum_variant)]
|
17 |
pub enum Targets {
|
37 |
#[derive(Debug, PartialEq, Eq)]
|
38 |
#[allow(clippy::large_enum_variant)]
|
39 |
pub enum ImplItem {
|
49 |
#[derive(Debug)]
|
50 |
#[allow(clippy::large_enum_variant)]
|
51 |
enum DynamicAllocatorState {
|
73 |
#[allow(clippy::large_enum_variant)]
|
74 |
#[derive(Clone, Debug)]
|
797 |
/// Represents a resource that can be read by Python somehow.
|
798 |
#[allow(clippy::large_enum_variant)]
|
799 |
#[derive(Clone, Debug, PartialEq)]
|
15 |
#[allow(clippy::large_enum_variant)]
|
16 |
#[derive(Debug, Clone)]
|
820 |
#[non_exhaustive]
|
821 |
#[allow(clippy::large_enum_variant)]
|
822 |
pub enum DownloadError {
|
14 |
#[derive(Debug, Clone)]
|
15 |
#[allow(clippy::large_enum_variant)]
|
16 |
enum UploadTokenInner {
|
461 |
#[serde(tag = "name", content = "data")]
|
462 |
#[allow(clippy::large_enum_variant)]
|
463 |
pub enum EventData {
|
803 |
/// Event resulting from processing a single datagram
|
804 |
#[allow(clippy::large_enum_variant)] // Not passed around extensively
|
805 |
pub enum DatagramEvent {
|
22 |
#[derive(Clone, Debug, PartialEq)]
|
23 |
#[allow(clippy::large_enum_variant)]
|
24 |
pub enum MessageSection {
|
68 |
#[allow(clippy::large_enum_variant)]
|
69 |
#[derive(Debug)]
|
323 |
#[allow(clippy::large_enum_variant)]
|
324 |
enum State {
|
12 |
#[allow(clippy::large_enum_variant)]
|
13 |
#[derive(Debug, Clone)]
|
305 |
#[cfg_attr(test, derive(Eq, PartialEq))]
|
306 |
#[allow(clippy::large_enum_variant)]
|
307 |
enum DecryptedData {
|
108 |
)]
|
109 |
#[allow(clippy::large_enum_variant)]
|
110 |
pub enum EntryData {
|
97 |
#[serde(rename_all = "camelCase")]
|
98 |
#[allow(clippy::large_enum_variant)]
|
99 |
pub enum RobloxInputs {
|
1425 |
/// A key pair vairant
|
1426 |
#[allow(clippy::large_enum_variant)]
|
1427 |
enum KeyPairKind {
|
4 |
#[allow(clippy::large_enum_variant)]
|
5 |
pub enum Response {
|
13 |
#[allow(clippy::large_enum_variant)]
|
14 |
#[pin_project(project = DelayP)]
|
5 |
#[allow(clippy::large_enum_variant)]
|
6 |
#[derive(Debug)]
|
45 |
#[allow(clippy::large_enum_variant)]
|
46 |
pub enum CommandsIterator {
|
17 |
#[allow(clippy::large_enum_variant)]
|
18 |
#[derive(Debug)]
|
61 |
#[allow(clippy::large_enum_variant)]
|
62 |
#[derive(Debug, StructOpt)]
|
15 |
#[allow(clippy::large_enum_variant)]
|
16 |
#[derive(Debug, StructOpt)]
|
904 |
// this enum.
|
905 |
#[allow(clippy::large_enum_variant)]
|
906 |
pub enum Row {
|
152 |
#[derive(Debug)]
|
153 |
#[allow(clippy::large_enum_variant)]
|
154 |
pub(crate) enum ConnectResponse {
|
15 |
/// Configuration to establishe an secure ou unsecure connection with the server.
|
16 |
#[allow(clippy::large_enum_variant)]
|
17 |
pub enum ClientAuthentication {
|
24 |
#[derive(Debug, PartialEq, Eq)]
|
25 |
#[allow(clippy::large_enum_variant)] // TODO: Consider boxing types
|
26 |
pub enum Packet<'a> {
|
75 |
#[allow(clippy::large_enum_variant)]
|
76 |
pub(crate) enum Choices {
|
72 |
#[derive(Clone, Debug, PartialEq)]
|
73 |
#[allow(clippy::large_enum_variant)]
|
74 |
pub enum DispositionParam {
|
479 |
#[derive(Debug)]
|
480 |
#[allow(clippy::large_enum_variant)]
|
481 |
enum DepacketizerState {
|
76 |
#[derive(Debug)]
|
77 |
#[allow(clippy::large_enum_variant)]
|
78 |
enum DepacketizerInputState {
|
5 |
#[structopt(setting = AppSettings::InferSubcommands)]
|
6 |
#[allow(clippy::large_enum_variant)]
|
7 |
pub enum MainCmd {
|
279 |
#[serde(untagged, rename_all = "camelCase")]
|
280 |
#[allow(clippy::large_enum_variant)] // Removing this requires breaking changes to API.
|
281 |
pub enum ParameterValue {
|
381 |
#[serde(tag = "type", rename_all = "camelCase")]
|
382 |
#[allow(clippy::large_enum_variant)]
|
383 |
pub enum SecuritySchemeData {
|
71 |
/// Defines what requirements a Request Guard needs in order to be validated.
|
72 |
#[allow(clippy::large_enum_variant)]
|
73 |
pub enum RequestHeaderInput {
|
116 |
/// level of detail functionality. There is a separate article about LODs, it can be found [here](super::base::LevelOfDetail).
|
117 |
#[allow(clippy::large_enum_variant)]
|
118 |
#[derive(Debug)]
|
23 |
// can be only one at a time on context.
|
24 |
#[allow(clippy::large_enum_variant)]
|
25 |
#[derive(Debug, Clone)]
|
79 |
// There may be a more elegant way in future Rust and Sophia versions.
|
80 |
#[allow(clippy::large_enum_variant)]
|
81 |
pub enum GraphEnum {
|
98 |
/// with common methods.
|
99 |
#[allow(clippy::large_enum_variant)]
|
100 |
pub enum DynamicFrameIterator<P: Pixel, R: Read> {
|
31 |
#[allow(clippy::large_enum_variant, variant_size_differences)]
|
32 |
enum KeyInner {
|
130 |
#[allow(clippy::large_enum_variant, variant_size_differences)]
|
131 |
enum KeyInner {
|
200 |
#[derivative(Debug(bound = ""))]
|
201 |
#[allow(clippy::large_enum_variant)]
|
202 |
pub(super) enum RingBuffer<T> {
|
129 |
#[derive(Debug, Clone, Serialize)]
|
130 |
#[allow(clippy::large_enum_variant)]
|
131 |
#[serde(rename_all = "camelCase")]
|
64 |
#[derive(Debug, PartialEq, Eq, Clone, Serialize, Deserialize)]
|
65 |
#[allow(clippy::large_enum_variant)]
|
66 |
pub enum CppFfiFunctionKind {
|
106 |
#[derive(Debug, Clone, PartialEq, Eq, Serialize, Deserialize)]
|
107 |
#[allow(clippy::large_enum_variant)]
|
108 |
pub enum CppItemData {
|
318 |
#[allow(clippy::large_enum_variant)]
|
319 |
#[derive(Debug, Clone, Serialize, Deserialize)]
|
27 |
/// remote (communicating over an encrypted TCP connection) or local (communicating via a channel to a background thread).
|
28 |
#[allow(clippy::large_enum_variant)]
|
29 |
pub enum Comms {
|
390 |
/// remote (communicating over an encrypted TCP connection) or local (communicating via a channel to the main thread).
|
391 |
#[allow(clippy::large_enum_variant)]
|
392 |
enum Comms {
|
342 |
#[derive(Debug)]
|
343 |
#[allow(clippy::large_enum_variant)]
|
344 |
enum ParseResult {
|
69 |
/// Defines what requirements a Request Guard needs in order to be validated.
|
70 |
#[allow(clippy::large_enum_variant)]
|
71 |
pub enum RequestHeaderInput {
|
382 |
#[allow(clippy::large_enum_variant)]
|
383 |
enum RosomaxaPhases<O, S>
|
39 |
#[derive(Debug)]
|
40 |
#[allow(clippy::large_enum_variant)]
|
41 |
pub enum GradualDifficultyAttributes<'map> {
|
289 |
#[derive(Debug)]
|
290 |
#[allow(clippy::large_enum_variant)]
|
291 |
pub enum GradualPerformanceAttributes<'map> {
|
30 |
// generic code.
|
31 |
#[allow(clippy::large_enum_variant)]
|
32 |
#[derive(Debug)]
|
24 |
// FIXME - See https://maidsafe.atlassian.net/browse/MAID-2026 for info on removing this exclusion.
|
25 |
#[cfg_attr(feature = "cargo-clippy", allow(large_enum_variant))]
|
26 |
pub enum Action {
|
22 |
// FIXME - See https://maidsafe.atlassian.net/browse/MAID-2026 for info on removing this exclusion.
|
23 |
#[cfg_attr(feature = "cargo-clippy", allow(large_enum_variant))]
|
24 |
pub enum InterfaceError {
|
49 |
// FIXME - See https://maidsafe.atlassian.net/browse/MAID-2026 for info on removing this exclusion.
|
50 |
#[cfg_attr(feature = "cargo-clippy", allow(large_enum_variant))]
|
51 |
pub enum RoutingError {
|
23 |
// FIXME - See https://maidsafe.atlassian.net/browse/MAID-2026 for info on removing this exclusion.
|
24 |
#[cfg_attr(feature = "cargo-clippy", allow(large_enum_variant))]
|
25 |
pub enum Event {
|
54 |
// FIXME - See https://maidsafe.atlassian.net/browse/MAID-2026 for info on removing this exclusion.
|
55 |
#[cfg_attr(feature = "cargo-clippy", allow(large_enum_variant))]
|
56 |
pub enum Message {
|
98 |
// FIXME - See https://maidsafe.atlassian.net/browse/MAID-2026 for info on removing this exclusion.
|
99 |
#[cfg_attr(feature = "cargo-clippy", allow(large_enum_variant))]
|
100 |
pub enum DirectMessage {
|
542 |
// FIXME - See https://maidsafe.atlassian.net/browse/MAID-2026 for info on removing this exclusion.
|
543 |
#[cfg_attr(feature = "cargo-clippy", allow(large_enum_variant))]
|
544 |
pub enum MessageContent {
|
15 |
// FIXME - See https://maidsafe.atlassian.net/browse/MAID-2026 for info on removing this exclusion.
|
16 |
#[cfg_attr(feature = "cargo-clippy", allow(large_enum_variant))]
|
17 |
pub enum MpidMessageWrapper {
|
121 |
// FIXME - See https://maidsafe.atlassian.net/browse/MAID-2026 for info on removing this exclusion.
|
122 |
#[cfg_attr(feature = "cargo-clippy", allow(large_enum_variant))]
|
123 |
pub enum PeerState {
|
178 |
// FIXME - See https://maidsafe.atlassian.net/browse/MAID-2026 for info on removing this exclusion.
|
179 |
#[cfg_attr(feature = "cargo-clippy", allow(large_enum_variant))]
|
180 |
#[derive(Debug)]
|
331 |
#[derive(Clone, Debug, Eq, PartialEq)]
|
332 |
#[allow(clippy::large_enum_variant)]
|
333 |
pub enum Payload {
|
7 |
// only used temporarily for evaluating color function arguments.
|
8 |
#[allow(clippy::large_enum_variant)]
|
9 |
pub enum Channels {
|
14 |
#[allow(clippy::large_enum_variant)]
|
15 |
#[derive(Debug, Clone, Serialize)]
|
15 |
#[allow(clippy::large_enum_variant)]
|
16 |
#[derive(Debug, Clone, Serialize)]
|
14 |
#[allow(clippy::large_enum_variant)]
|
15 |
#[derive(Debug, Clone, Serialize)]
|
364 |
#[allow(clippy::large_enum_variant, clippy::vec_box)]
|
365 |
#[derive(Debug, Clone, Hash, Eq, PartialEq)]
|
54 |
#[derive(Debug, Clone, PartialEq, Eq, PartialOrd, Ord, Hash)]
|
55 |
#[allow(clippy::large_enum_variant)]
|
56 |
pub enum Transport {
|
8 |
/// Value type used for request and response struct attributes
|
9 |
#[allow(clippy::large_enum_variant)]
|
10 |
pub enum MetaValue {
|
140 |
#[derive(Clone, Debug, Incoming, Serialize)]
|
141 |
#[allow(clippy::large_enum_variant)]
|
142 |
#[cfg_attr(not(feature = "unstable-exhaustive-types"), non_exhaustive)]
|
156 |
/// Any room event.
|
157 |
#[allow(clippy::large_enum_variant, clippy::exhaustive_enums)]
|
158 |
#[derive(Clone, Debug, EventEnumFromEvent)]
|
191 |
/// Sync room events are room event without a `room_id`, as returned in `/sync` responses.
|
192 |
#[allow(clippy::large_enum_variant, clippy::exhaustive_enums)]
|
193 |
#[derive(Clone, Debug, EventEnumFromEvent)]
|
124 |
/// Any room event.
|
125 |
#[allow(clippy::large_enum_variant, clippy::exhaustive_enums)]
|
126 |
#[derive(Clone, Debug, EventEnumFromEvent)]
|
150 |
/// Sync room events are room event without a `room_id`, as returned in `/sync` responses.
|
151 |
#[allow(clippy::large_enum_variant, clippy::exhaustive_enums)]
|
152 |
#[derive(Clone, Debug, EventEnumFromEvent)]
|
242 |
/// Any redacted room event.
|
243 |
#[allow(clippy::large_enum_variant, clippy::exhaustive_enums)]
|
244 |
#[derive(Clone, Debug, EventEnumFromEvent)]
|
278 |
/// Any redacted sync room event (room event without a `room_id`, as returned in `/sync` responses)
|
279 |
#[allow(clippy::large_enum_variant, clippy::exhaustive_enums)]
|
280 |
#[derive(Clone, Debug, EventEnumFromEvent)]
|
128 |
#[allow(clippy::large_enum_variant)]
|
129 |
pub enum DeriveResponseMeta {
|
37 |
/// Each request is sent in response to some user input.
|
38 |
#[allow(clippy::large_enum_variant)]
|
39 |
#[derive(Debug)]
|
34 |
/// handle one by one#[derive(Debug)]
|
35 |
#[allow(clippy::large_enum_variant)]
|
36 |
#[derive(Debug)]
|
33 |
#[allow(clippy::large_enum_variant)]
|
34 |
pub enum NetworkStream {
|
13 |
#[allow(clippy::large_enum_variant)]
|
14 |
#[derive(Debug, Fail, From)]
|
38 |
// TODO: Fix this
|
39 |
#[allow(clippy::large_enum_variant)]
|
40 |
pub enum Event {
|
30 |
#[non_exhaustive]
|
31 |
#[allow(clippy::large_enum_variant)]
|
32 |
pub enum ExprBreakValue {
|
78 |
#[non_exhaustive]
|
79 |
#[allow(clippy::large_enum_variant)]
|
80 |
pub enum ExprSelectBranch {
|
13 |
#[non_exhaustive]
|
14 |
#[allow(clippy::large_enum_variant)]
|
15 |
pub enum Stmt {
|
98 |
#[non_exhaustive]
|
99 |
#[allow(clippy::large_enum_variant)]
|
100 |
pub enum ItemOrExpr {
|
46 |
#[derive(Debug)]
|
47 |
#[allow(clippy::large_enum_variant)]
|
48 |
pub enum ParseOrIOError {
|
139 |
#[derive(Debug)]
|
140 |
#[allow(clippy::large_enum_variant)]
|
141 |
enum Reply {
|
71 |
#[derive(Debug)]
|
72 |
#[allow(clippy::large_enum_variant, variant_size_differences)]
|
73 |
pub enum ErrSource {
|
271 |
/// Public key exchange algorithms.
|
272 |
#[allow(clippy::large_enum_variant)]
|
273 |
pub enum KeyPair {
|
163 |
#[allow(clippy::large_enum_variant)]
|
164 |
/// # Abstraction that holds one particular masked language model, for any of the supported models
|
279 |
#[allow(clippy::large_enum_variant)]
|
280 |
/// # Abstraction that holds one particular question answering model, for any of the supported models
|
183 |
#[allow(clippy::large_enum_variant)]
|
184 |
/// # Abstraction that holds one particular sequence classification model, for any of the supported models
|
307 |
#[allow(clippy::large_enum_variant)]
|
308 |
/// # Abstraction that holds one particular token sequence classifier model, for any of the supported models
|
534 |
#[allow(clippy::large_enum_variant)]
|
535 |
/// # Abstraction that holds one particular translation model, for any of the supported models
|
63 |
#[allow(clippy::large_enum_variant)]
|
64 |
#[derive(Debug, Clone)]
|
703 |
// Not need for boxing... The largest variant is the most frequent one.
|
704 |
#[allow(clippy::large_enum_variant)]
|
705 |
#[derive(Debug)]
|
37 |
#[allow(clippy::large_enum_variant)]
|
38 |
pub(crate) enum StdfStream<R> {
|
91 |
#[derive(Debug)]
|
92 |
#[allow(clippy::large_enum_variant)]
|
93 |
pub(crate) enum DiscoveryNotificationType {
|
5 |
#[allow(clippy::large_enum_variant)]
|
6 |
#[derive(Debug)]
|
62 |
#[allow(clippy::large_enum_variant)]
|
63 |
pub enum CommandsIterator {
|
444 |
/// only packet keys are updated by key updates; header protection keys remain the same.
|
445 |
#[allow(clippy::large_enum_variant)]
|
446 |
pub enum KeyChange {
|
523 |
#[allow(clippy::large_enum_variant)]
|
524 |
pub(crate) enum HandshakeHashOrBuffer {
|
9 |
#[serde(tag = "status", rename_all = "SCREAMING_SNAKE_CASE")]
|
10 |
#[allow(clippy::large_enum_variant)] // todo
|
11 |
pub enum PlayabilityStatus {
|
13 |
#[derive(Debug)]
|
14 |
#[allow(clippy::large_enum_variant)]
|
15 |
pub enum TurnMessageDecoder {
|
86 |
#[derive(Debug)]
|
87 |
#[allow(clippy::large_enum_variant)]
|
88 |
pub enum TurnMessageEncoder {
|
152 |
/// The type of a cipher.
|
153 |
#[allow(clippy::large_enum_variant)]
|
154 |
#[derive(Debug, Clone, PartialEq, Eq, Hash)]
|
248 |
#[allow(clippy::large_enum_variant)]
|
249 |
#[derive(Debug)]
|
247 |
#[allow(clippy::large_enum_variant)]
|
248 |
#[derive(Debug)]
|
98 |
#[allow(clippy::large_enum_variant)]
|
99 |
pub enum AuthResponseType {
|
36 |
#[allow(clippy::large_enum_variant)]
|
37 |
#[derive(Debug, Clone, Serialize, Deserialize)]
|
28 |
#[derive(Debug)]
|
29 |
#[allow(clippy::large_enum_variant)]
|
30 |
pub enum AppError {
|
30 |
/// Authenticator errors.
|
31 |
#[allow(clippy::large_enum_variant)]
|
32 |
#[derive(Debug)]
|
22 |
/// Client Errors
|
23 |
#[allow(clippy::large_enum_variant)]
|
24 |
pub enum CoreError {
|
32 |
/// IPC message.
|
33 |
#[allow(clippy::large_enum_variant)]
|
34 |
#[derive(Serialize, Deserialize, Debug, PartialEq)]
|
25 |
// TODO: `TransOwnership` variant
|
26 |
#[allow(clippy::large_enum_variant)]
|
27 |
#[derive(Debug, Eq, PartialEq, Serialize, Deserialize)]
|
15 |
/// NFS Errors
|
16 |
#[allow(clippy::large_enum_variant)]
|
17 |
pub enum NfsError {
|
15 |
#[allow(clippy::large_enum_variant)]
|
16 |
#[derive(Error, Debug)]
|
196 |
#[derive(Clone, Eq, PartialEq, Serialize, Deserialize)]
|
197 |
#[allow(clippy::large_enum_variant)]
|
198 |
pub enum Signature {
|
95 |
/// Object storing a data variant.
|
96 |
#[allow(clippy::large_enum_variant)]
|
97 |
#[derive(Clone, Eq, PartialEq, PartialOrd, Hash, Serialize, Deserialize, Debug)]
|
168 |
/// Handshake responses sent from vaults to clients.
|
169 |
#[allow(clippy::large_enum_variant)]
|
170 |
#[derive(Serialize, Deserialize)]
|
19 |
/// have Authenticator as its own app.
|
20 |
#[allow(clippy::large_enum_variant)]
|
21 |
#[derive(Hash, Eq, PartialEq, PartialOrd, Clone, Serialize, Deserialize)]
|
30 |
/// have Authenticator as its own app.
|
31 |
#[allow(clippy::large_enum_variant)]
|
32 |
#[derive(Hash, Eq, PartialEq, PartialOrd, Clone, Serialize, Deserialize)]
|
22 |
/// TODO: docs
|
23 |
#[allow(clippy::large_enum_variant)]
|
24 |
#[derive(Hash, Eq, PartialEq, PartialOrd, Clone, Serialize, Deserialize)]
|
14 |
/// TODO: docs
|
15 |
#[allow(clippy::large_enum_variant)]
|
16 |
#[derive(Hash, Eq, PartialEq, Debug, Clone, Serialize, Deserialize)]
|
21 |
/// TODO: docs
|
22 |
#[allow(clippy::large_enum_variant)]
|
23 |
#[derive(Hash, Eq, PartialEq, Clone, Serialize, Deserialize)]
|
83 |
/// TODO: docs
|
84 |
#[allow(clippy::large_enum_variant)]
|
85 |
#[derive(Hash, Eq, PartialEq, PartialOrd, Clone, Serialize, Deserialize)]
|
51 |
/// TODO: docs
|
52 |
#[allow(clippy::large_enum_variant)]
|
53 |
#[derive(Hash, Eq, PartialEq, PartialOrd, Clone, Serialize, Deserialize)]
|
161 |
#[allow(clippy::large_enum_variant)]
|
162 |
enum Event {
|
171 |
#[allow(clippy::large_enum_variant)]
|
172 |
enum Node {
|
23 |
/// Client Errors
|
24 |
#[allow(clippy::large_enum_variant)]
|
25 |
#[derive(Error, Debug)]
|
20 |
#[allow(clippy::large_enum_variant)]
|
21 |
#[derive(Error, Debug)]
|
26 |
/// Internal cmds for a node.
|
27 |
#[allow(clippy::large_enum_variant)]
|
28 |
#[derive(Debug, Clone)]
|
53 |
/// been reached, i.e. enough members of the section have sent the same message.
|
54 |
#[allow(clippy::large_enum_variant)]
|
55 |
#[derive(custom_debug::Debug)]
|
139 |
#[derive(Debug, Clone)]
|
140 |
#[allow(clippy::large_enum_variant)]
|
141 |
pub enum MessageReceived {
|
13 |
#[allow(clippy::large_enum_variant)]
|
14 |
#[derive(Clone, Debug, PartialEq)]
|
13 |
#[derive(Debug)]
|
14 |
#[allow(clippy::large_enum_variant)]
|
15 |
pub(crate) enum Action {
|
14 |
/// RPC messages exchanged between nodes.
|
15 |
#[allow(clippy::large_enum_variant)]
|
16 |
#[derive(Serialize, Deserialize, Debug, Clone)]
|
33 |
#[allow(clippy::large_enum_variant)]
|
34 |
enum State {
|
154 |
#[serde(rename_all = "camelCase", tag = "type", content = "info")]
|
155 |
#[allow(clippy::large_enum_variant)]
|
156 |
pub enum TokenAccountType {
|
21 |
#[derive(Debug, Serialize, Deserialize, PartialEq, Eq, Clone, AbiExample, AbiEnumVisitor)]
|
22 |
#[allow(clippy::large_enum_variant)]
|
23 |
pub enum ProgramState {
|
19 |
#[derive(Debug, Serialize, Deserialize, PartialEq, Clone, Copy, AbiExample)]
|
20 |
#[allow(clippy::large_enum_variant)]
|
21 |
pub enum StakeState {
|
194 |
#[derive(Error, Debug)]
|
195 |
#[allow(clippy::large_enum_variant)]
|
196 |
pub enum SnapshotError {
|
720 |
#[derive(Clone, Debug, PartialEq)]
|
721 |
#[allow(clippy::large_enum_variant)]
|
722 |
pub enum TransactionWithStatusMeta {
|
152 |
#[allow(clippy::large_enum_variant)]
|
153 |
enum Args {
|
38 |
/// The kind of response send by send_waitback_data and send_waitback
|
39 |
#[allow(clippy::large_enum_variant)]
|
40 |
#[derive(Debug)]
|
81 |
#[derive(Debug, PartialEq, Eq)]
|
82 |
#[allow(clippy::large_enum_variant)]
|
83 |
pub enum StartMailResult {
|
115 |
#[derive(Debug)]
|
116 |
#[allow(clippy::large_enum_variant)]
|
117 |
pub enum AddRecipientResult {
|
428 |
#[derive(Debug)]
|
429 |
#[allow(clippy::large_enum_variant)]
|
430 |
pub(crate) enum UriPathSegmentMatcher {
|
675 |
#[derive(Serialize, Deserialize, Clone, Debug)]
|
676 |
#[allow(clippy::large_enum_variant)] // TODO: revisit this for actual memory usage optimization
|
677 |
pub enum UiWidget<C = NoCustomUi, W = u32, G = ()>
|
25 |
#[derive(Debug)]
|
26 |
#[allow(clippy::large_enum_variant)]
|
27 |
pub enum Update {
|
26 |
/// ```
|
27 |
#[allow(clippy::large_enum_variant)]
|
28 |
pub enum TransitionType<'t> {
|
14 |
/// A JSON Schema.
|
15 |
#[allow(clippy::large_enum_variant)]
|
16 |
#[derive(Serialize, Deserialize, Debug, Clone, PartialEq)]
|
27 |
#[allow(clippy::large_enum_variant)]
|
28 |
enum BuilderParam {
|
152 |
#[allow(clippy::large_enum_variant)]
|
153 |
enum ConstructorParam {
|
72 |
#[derive(Clone, Debug, PartialEq)]
|
73 |
#[allow(clippy::large_enum_variant)]
|
74 |
pub enum DispositionParam {
|
357 |
/// Event resulting from processing a single datagram
|
358 |
#[allow(clippy::large_enum_variant)] // Not passed around extensively
|
359 |
pub enum DatagramEvent {
|
83 |
/// Table references
|
84 |
#[allow(clippy::large_enum_variant)]
|
85 |
#[derive(Debug, Clone)]
|
32 |
#[allow(clippy::large_enum_variant)]
|
33 |
enum Action {
|
49 |
#[derive(Clone, PartialEq, Eq)]
|
50 |
#[allow(clippy::large_enum_variant)]
|
51 |
pub enum ControlTypes {
|
106 |
#[derive(Debug, Clone, PartialEq, Eq)]
|
107 |
#[allow(clippy::large_enum_variant)]
|
108 |
pub enum HandshakeVSInfo {
|
24 |
/// Represents A UDT/SRT packet
|
25 |
#[allow(clippy::large_enum_variant)]
|
26 |
#[derive(Clone, PartialEq, Eq)]
|
28 |
#[derive(Clone)]
|
29 |
#[allow(clippy::large_enum_variant)]
|
30 |
pub enum ConnectState {
|
53 |
#[non_exhaustive]
|
54 |
#[allow(clippy::large_enum_variant)]
|
55 |
pub enum ConnectError {
|
39 |
#[derive(Clone)]
|
40 |
#[allow(clippy::large_enum_variant)]
|
41 |
pub enum ListenState {
|
48 |
#[non_exhaustive]
|
49 |
#[allow(clippy::large_enum_variant)]
|
50 |
pub enum ListenError {
|
36 |
#[derive(Clone)]
|
37 |
#[allow(clippy::large_enum_variant)]
|
38 |
pub enum RendezvousState {
|
54 |
#[non_exhaustive]
|
55 |
#[allow(clippy::large_enum_variant)]
|
56 |
pub enum RendezvousError {
|
17 |
/// [`web_sys` reference](https://rustwasm.github.io/wasm-bindgen/api/web_sys/struct.Node.html)
|
18 |
#[allow(clippy::large_enum_variant)]
|
19 |
#[derive(Debug)]
|
79 |
#[allow(clippy::large_enum_variant)]
|
80 |
pub enum PatchCommand<'a, Ms: 'static> {
|
10 |
#[allow(clippy::large_enum_variant)]
|
11 |
#[derive(Debug, StructOpt)]
|
1592 |
#[allow(clippy::large_enum_variant)]
|
1593 |
#[derive(Debug, Clone, PartialEq, Eq, PartialOrd, Ord)]
|
203 |
#[schemars(title = "Column Type Or Def")]
|
204 |
#[allow(clippy::large_enum_variant)]
|
205 |
pub enum ColumnTypeOrDef {
|
11 |
#[derive(Debug)]
|
12 |
#[allow(clippy::large_enum_variant)]
|
13 |
pub enum EnvelopeItem<'a> {
|
20 |
#[derive(Debug)]
|
21 |
#[allow(clippy::large_enum_variant)]
|
22 |
pub enum RecordMapping {
|
19 |
/// The type of Data Sentry should ingest for a [`slog::Record`].
|
20 |
#[allow(clippy::large_enum_variant)]
|
21 |
pub enum RecordMapping {
|
22 |
#[derive(Debug)]
|
23 |
#[allow(clippy::large_enum_variant)]
|
24 |
pub enum EventMapping {
|
82 |
#[non_exhaustive]
|
83 |
#[allow(clippy::large_enum_variant)]
|
84 |
pub enum EnvelopeItem {
|
66 |
// Once we can use `Box` as part of a pattern, we will reconsider boxing.
|
67 |
#[allow(clippy::large_enum_variant)]
|
68 |
#[derive(Clone, Debug)]
|
26 |
// Once we can use `Box` as part of a pattern, we will reconsider boxing.
|
27 |
#[allow(clippy::large_enum_variant)]
|
28 |
#[derive(Clone, Debug)]
|
66 |
// Once we can use `Box` as part of a pattern, we will reconsider boxing.
|
67 |
#[allow(clippy::large_enum_variant)]
|
68 |
#[non_exhaustive]
|
653 |
#[allow(clippy::large_enum_variant)]
|
654 |
#[derive(Debug, Clone, Serialize)]
|
742 |
/// Event received over a websocket connection
|
743 |
#[allow(clippy::large_enum_variant)]
|
744 |
#[derive(Clone, Debug, Deserialize, Serialize)]
|
3006 |
/// a guild needs to be retrieved from the cache.
|
3007 |
#[allow(clippy::large_enum_variant)]
|
3008 |
#[derive(Clone, Debug)]
|
38 |
/// Collections of DNS resolver
|
39 |
#[allow(clippy::large_enum_variant)]
|
40 |
pub enum DnsResolver {
|
69 |
/// Reader for reading encrypted data stream from shadowsocks' tunnel
|
70 |
#[allow(clippy::large_enum_variant)]
|
71 |
pub enum DecryptedReader {
|
60 |
/// Unified interface of Ciphers
|
61 |
#[allow(clippy::large_enum_variant)]
|
62 |
pub enum Cipher {
|
37 |
/// Collection of various DNS connections
|
38 |
#[allow(clippy::large_enum_variant)]
|
39 |
pub enum DnsClient {
|
15 |
#[allow(clippy::large_enum_variant)]
|
16 |
#[pin_project(project = ProxyHttpStreamProj)]
|
25 |
/// Unified stream for bypassed and proxied connections
|
26 |
#[allow(clippy::large_enum_variant)]
|
27 |
#[pin_project(project = AutoProxyClientStreamProj)]
|
1 |
#[allow(clippy::large_enum_variant)]
|
2 |
pub mod models;
|
87 |
/// Provider for Fulcio token.
|
88 |
#[allow(clippy::large_enum_variant)]
|
89 |
pub enum TokenProvider {
|
24 |
/// messages for controlling the connection manager
|
25 |
#[allow(clippy::large_enum_variant)]
|
26 |
#[derive(Debug)]
|
34 |
#[allow(clippy::large_enum_variant)]
|
35 |
#[derive(Debug, Clone, PartialEq, Serialize, Deserialize)]
|
83 |
#[serde(rename_all = "lowercase")]
|
84 |
#[allow(clippy::large_enum_variant)]
|
85 |
pub enum SlackApiReactionsGetResponse {
|
11 |
#[allow(clippy::large_enum_variant)]
|
12 |
#[derive(Debug, PartialEq, Clone, Serialize, Deserialize)]
|
11 |
#[allow(clippy::large_enum_variant)]
|
12 |
#[derive(Debug, PartialEq, Clone, Serialize, Deserialize)]
|
11 |
#[allow(clippy::large_enum_variant)]
|
12 |
#[derive(Debug, PartialEq, Clone, Serialize, Deserialize)]
|
11 |
#[allow(clippy::large_enum_variant)]
|
12 |
#[derive(Debug, PartialEq, Clone, Serialize, Deserialize)]
|
132 |
/// successfully registered. The caller may decide how to handle such a case.
|
133 |
#[allow(clippy::large_enum_variant)]
|
134 |
#[derive(Debug)]
|
25 |
#[derive(Debug)]
|
26 |
#[allow(clippy::large_enum_variant)]
|
27 |
#[non_exhaustive]
|
559 |
/// The ValueProperties has a one-to-one mapping to a protobuf ValueProperties.
|
560 |
#[allow(clippy::large_enum_variant)]
|
561 |
#[derive(Clone, Debug)]
|
26 |
// Most of the time we are returning Page, so it is ok that it is bigger
|
27 |
#[allow(clippy::large_enum_variant)]
|
28 |
#[derive(Responder)]
|
25 |
// Type of changes made to each item of a FilesMap
|
26 |
#[allow(clippy::large_enum_variant)]
|
27 |
#[derive(Debug, Serialize, Deserialize)]
|
21 |
/// `SafeData` contains the data types fetchable using the Safe Network resolver
|
22 |
#[allow(clippy::large_enum_variant)]
|
23 |
// FilesContainer is significantly larger than the other variants
|
25 |
#[derive(Debug, Error)]
|
26 |
#[allow(clippy::large_enum_variant)]
|
27 |
#[non_exhaustive]
|
14 |
#[non_exhaustive]
|
15 |
#[allow(clippy::large_enum_variant)]
|
16 |
pub enum IpcError {
|
24 |
/// IPC message.
|
25 |
#[allow(clippy::large_enum_variant)]
|
26 |
#[derive(Serialize, Deserialize, Debug, PartialEq, Eq)]
|
14 |
/// IPC response.
|
15 |
#[allow(clippy::large_enum_variant)]
|
16 |
#[derive(Debug, Eq, PartialEq, Serialize, Deserialize)]
|
29 |
/// Client Errors
|
30 |
#[allow(clippy::large_enum_variant)]
|
31 |
#[derive(Error, Debug)]
|
39 |
#[non_exhaustive]
|
40 |
#[allow(clippy::large_enum_variant)]
|
41 |
pub enum Error {
|
34 |
#[derive(Clone, Eq, PartialEq, Serialize, Deserialize)]
|
35 |
#[allow(clippy::large_enum_variant)]
|
36 |
pub enum Signature {
|
80 |
/// Object storing a data variant.
|
81 |
#[allow(clippy::large_enum_variant)]
|
82 |
#[derive(Clone, Eq, PartialEq, Hash, Serialize, Deserialize, Debug)]
|
570 |
/// Events raised by the Replica.
|
571 |
#[allow(clippy::large_enum_variant)]
|
572 |
#[derive(Clone, Eq, PartialEq, Serialize, Deserialize, Debug)]
|
15 |
#[allow(clippy::large_enum_variant)]
|
16 |
#[derive(Error, Debug, Clone, PartialEq)]
|
22 |
/// [`types`]: crate::types
|
23 |
#[allow(clippy::large_enum_variant)]
|
24 |
#[derive(Eq, PartialEq, Clone, Serialize, Deserialize, Debug)]
|
48 |
/// [`NodeMsg`]: crate::messaging::system::NodeMsg
|
49 |
#[allow(clippy::large_enum_variant)]
|
50 |
#[derive(Debug, Eq, PartialEq, Clone, Serialize, Deserialize)]
|
75 |
/// Messages sent from the nodes to the clients in response to queries or commands
|
76 |
#[allow(clippy::large_enum_variant)]
|
77 |
#[derive(Eq, PartialEq, Clone, Serialize, Deserialize, custom_debug::Debug)]
|
127 |
/// The response to a query, containing the query result.
|
128 |
#[allow(clippy::large_enum_variant, clippy::type_complexity)]
|
129 |
#[derive(Eq, PartialEq, Clone, Serialize, Deserialize, Debug)]
|
198 |
/// The response to a Cmd, containing the query result.
|
199 |
#[allow(clippy::large_enum_variant, clippy::type_complexity)]
|
200 |
#[derive(Eq, PartialEq, Clone, Serialize, Deserialize, Debug)]
|
275 |
#[derive(Debug, Eq, PartialEq)]
|
276 |
#[allow(clippy::large_enum_variant)]
|
277 |
pub enum TryFromError {
|
28 |
/// [`types`]: crate::types
|
29 |
#[allow(clippy::large_enum_variant)]
|
30 |
#[derive(Hash, Eq, PartialEq, PartialOrd, Clone, Serialize, Deserialize, Debug)]
|
74 |
/// A [`Register`] cmd that is stored in a log on Adults.
|
75 |
#[allow(clippy::large_enum_variant)]
|
76 |
#[derive(Eq, PartialEq, Clone, Serialize, Deserialize, Debug)]
|
101 |
///
|
102 |
#[allow(clippy::large_enum_variant)]
|
103 |
#[derive(Debug, Eq, PartialEq, Clone, Serialize, Deserialize)]
|
20 |
/// Spentbook read operations.
|
21 |
#[allow(clippy::large_enum_variant)]
|
22 |
#[derive(Hash, Eq, PartialEq, PartialOrd, Clone, Serialize, Deserialize, Debug)]
|
22 |
/// TODO: docs
|
23 |
#[allow(clippy::large_enum_variant)]
|
24 |
#[derive(Hash, Eq, PartialEq, PartialOrd, Clone, Serialize, Deserialize, Debug)]
|
15 |
/// Command messages for data or transfer operations
|
16 |
#[allow(clippy::large_enum_variant)]
|
17 |
#[derive(Eq, PartialEq, Debug, Clone, Serialize, Deserialize)]
|
22 |
/// Data command operations. Creating, updating or removing data
|
23 |
#[allow(clippy::large_enum_variant)]
|
24 |
#[derive(Eq, PartialEq, Clone, Serialize, Deserialize, Debug)]
|
71 |
/// TODO: docs
|
72 |
#[allow(clippy::large_enum_variant)]
|
73 |
#[derive(Hash, Eq, PartialEq, PartialOrd, Clone, Serialize, Deserialize, Debug)]
|
22 |
#[non_exhaustive]
|
23 |
#[allow(clippy::large_enum_variant)]
|
24 |
pub enum Error {
|
53 |
/// TODO: docs
|
54 |
#[allow(clippy::large_enum_variant)]
|
55 |
#[derive(Hash, Eq, PartialEq, PartialOrd, Clone, Serialize, Deserialize, Debug)]
|
62 |
#[allow(clippy::large_enum_variant)]
|
63 |
#[derive(Debug, Eq, PartialEq, Clone, Serialize, Deserialize)]
|
128 |
/// reason.
|
129 |
#[allow(clippy::large_enum_variant)]
|
130 |
#[derive(Debug, Eq, PartialEq, Clone, Serialize, Deserialize)]
|
216 |
///
|
217 |
#[allow(clippy::large_enum_variant)]
|
218 |
#[derive(Debug, Eq, PartialEq, Clone, Serialize, Deserialize)]
|
309 |
/// are pushed to the client.
|
310 |
#[allow(clippy::large_enum_variant, clippy::type_complexity)]
|
311 |
#[derive(Debug, Eq, PartialEq, Clone, Serialize, Deserialize)]
|
48 |
/// In other words, it enables enhanced flow control.
|
49 |
#[allow(clippy::large_enum_variant)]
|
50 |
#[derive(Debug)]
|
21 |
#[allow(clippy::large_enum_variant)]
|
22 |
#[derive(Error, Debug)]
|
162 |
#[allow(clippy::large_enum_variant)]
|
163 |
enum Event {
|
172 |
#[allow(clippy::large_enum_variant)]
|
173 |
enum Node {
|
55 |
/// been reached, i.e. enough members of the section have sent the same message.
|
56 |
#[allow(clippy::large_enum_variant)]
|
57 |
pub enum Event {
|
25 |
/// Command for node.
|
26 |
#[allow(clippy::large_enum_variant)]
|
27 |
pub(crate) enum Command {
|
70 |
/// Events raised by the Actor.
|
71 |
#[allow(clippy::large_enum_variant)]
|
72 |
#[derive(Clone, Eq, PartialEq, Serialize, Deserialize, Debug)]
|
14 |
/// [`TcpSock`]: struct.TcpSock.html
|
15 |
#[cfg_attr(feature = "cargo-clippy", allow(large_enum_variant))]
|
16 |
pub enum Socket {
|
161 |
#[derive(Serialize, Deserialize, Debug)]
|
162 |
#[allow(clippy::large_enum_variant)]
|
163 |
enum Protocol {
|
154 |
#[serde(rename_all = "camelCase", tag = "type", content = "info")]
|
155 |
#[allow(clippy::large_enum_variant)]
|
156 |
pub enum TokenAccountType {
|
21 |
#[derive(Debug, Serialize, Deserialize, PartialEq, Eq, Clone, AbiExample, AbiEnumVisitor)]
|
22 |
#[allow(clippy::large_enum_variant)]
|
23 |
pub enum ProgramState {
|
45 |
#[derive(Debug, PartialEq)]
|
46 |
#[allow(clippy::large_enum_variant)]
|
47 |
pub enum CliCommand {
|
40 |
#[allow(clippy::large_enum_variant)]
|
41 |
enum NodeId {
|
117 |
#[serde(rename_all = "camelCase", tag = "type", content = "info")]
|
118 |
#[allow(clippy::large_enum_variant)]
|
119 |
pub enum TokenAccountType {
|
12 |
#[allow(clippy::large_enum_variant)]
|
13 |
#[derive(Serialize, Deserialize, Clone, Copy, Debug, Eq, PartialEq)]
|
18 |
#[allow(clippy::large_enum_variant)]
|
19 |
#[derive(Serialize, Deserialize, Clone, Copy, Debug, Eq, PartialEq)]
|
270 |
#[derive(Serialize, Deserialize, Debug, AbiEnumVisitor, AbiExample)]
|
271 |
#[allow(clippy::large_enum_variant)]
|
272 |
pub(crate) enum Protocol {
|
80 |
/// * LowestSlot index is deprecated
|
81 |
#[allow(clippy::large_enum_variant)]
|
82 |
#[derive(Serialize, Deserialize, Clone, Debug, PartialEq, Eq, AbiExample, AbiEnumVisitor)]
|
1588 |
#[allow(clippy::large_enum_variant)]
|
1589 |
pub enum TransactionStatusMessage {
|
53 |
#[allow(clippy::large_enum_variant)]
|
54 |
#[derive(Clone, Debug, PartialEq, Eq, Hash, Signature)]
|
361 |
/// Enum for Move commands
|
362 |
#[allow(clippy::large_enum_variant)]
|
363 |
#[derive(Debug, Clone, PartialEq)]
|
409 |
#[derive(Debug, PartialEq, Clone)]
|
410 |
#[allow(clippy::large_enum_variant)]
|
411 |
pub enum Statement {
|
45 |
#[allow(clippy::large_enum_variant)]
|
46 |
#[derive(Clone, Debug, PartialEq, Eq, Hash)]
|
572 |
#[allow(clippy::large_enum_variant)]
|
573 |
#[derive(Clone, Debug, Eq, PartialEq)]
|
6 |
#[allow(clippy::large_enum_variant)]
|
7 |
pub mod types {
|
1193 |
/// transaction.
|
1194 |
#[allow(clippy::large_enum_variant)]
|
1195 |
pub enum Transaction {
|
19 |
#[derive(Debug, Serialize, Deserialize, PartialEq, Clone, Copy, AbiExample)]
|
20 |
#[allow(clippy::large_enum_variant)]
|
21 |
pub enum StakeState {
|
194 |
#[derive(Error, Debug)]
|
195 |
#[allow(clippy::large_enum_variant)]
|
196 |
pub enum SnapshotError {
|
22 |
#[derive(Debug, Serialize, Deserialize, PartialEq, Clone, Copy)]
|
23 |
#[allow(clippy::large_enum_variant)]
|
24 |
pub enum StakeState {
|
45 |
#[allow(clippy::large_enum_variant)]
|
46 |
pub enum Command {
|
721 |
#[derive(Clone, Debug, PartialEq)]
|
722 |
#[allow(clippy::large_enum_variant)]
|
723 |
pub enum TransactionWithStatusMeta {
|
49 |
#[derive(Debug, PartialEq)]
|
50 |
#[allow(clippy::large_enum_variant)]
|
51 |
pub enum WalletCommand {
|
34 |
#[derive(Clone)]
|
35 |
#[allow(clippy::large_enum_variant)]
|
36 |
pub enum Instr {
|
356 |
#[derive(Clone, Debug)]
|
357 |
#[allow(clippy::large_enum_variant)]
|
358 |
pub enum InternalCallTy {
|
38 |
#[allow(clippy::large_enum_variant)]
|
39 |
#[derive(Clone, PartialEq, Eq)]
|
1370 |
#[derive(Clone, Debug)]
|
1371 |
#[allow(clippy::large_enum_variant)]
|
1372 |
pub enum Statement {
|
1418 |
#[derive(Clone, Debug)]
|
1419 |
#[allow(clippy::large_enum_variant)]
|
1420 |
pub enum DestructureField {
|
747 |
#[cfg_attr(feature = "pt-serde", derive(Serialize, Deserialize))]
|
748 |
#[allow(clippy::large_enum_variant, clippy::type_complexity)]
|
749 |
pub enum Statement {
|
5 |
#[allow(clippy::large_enum_variant)]
|
6 |
#[derive(Debug, Error)]
|
129 |
/// Possible key types in a [Map](struct.Map)
|
130 |
#[allow(clippy::large_enum_variant)]
|
131 |
#[derive(Debug, PartialEq, Clone, Eq, Hash)]
|
14 |
/// Represent possible values coming from the [Gremlin Server](http://tinkerpop.apache.org/docs/3.4.0/dev/io/)
|
15 |
#[allow(clippy::large_enum_variant)]
|
16 |
#[derive(Debug, PartialEq, Clone)]
|
4 |
#[allow(clippy::large_enum_variant)]
|
5 |
#[derive(Debug, Error)]
|
21 |
#[allow(clippy::large_enum_variant)]
|
22 |
pub enum Inner {
|
10 |
#[allow(clippy::large_enum_variant)]
|
11 |
pub(super) enum Inner {
|
13 |
#[derive(Debug)]
|
14 |
#[allow(clippy::large_enum_variant)]
|
15 |
pub enum GravityError {
|
11 |
#[allow(clippy::large_enum_variant)]
|
12 |
#[derive(Debug)]
|
96 |
// because the UserList variant will only be instantiated once.
|
97 |
#[allow(clippy::large_enum_variant)]
|
98 |
#[derive(Clone)]
|
61 |
#[derive(Debug)]
|
62 |
#[allow(clippy::large_enum_variant)]
|
63 |
enum BourgouinType {
|
36 |
#[derive(Clone, Debug, PartialEq, Eq, BorshDeserialize, BorshSerialize, BorshSchema)]
|
37 |
#[allow(clippy::large_enum_variant)]
|
38 |
pub enum GovernanceInstruction {
|
14 |
#[derive(Clone, Debug, PartialEq, Eq, BorshDeserialize, BorshSerialize, BorshSchema)]
|
15 |
#[allow(clippy::large_enum_variant)]
|
16 |
pub enum VoterWeightAddinInstruction {
|
14 |
#[derive(Clone, Debug, PartialEq, BorshDeserialize, BorshSerialize, BorshSchema)]
|
15 |
#[allow(clippy::large_enum_variant)]
|
16 |
pub enum GovernanceChatInstruction {
|
423 |
/// A top-level statement (SELECT, INSERT, CREATE, etc.)
|
424 |
#[allow(clippy::large_enum_variant)]
|
425 |
#[derive(Debug, Clone, PartialEq, Eq, Hash)]
|
1101 |
/// A top-level statement (SELECT, INSERT, CREATE, etc.)
|
1102 |
#[allow(clippy::large_enum_variant)]
|
1103 |
#[derive(Debug, Clone, PartialEq, PartialOrd, Eq, Ord, Hash)]
|
3463 |
#[cfg_attr(feature = "visitor", derive(Visit, VisitMut))]
|
3464 |
#[allow(clippy::large_enum_variant)]
|
3465 |
pub enum HiveIOFormat {
|
72 |
/// `SELECT ... [ {UNION|EXCEPT|INTERSECT} SELECT ...]`
|
73 |
#[allow(clippy::large_enum_variant)]
|
74 |
#[derive(Debug, Clone, PartialEq, PartialOrd, Eq, Ord, Hash)]
|
18 |
#[derive(Debug, Clone, Serialize, Deserialize)]
|
19 |
#[allow(clippy::large_enum_variant)]
|
20 |
pub enum SqlxLedgerEventData {
|
63 |
/// `SELECT ... [ {UNION|EXCEPT|INTERSECT} SELECT ...]`
|
64 |
#[allow(clippy::large_enum_variant)]
|
65 |
#[derive(Debug, Clone, PartialEq, Eq, Hash)]
|
736 |
/// https://github.com/lfittl/libpg_query/blob/6b1c3a582d38701593c5cadd260445737b9f7043/src/postgres/include/nodes/parsenodes.h
|
737 |
#[allow(clippy::large_enum_variant)]
|
738 |
#[derive(Debug, Deserialize, Serialize)]
|
87 |
#[allow(clippy::large_enum_variant)]
|
88 |
#[derive(Debug, Clone, Eq, PartialEq)]
|
97 |
#[allow(clippy::large_enum_variant)]
|
98 |
#[derive(Debug)]
|
15 |
#[derive(Debug, Eq, PartialEq)]
|
16 |
#[allow(clippy::large_enum_variant)]
|
17 |
pub enum Input {
|
12 |
#[derive(Debug)]
|
13 |
#[allow(clippy::large_enum_variant)]
|
14 |
pub enum SessionState {
|
67 |
#[derive(Clone, PartialEq, Eq)]
|
68 |
#[allow(clippy::large_enum_variant)]
|
69 |
pub enum ControlTypes {
|
144 |
#[derive(Clone, PartialEq, Eq)]
|
145 |
#[allow(clippy::large_enum_variant)]
|
146 |
pub enum HandshakeVsInfo {
|
32 |
#[derive(Clone, PartialEq, Eq)]
|
33 |
#[allow(clippy::large_enum_variant)]
|
34 |
pub enum Packet {
|
3 |
#[allow(clippy::large_enum_variant)]
|
4 |
#[derive(Debug, Eq, PartialEq, Clone)]
|
20 |
#[allow(clippy::large_enum_variant)]
|
21 |
#[derive(Clone)]
|
13 |
#[allow(clippy::large_enum_variant)]
|
14 |
pub enum GenHsv5Result {
|
33 |
#[allow(clippy::large_enum_variant)]
|
34 |
enum Select {
|
196 |
#[serde(untagged)]
|
197 |
#[allow(clippy::large_enum_variant)]
|
198 |
pub enum Content {
|
355 |
#[serde(untagged)]
|
356 |
#[allow(clippy::large_enum_variant)]
|
357 |
pub enum VerificationMethod {
|
423 |
#[serde(untagged)]
|
424 |
#[allow(clippy::large_enum_variant)]
|
425 |
pub enum Resource {
|
524 |
#[serde(rename_all = "camelCase")]
|
525 |
#[allow(clippy::large_enum_variant)]
|
526 |
pub enum DIDDocumentOperation {
|
278 |
#[serde(untagged)]
|
279 |
#[allow(clippy::large_enum_variant)]
|
280 |
pub enum CredentialOrJWT {
|
152 |
#[derive(Debug, Clone)]
|
153 |
#[allow(clippy::large_enum_variant)]
|
154 |
pub enum ClientMode {
|
547 |
#[derive(Debug, Clone)]
|
548 |
#[allow(clippy::large_enum_variant)]
|
549 |
pub enum SspiContext {
|
84 |
#[allow(clippy::large_enum_variant)]
|
85 |
#[derive(Debug, Clone)]
|
63 |
#[derive(Debug)]
|
64 |
#[allow(clippy::large_enum_variant, variant_size_differences)]
|
65 |
crate enum ErrSource {
|
351 |
/// transactions or outputs).
|
352 |
#[allow(clippy::large_enum_variant)]
|
353 |
#[derive(Debug)]
|
12 |
/// is done via the local trusted validator set or a local waypoint.
|
13 |
#[allow(clippy::large_enum_variant)]
|
14 |
#[derive(Clone, Debug, Deserialize, Eq, PartialEq, Serialize)]
|
71 |
#[derive(Debug)]
|
72 |
#[allow(clippy::large_enum_variant)]
|
73 |
pub enum RbacClusterResourcesSecret {
|
2501 |
)]
|
2502 |
#[allow(clippy::large_enum_variant)]
|
2503 |
pub enum ScpStatementPledges {
|
2776 |
)]
|
2777 |
#[allow(clippy::large_enum_variant)]
|
2778 |
pub enum StoredTransactionSet {
|
2960 |
)]
|
2961 |
#[allow(clippy::large_enum_variant)]
|
2962 |
pub enum PersistedScpState {
|
3889 |
)]
|
3890 |
#[allow(clippy::large_enum_variant)]
|
3891 |
pub enum AssetCode {
|
4074 |
)]
|
4075 |
#[allow(clippy::large_enum_variant)]
|
4076 |
pub enum Asset {
|
2516 |
)]
|
2517 |
#[allow(clippy::large_enum_variant)]
|
2518 |
pub enum ScpStatementPledges {
|
2884 |
)]
|
2885 |
#[allow(clippy::large_enum_variant)]
|
2886 |
pub enum ScEnvMetaEntry {
|
3528 |
)]
|
3529 |
#[allow(clippy::large_enum_variant)]
|
3530 |
pub enum ScSpecTypeDef {
|
4314 |
)]
|
4315 |
#[allow(clippy::large_enum_variant)]
|
4316 |
pub enum ScSpecEntry {
|
5818 |
)]
|
5819 |
#[allow(clippy::large_enum_variant)]
|
5820 |
pub enum ScStatus {
|
38 |
#[derive(Clone, Debug, Deserialize, Serialize)]
|
39 |
#[allow(clippy::large_enum_variant)]
|
40 |
pub enum StorageServiceMessage {
|
43 |
#[derive(Clone, Debug, Deserialize, Eq, PartialEq, Serialize)]
|
44 |
#[allow(clippy::large_enum_variant)]
|
45 |
pub enum StorageServiceResponse {
|
99 |
#[derive(Clone, Debug, Deserialize, Eq, PartialEq, Serialize)]
|
100 |
#[allow(clippy::large_enum_variant)]
|
101 |
pub enum DataResponse {
|
95 |
/// We either expect fields to have a generic type `T` or `Option<T>`.
|
96 |
#[allow(clippy::large_enum_variant)]
|
97 |
enum FieldType {
|
35 |
#[derive(Debug, Clone)]
|
36 |
#[allow(clippy::large_enum_variant)]
|
37 |
pub enum ModuleEntry {
|
154 |
#[allow(clippy::needless_borrow, clippy::large_enum_variant)]
|
155 |
pub mod proto;
|
20 |
#[allow(clippy::large_enum_variant)] // caused by generated code
|
21 |
#[allow(clippy::derive_partial_eq_without_eq)] // caused by generated code
|
170 |
#[allow(clippy::large_enum_variant)]
|
171 |
#[derive(Debug)]
|
45 |
#[allow(clippy::large_enum_variant)]
|
46 |
#[derive(Debug, PartialEq, Clone)]
|
603 |
#[allow(clippy::large_enum_variant)]
|
604 |
pub enum CurrentNodeState {
|
131 |
#[derive(Debug)]
|
132 |
#[allow(clippy::large_enum_variant)] // `EventStream` is large but it's the active one most of the time
|
133 |
enum ConnectState {
|
23 |
#[allow(clippy::large_enum_variant)]
|
24 |
pub(super) enum Inner {
|
32 |
#[allow(clippy::large_enum_variant)]
|
33 |
pub(super) enum Inner {
|
718 |
#[derive(Debug)]
|
719 |
#[allow(clippy::large_enum_variant)]
|
720 |
pub enum AgentNotification {
|
367 |
#[allow(clippy::large_enum_variant)]
|
368 |
#[derive(Debug, Clone)]
|
25 |
#[allow(clippy::large_enum_variant)]
|
26 |
#[derive(Clone, Debug)]
|
3 |
#[allow(clippy::large_enum_variant)]
|
4 |
#[derive(Clone, Debug)]
|
3 |
#[allow(clippy::large_enum_variant)]
|
4 |
#[derive(Clone, Debug)]
|
52 |
#[allow(clippy::large_enum_variant)]
|
53 |
#[derive(Clone)]
|
55 |
OrganizationalDominator(String),
|
56 |
#[allow(clippy::large_enum_variant)]
|
57 |
ProgramNode(ty::TyAstNode),
|
7 |
#[allow(clippy::large_enum_variant)]
|
8 |
#[derive(Debug, Clone)]
|
45 |
#[derive(Debug, Clone)]
|
46 |
#[allow(clippy::large_enum_variant)]
|
47 |
pub enum StructScrutineeField {
|
43 |
/// Represents the various structures that constitute a Sway program.
|
44 |
#[allow(clippy::large_enum_variant)]
|
45 |
#[derive(Debug, Clone)]
|
149 |
/// A statement or a tail expression in a block.
|
150 |
#[allow(clippy::large_enum_variant)]
|
151 |
enum StmtOrTail<'a> {
|
738 |
#[serde(untagged, rename = "swcrc")]
|
739 |
#[allow(clippy::large_enum_variant)]
|
740 |
pub enum Rc {
|
37 |
// we only consider two kinds of callee as hook call
|
38 |
#[allow(clippy::large_enum_variant)]
|
39 |
enum HookCall {
|
133 |
#[derive(Clone, Debug, PartialEq, Eq)]
|
134 |
#[allow(clippy::large_enum_variant)]
|
135 |
pub enum Tag {
|
655 |
#[allow(clippy::large_enum_variant)]
|
656 |
enum MachObjectIteratorInner<'d, 'a> {
|
177 |
/// A generic object file providing uniform access to various file formats.
|
178 |
#[allow(clippy::large_enum_variant)]
|
179 |
#[derive(Debug)]
|
442 |
/// A generic debugging session.
|
443 |
#[allow(clippy::large_enum_variant)]
|
444 |
#[allow(missing_docs)]
|
563 |
#[allow(missing_docs)]
|
564 |
#[allow(clippy::large_enum_variant)]
|
565 |
pub enum ObjectFileIterator<'s> {
|
765 |
#[allow(clippy::large_enum_variant)]
|
766 |
enum ObjectIteratorInner<'d, 'a> {
|
92 |
/// are representable in all symbology schemes.
|
93 |
#[allow(clippy::large_enum_variant)]
|
94 |
#[derive(Debug, Clone, PartialEq)]
|
19 |
#[allow(clippy::large_enum_variant)]
|
20 |
enum State {
|
12 |
#[derive(Debug, Clone, PartialEq, Eq, Serialize, Deserialize, Zeroize)]
|
13 |
#[allow(clippy::large_enum_variant)]
|
14 |
#[zeroize(drop)]
|
71 |
#[derive(Debug, Serialize, Deserialize, Zeroize)]
|
72 |
#[allow(clippy::large_enum_variant)]
|
73 |
#[zeroize(drop)]
|
102 |
#[allow(clippy::large_enum_variant)]
|
103 |
enum ErrorMessage {
|
13 |
/// A JSON Schema.
|
14 |
#[allow(clippy::large_enum_variant)]
|
15 |
#[derive(Serialize, Deserialize, Debug, Clone, PartialEq)]
|
76 |
#[buffalo(size = "static", value_size = 8)]
|
77 |
#[allow(clippy::large_enum_variant)]
|
78 |
pub enum ModelInner {
|
1356 |
#[non_exhaustive]
|
1357 |
#[allow(clippy::large_enum_variant)]
|
1358 |
#[derive(Clone, Debug, PartialEq)]
|
274 |
#[derive(Debug)]
|
275 |
#[allow(clippy::large_enum_variant)]
|
276 |
pub enum WriteOperation {
|
1792 |
#[allow(clippy::large_enum_variant)]
|
1793 |
#[derive(Debug, Clone, Deserialize, Serialize)]
|
30 |
#[derive(Debug, Serialize, Deserialize)]
|
31 |
#[allow(clippy::large_enum_variant)]
|
32 |
pub enum MempoolRequest {
|
28 |
#[derive(Debug, Error, PartialEq)]
|
29 |
#[allow(clippy::large_enum_variant)]
|
30 |
pub enum ContactsServiceError {
|
39 |
/// API Request enum
|
40 |
#[allow(clippy::large_enum_variant)]
|
41 |
pub enum TransactionServiceRequest {
|
47 |
/// [`InlineQueryResult`]: ./struct.InlineQueryResult.html
|
48 |
#[allow(clippy::large_enum_variant)]
|
49 |
#[derive(Debug, PartialEq, Clone, Copy, Serialize, Is)]
|
9 |
#[must_use]
|
10 |
#[allow(clippy::large_enum_variant)]
|
11 |
pub enum Kind {
|
25 |
// so I think it's better not to box them.
|
26 |
#[allow(clippy::large_enum_variant)]
|
27 |
#[non_exhaustive]
|
566 |
/// A TLS stream which has been interrupted during the handshake
|
567 |
#[allow(clippy::large_enum_variant)]
|
568 |
#[derive(Debug)]
|
679 |
/// An error returned while performing the handshake
|
680 |
#[allow(clippy::large_enum_variant)]
|
681 |
#[derive(Debug)]
|
140 |
#[allow(clippy::large_enum_variant)]
|
141 |
#[derive(Debug, StructOpt)]
|
93 |
#[derive(Debug)]
|
94 |
#[allow(clippy::large_enum_variant)]
|
95 |
enum State {
|
60 |
/// This object represents an incoming update
|
61 |
#[allow(clippy::large_enum_variant)]
|
62 |
#[derive(Debug, Clone)]
|
403 |
#[allow(clippy::large_enum_variant)]
|
404 |
enum FileState {
|
54 |
#[allow(clippy::large_enum_variant)]
|
55 |
enum FileState {
|
52 |
#[allow(clippy::large_enum_variant)]
|
53 |
// XXX https://github.com/rust-lang/rust/issues/64362
|
53 |
/// This object represents one result of an inline query.
|
54 |
#[allow(clippy::large_enum_variant)]
|
55 |
#[derive(Serialize, Deserialize, Debug, Clone, PartialEq)]
|
59 |
/// The content of a [`Message`]
|
60 |
#[allow(clippy::large_enum_variant)]
|
61 |
#[derive(Debug, Clone, PartialEq)]
|
95 |
/// remove reply keyboard or to force a reply from the user.
|
96 |
#[allow(clippy::large_enum_variant)]
|
97 |
#[derive(Serialize, Deserialize, Debug, Clone, PartialEq, Eq)]
|
22 |
/// The content of an [`Update`]
|
23 |
#[allow(clippy::large_enum_variant)]
|
24 |
#[derive(Debug, Clone, PartialEq)]
|
50 |
/// This object represents one result of an inline query.
|
51 |
#[allow(clippy::large_enum_variant)]
|
52 |
#[derive(Serialize, Deserialize, Debug, Clone, PartialEq)]
|
49 |
/// The content of a [`Message`]
|
50 |
#[allow(clippy::large_enum_variant)]
|
51 |
#[derive(Debug, Clone, PartialEq)]
|
104 |
/// remove reply keyboard or to force a reply from the user.
|
105 |
#[allow(clippy::large_enum_variant)]
|
106 |
#[derive(Serialize, Deserialize, Debug, Clone, PartialEq)]
|
22 |
/// The content of an [`Update`]
|
23 |
#[allow(clippy::large_enum_variant)]
|
24 |
#[derive(Debug, Clone, PartialEq)]
|
23 |
#[serde(rename_all = "snake_case")]
|
24 |
#[allow(clippy::large_enum_variant)]
|
25 |
pub enum EncryptedPassportElementKind {
|
90 |
#[derive(thiserror::Error, Debug)]
|
91 |
#[allow(clippy::large_enum_variant)]
|
92 |
pub enum CompleteWfError {
|
62 |
#[derive(Debug, derive_more::From)]
|
63 |
#[allow(clippy::large_enum_variant)]
|
64 |
pub enum WFCommand {
|
98 |
#[must_use]
|
99 |
#[allow(clippy::large_enum_variant)]
|
100 |
pub enum MachineResponse {
|
5 |
#[allow(clippy::large_enum_variant)]
|
6 |
// I'd prefer not to do this, but there are some generated things that just don't need it.
|
18 |
#[derive(thiserror::Error, Debug)]
|
19 |
#[allow(clippy::large_enum_variant)]
|
20 |
pub enum HistoryInfoError {
|
24 |
#[derive(thiserror::Error, Debug)]
|
25 |
#[allow(clippy::large_enum_variant)]
|
26 |
pub enum WorkflowError {
|
55 |
/// All possible ABCI requests.
|
56 |
#[allow(clippy::large_enum_variant)]
|
57 |
#[derive(Clone, PartialEq, Eq, Debug)]
|
115 |
/// The consensus category of ABCI requests.
|
116 |
#[allow(clippy::large_enum_variant)]
|
117 |
#[derive(Clone, PartialEq, Eq, Debug)]
|
32 |
// To be fixed in 0.24
|
33 |
#[allow(clippy::large_enum_variant)]
|
34 |
pub enum Evidence {
|
26 |
// To be fixed in 0.24
|
27 |
#[allow(clippy::large_enum_variant)]
|
28 |
pub enum Fork {
|
5 |
/// It is a modified copy of the crate::tendermint::types::evidence::Sum struct.
|
6 |
#[allow(clippy::large_enum_variant)]
|
7 |
#[derive(Clone, PartialEq, ::serde::Deserialize, ::serde::Serialize)]
|
6 |
/// It is a modified copy of the crate::tendermint::types::evidence::Sum struct.
|
7 |
#[allow(clippy::large_enum_variant)]
|
8 |
#[derive(Clone, PartialEq, ::serde::Deserialize, ::serde::Serialize)]
|
42 |
// To be fixed in 0.24
|
43 |
#[allow(clippy::large_enum_variant)]
|
44 |
pub enum EventData {
|
92 |
#[allow(clippy::large_enum_variant)]
|
93 |
pub enum Remote {
|
9 |
#[allow(clippy::large_enum_variant)]
|
10 |
pub enum Bound {
|
46 |
#[derive(Debug, Clone, Serialize, Deserialize)]
|
47 |
#[allow(clippy::large_enum_variant)]
|
48 |
pub enum Mapper {
|
10 |
#[allow(clippy::large_enum_variant)]
|
11 |
enum Notification {
|
24 |
#[serde(tag = "type")]
|
25 |
#[allow(clippy::large_enum_variant)]
|
26 |
pub enum InlineQueryResult {
|
27 |
#[derive(Clone, Debug, Deserialize)]
|
28 |
#[allow(clippy::large_enum_variant)]
|
29 |
#[serde(try_from = "RawMessageData")]
|
41 |
#[derive(Clone, Debug)]
|
42 |
#[allow(clippy::large_enum_variant)]
|
43 |
pub enum ForwardFrom {
|
189 |
#[derive(Clone, Debug, Deserialize)]
|
190 |
#[allow(clippy::large_enum_variant)]
|
191 |
#[serde(untagged)]
|
72 |
#[derive(Debug, Deserialize)]
|
73 |
#[allow(clippy::large_enum_variant)]
|
74 |
#[serde(untagged)]
|
5 |
#[derive(Clone, Debug, Deserialize, PartialEq)]
|
6 |
#[allow(clippy::large_enum_variant)]
|
7 |
#[serde(rename_all = "snake_case")]
|
39 |
#[serde(untagged)]
|
40 |
#[allow(clippy::large_enum_variant)]
|
41 |
enum Inner {
|
122 |
#[derive(Clone, Debug, Deserialize)]
|
123 |
#[allow(clippy::large_enum_variant)]
|
124 |
#[serde(rename_all = "snake_case")]
|
53 |
#[allow(clippy::large_enum_variant)]
|
54 |
pub enum Msg {
|
53 |
#[allow(clippy::large_enum_variant)]
|
54 |
pub enum Msg {
|
70 |
#[allow(clippy::large_enum_variant)]
|
71 |
pub enum Msg {
|
7 |
#[derive(Debug, Error)]
|
8 |
#[allow(clippy::large_enum_variant)]
|
9 |
pub enum Error {
|
31 |
#[allow(clippy::large_enum_variant)]
|
32 |
#[derive(Clone)]
|
34 |
#[allow(clippy::large_enum_variant)]
|
35 |
#[derive(Clone)]
|
37 |
#[allow(clippy::large_enum_variant)]
|
38 |
#[derive(Clone)]
|
20 |
// the stream in most cases. so, don't listen to clippy on this.
|
21 |
#[allow(clippy::large_enum_variant)]
|
22 |
#[derive(Debug)]
|
225 |
/// An asynchronous message from the server.
|
226 |
#[allow(clippy::large_enum_variant)]
|
227 |
#[derive(Debug, Clone)]
|
54 |
/// A stream that might be protected with TLS.
|
55 |
#[allow(clippy::large_enum_variant)] // Only one or two of these will be used
|
56 |
pub enum MaybeTlsStream<S> {
|
50 |
#[derive(Debug)]
|
51 |
#[allow(clippy::large_enum_variant, variant_size_differences)]
|
52 |
pub(crate) enum ErrSource {
|
11 |
#[allow(clippy::large_enum_variant)]
|
12 |
pub enum Messages {
|
434 |
#[allow(clippy::large_enum_variant)]
|
435 |
enum OfflineR {
|
450 |
#[derive(Serialize, Deserialize, Debug, Clone)]
|
451 |
#[allow(clippy::large_enum_variant)]
|
452 |
enum OfflineM {
|
506 |
/// Possible actions that we'll decide to take when asked for a channel.
|
507 |
#[allow(clippy::large_enum_variant)]
|
508 |
enum Action<C> {
|
14 |
#[non_exhaustive]
|
15 |
#[allow(clippy::large_enum_variant)] // TODO(nickm) worth fixing as we do #587
|
16 |
pub enum Error {
|
64 |
#[derive(Debug, Clone)]
|
65 |
#[allow(clippy::large_enum_variant)]
|
66 |
pub enum SomeGraphDef {
|
27 |
#[derive(Clone, Debug, Hash, Eq)]
|
28 |
#[allow(clippy::large_enum_variant)] // FIXME ?
|
29 |
#[allow(clippy::derive_hash_xor_eq)] // FIXME. this one may be pretty bad. how about a.canonical() == b.canonical() ? need proper canonicalizeation of Reshape
|
13 |
/// An enum representing the kind of wrapped reddit API responses.
|
14 |
#[allow(clippy::large_enum_variant)]
|
15 |
#[derive(Debug, Clone, Serialize)]
|
22 |
#[allow(clippy::large_enum_variant)]
|
23 |
#[derive(Debug)]
|
103 |
#[derive(Debug, Clone, PartialEq, Eq)]
|
104 |
#[allow(clippy::large_enum_variant)]
|
105 |
pub enum ProofItem {
|
48 |
/// update the finalized HTML for asset links and the like.
|
49 |
#[allow(clippy::large_enum_variant)]
|
50 |
pub enum TrunkLink {
|
251 |
#[derive(Clone, Eq, PartialEq, Debug, Serialize, Deserialize)]
|
252 |
#[allow(clippy::large_enum_variant)]
|
253 |
pub enum Attributes {
|
51 |
/// (P256 and P384). The `ring` feature enables ED25519, in the future, Ring will also be used for other keys.
|
52 |
#[allow(clippy::large_enum_variant)]
|
53 |
pub enum KeyPair<K> {
|
355 |
#[allow(clippy::large_enum_variant)]
|
356 |
#[allow(clippy::type_complexity)]
|
27 |
#[allow(clippy::large_enum_variant)]
|
28 |
/// The error kind for errors that get returned in the crate
|
251 |
/// The variants of all supported connections for the Resolver
|
252 |
#[allow(clippy::large_enum_variant, clippy::type_complexity)]
|
253 |
pub(crate) enum ConnectionConnect<R: RuntimeProvider> {
|
25 |
#[derive(Debug)]
|
26 |
#[allow(clippy::large_enum_variant)]
|
27 |
pub enum AuthLookup {
|
141 |
/// An iterator over an Authority Lookup
|
142 |
#[allow(clippy::large_enum_variant)]
|
143 |
pub enum AuthLookupIter<'r> {
|
17 |
// TODO: should this implement Failure?
|
18 |
#[allow(clippy::large_enum_variant)]
|
19 |
/// A query could not be fulfilled
|
241 |
#[allow(clippy::large_enum_variant)]
|
242 |
#[derive(Debug)]
|
67 |
#[derive(Debug, PartialEq, Clone)]
|
68 |
#[allow(clippy::large_enum_variant)]
|
69 |
pub enum CmdResult {
|
135 |
#[derive(Debug, PartialEq, Clone)]
|
136 |
#[allow(clippy::large_enum_variant)]
|
137 |
pub enum AttrValue {
|
145 |
#[derive(Debug, PartialEq)]
|
146 |
#[allow(clippy::large_enum_variant)]
|
147 |
pub enum SubClause<Id>
|
9 |
#[derive(Debug, displaydoc::Display, thiserror::Error)]
|
10 |
#[allow(clippy::large_enum_variant)]
|
11 |
pub enum UreqError {
|
207 |
#[derive(PartialEq, Debug, Serialize, Deserialize, Clone)]
|
208 |
#[allow(clippy::large_enum_variant)]
|
209 |
pub enum Event {
|
140 |
#[derive(PartialEq, Debug, Serialize, Deserialize, Clone)]
|
141 |
#[allow(clippy::large_enum_variant)]
|
142 |
#[non_exhaustive]
|
125 |
#[non_exhaustive]
|
126 |
#[allow(clippy::large_enum_variant)]
|
127 |
pub enum EndPoll {
|
140 |
#[non_exhaustive]
|
141 |
#[allow(clippy::large_enum_variant)]
|
142 |
pub enum EndPrediction {
|
164 |
#[derive(PartialEq, Debug, Serialize, Deserialize, Clone)]
|
165 |
#[allow(clippy::large_enum_variant)]
|
166 |
pub enum Event {
|
134 |
#[derive(PartialEq, Debug, Serialize, Deserialize, Clone)]
|
135 |
#[allow(clippy::large_enum_variant)]
|
136 |
#[non_exhaustive]
|
101 |
#[non_exhaustive]
|
102 |
#[allow(clippy::large_enum_variant)]
|
103 |
pub enum EndPoll {
|
104 |
#[non_exhaustive]
|
105 |
#[allow(clippy::large_enum_variant)]
|
106 |
pub enum EndPrediction {
|
148 |
#[allow(clippy::large_enum_variant)]
|
149 |
#[derive(Serialize, TypeDef)]
|
192 |
#[allow(clippy::large_enum_variant)]
|
193 |
enum TestResult {
|
127 |
// generics.rs (syn 1.0.86)
|
128 |
#[allow(clippy::large_enum_variant)]
|
129 |
pub(crate) enum GenericParam {
|
22 |
#[derive(Debug)]
|
23 |
#[allow(clippy::large_enum_variant)]
|
24 |
pub enum InnerVfs {
|
225 |
#[allow(clippy::large_enum_variant)]
|
226 |
enum Error {
|
518 |
#[serde(untagged)]
|
519 |
#[allow(clippy::large_enum_variant)]
|
520 |
enum ExpectedMatch {
|
35 |
#[allow(clippy::large_enum_variant)]
|
36 |
#[derive(Debug, Clone, PartialEq, Eq, Serialize, Deserialize)]
|
23 |
#[allow(clippy::large_enum_variant)]
|
24 |
pub enum Message {
|
23 |
#[derive(Debug)]
|
24 |
#[allow(clippy::large_enum_variant)]
|
25 |
enum State {
|
930 |
#[derive(Debug, Clone, PartialEq)]
|
931 |
#[allow(clippy::large_enum_variant)]
|
932 |
pub enum ConstraintViolation {
|
38 |
/// Enum supporting the parsing of top-level commands.
|
39 |
#[allow(clippy::large_enum_variant)]
|
40 |
#[derive(Debug, Subcommand)]
|
19 |
#[derive(Clone, Debug, PartialEq, Eq, Hash)]
|
20 |
#[allow(clippy::large_enum_variant, clippy::upper_case_acronyms)]
|
21 |
pub enum Relationship {
|
18 |
#[derive(Clone, Debug, PartialEq, Eq, Hash)]
|
19 |
#[allow(clippy::large_enum_variant)]
|
20 |
pub enum Telephone {
|
406 |
#[cfg_attr(feature = "zeroize", derive(Zeroize, ZeroizeOnDrop))]
|
407 |
#[allow(clippy::large_enum_variant)]
|
408 |
pub enum TimeZoneParameter {
|
289 |
#[cfg_attr(feature = "zeroize", derive(Zeroize, ZeroizeOnDrop))]
|
290 |
#[allow(clippy::large_enum_variant)]
|
291 |
pub enum AnyProperty {
|
493 |
#[cfg_attr(feature = "zeroize", derive(Zeroize, ZeroizeOnDrop))]
|
494 |
#[allow(clippy::large_enum_variant)]
|
495 |
pub enum TextOrUriProperty {
|
622 |
#[cfg_attr(feature = "zeroize", derive(Zeroize, ZeroizeOnDrop))]
|
623 |
#[allow(clippy::large_enum_variant)]
|
624 |
pub enum TimeZoneProperty {
|
8 |
// TODO: Find out why Repeat is 568 bytes
|
9 |
#[allow(clippy::large_enum_variant)]
|
10 |
pub enum VecInput<V = Verbatim> {
|
646 |
#[allow(clippy::large_enum_variant)]
|
647 |
enum Slicer<'r> {
|
11 |
//load a video, the load will probably succeed.
|
12 |
#[allow(clippy::large_enum_variant)]
|
13 |
#[derive(Clone, Debug, Serialize, Deserialize)]
|
1335 |
#[derive(Debug, Clone)]
|
1336 |
#[allow(clippy::large_enum_variant)]
|
1337 |
/// The various load commands as a cast-free variant/enum
|
436 |
#[derive(Debug, Clone)]
|
437 |
#[allow(clippy::large_enum_variant)]
|
438 |
/// Either a collection of multiple architectures, or a single mach-o binary
|
188 |
#[cfg(feature = "interface")] // for doc_cfg
|
189 |
#[allow(clippy::large_enum_variant)]
|
190 |
pub enum CallbackCommand<'a> {
|
20 |
#[allow(clippy::large_enum_variant)]
|
21 |
enum InnerBuilder {
|
89 |
#[allow(clippy::large_enum_variant)]
|
90 |
pub enum InitMsg {
|
459 |
#[derive(Debug, PartialEq, Eq, serde::Deserialize, serde::Serialize)]
|
460 |
#[allow(clippy::large_enum_variant)]
|
461 |
#[serde(tag = "type", deny_unknown_fields)]
|
12 |
#[derive(Debug, thiserror::Error)]
|
13 |
#[allow(clippy::large_enum_variant)]
|
14 |
pub enum Error {
|
154 |
#[serde(rename_all = "camelCase", tag = "type", content = "info")]
|
155 |
#[allow(clippy::large_enum_variant)]
|
156 |
pub enum TokenAccountType {
|
21 |
#[derive(Debug, Serialize, Deserialize, PartialEq, Eq, Clone, AbiExample, AbiEnumVisitor)]
|
22 |
#[allow(clippy::large_enum_variant)]
|
23 |
pub enum ProgramState {
|
19 |
#[derive(Debug, Serialize, Deserialize, PartialEq, Clone, Copy, AbiExample)]
|
20 |
#[allow(clippy::large_enum_variant)]
|
21 |
pub enum StakeState {
|
216 |
#[derive(Error, Debug)]
|
217 |
#[allow(clippy::large_enum_variant)]
|
218 |
pub enum SnapshotError {
|
755 |
#[derive(Clone, Debug, PartialEq)]
|
756 |
#[allow(clippy::large_enum_variant)]
|
757 |
pub enum TransactionWithStatusMeta {
|
17 |
#[allow(clippy::large_enum_variant)]
|
18 |
#[derive(Debug)]
|
17 |
#[allow(clippy::large_enum_variant)]
|
18 |
#[derive(Debug, PartialEq)]
|
22 |
#[derive(Debug)]
|
23 |
#[allow(clippy::large_enum_variant)] // The happy path returns the largest variant (Manifest)
|
24 |
pub enum ManifestResult {
|
68 |
#[allow(clippy::large_enum_variant)]
|
69 |
#[derive(Debug, Clone, Subcommand)]
|
192 |
#[allow(clippy::large_enum_variant)]
|
193 |
#[derive(Debug)]
|
9 |
#[allow(clippy::large_enum_variant)]
|
10 |
#[derive(Clone)]
|
247 |
#[allow(clippy::large_enum_variant)]
|
248 |
#[derive(Debug)]
|
228 |
#[allow(clippy::large_enum_variant)]
|
229 |
#[derive(Debug)]
|
14 |
#[allow(clippy::large_enum_variant)]
|
15 |
#[derive(Clone)]
|
13 |
#[allow(clippy::large_enum_variant)]
|
14 |
#[derive(Clone)]
|
10 |
#[allow(clippy::large_enum_variant)]
|
11 |
#[derive(Debug, Clone)]
|
6 |
#[allow(clippy::large_enum_variant)]
|
7 |
#[derive(Debug, Clone)]
|
1335 |
#[allow(clippy::large_enum_variant)]
|
1336 |
enum TypesKind {
|
297 |
/// Possible return values from [`Validator::payload`].
|
298 |
#[allow(clippy::large_enum_variant)]
|
299 |
pub enum ValidPayload<'a> {
|
1123 |
#[allow(clippy::large_enum_variant)]
|
1124 |
enum TypesKind {
|
285 |
/// Possible return values from [`Validator::payload`].
|
286 |
#[allow(clippy::large_enum_variant)]
|
287 |
pub enum ValidPayload<'a> {
|
678 |
/// as events are observed by Watchman.
|
679 |
#[allow(clippy::large_enum_variant)]
|
680 |
#[derive(Debug, Clone)]
|
12 |
#[derive(Debug, thiserror::Error)]
|
13 |
#[allow(clippy::large_enum_variant)]
|
14 |
pub enum Error {
|
78 |
//todo fix it
|
79 |
#[allow(clippy::large_enum_variant)]
|
80 |
pub enum Payload {
|
224 |
//todo fix it
|
225 |
#[allow(clippy::large_enum_variant)]
|
226 |
pub enum TransactionDataInfo {
|
293 |
//todo fix it
|
294 |
#[allow(clippy::large_enum_variant)]
|
295 |
pub enum TransactionData {
|
124 |
/// The space model for this game.
|
125 |
#[allow(clippy::large_enum_variant)]
|
126 |
pub(crate) enum Battlefield {
|
67 |
#[allow(clippy::large_enum_variant)]
|
68 |
enum Decoder<'a, S: Read> {
|
1023 |
#[allow(clippy::large_enum_variant)]
|
1024 |
enum ProposalSigningBackendSelector {
|
96 |
#[derive(Clone, PartialEq, Debug)]
|
97 |
#[allow(clippy::large_enum_variant)]
|
98 |
/// Target of a render
|
34 |
#[allow(clippy::large_enum_variant)]
|
35 |
#[derive(Debug)]
|
22 |
#[allow(clippy::large_enum_variant)]
|
23 |
pub enum ShaderModuleSource<'a> {
|
1022 |
/// Shader input.
|
1023 |
#[allow(clippy::large_enum_variant)]
|
1024 |
pub enum ShaderInput<'a> {
|
398 |
#[derive(Debug)]
|
399 |
#[allow(clippy::large_enum_variant)]
|
400 |
pub enum ShaderModule {
|
545 |
/// The ValueProperties has a one-to-one mapping to a protobuf ValueProperties.
|
546 |
#[allow(clippy::large_enum_variant)]
|
547 |
#[derive(Clone, Debug)]
|
610 |
/// A top-level statement (SELECT, INSERT, CREATE, etc.)
|
611 |
#[allow(clippy::large_enum_variant)]
|
612 |
#[derive(Debug, Clone, PartialEq, Eq, Hash)]
|
1876 |
#[allow(clippy::large_enum_variant)]
|
1877 |
#[derive(Debug, Clone, PartialEq, Eq, Hash)]
|
1878 |
#[cfg_attr(feature = "serde", derive(Serialize, Deserialize))]
|
1879 |
#[allow(clippy::large_enum_variant)]
|
1880 |
pub enum HiveIOFormat {
|
68 |
/// `SELECT ... [ {UNION|EXCEPT|INTERSECT} SELECT ...]`
|
69 |
#[allow(clippy::large_enum_variant)]
|
70 |
#[derive(Debug, Clone, PartialEq, Eq, Hash)]
|
61 |
#[allow(clippy::large_enum_variant)]
|
62 |
enum State {
|
88 |
#[pin_project(project = GaugeFutureProj)]
|
89 |
#[allow(clippy::large_enum_variant)]
|
90 |
enum GaugeFuture {
|
187 |
#[allow(clippy::large_enum_variant)]
|
188 |
#[derive(PartialEq, Debug)]
|
91 |
#[allow(clippy::large_enum_variant)]
|
92 |
enum LazySpan {
|
16 |
#[derive(Debug)]
|
17 |
#[allow(clippy::large_enum_variant)]
|
18 |
enum SingleParam {
|
195 |
#[derive(Debug, StructOpt)]
|
196 |
#[allow(clippy::large_enum_variant)]
|
197 |
pub enum Command {
|
94 |
#[derive(Debug)]
|
95 |
#[allow(clippy::large_enum_variant)]
|
96 |
#[non_exhaustive]
|
4589 |
#[derive(Debug)]
|
4590 |
#[allow(clippy::large_enum_variant)]
|
4591 |
#[non_exhaustive]
|
128 |
#[derive(Clone, Debug, PartialEq, Eq, Choice)]
|
129 |
#[allow(clippy::large_enum_variant)]
|
130 |
#[allow(missing_docs)]
|
27 |
/// - rs_typ is the rust traduction of the type
|
28 |
#[allow(clippy::large_enum_variant)]
|
29 |
#[derive(Clone, Debug)]
|
47 |
#[allow(clippy::large_enum_variant)]
|
48 |
pub enum Event {
|
84 |
#[allow(clippy::large_enum_variant)]
|
85 |
enum Decoder<R: Read> {
|
5 |
#[allow(clippy::large_enum_variant)]
|
6 |
pub enum Element {
|
16 |
#[allow(clippy::large_enum_variant)]
|
17 |
#[derive(PartialEq, Eq)]
|
28 |
#[allow(clippy::large_enum_variant)]
|
29 |
#[enum_dispatch(DeviceTrait)]
|
21 |
/// AES-CCM key
|
22 |
#[allow(clippy::large_enum_variant)]
|
23 |
pub(crate) enum AesCcmKey {
|
13 |
#[serde(tag = "type")]
|
14 |
#[allow(clippy::large_enum_variant)]
|
15 |
pub enum Output {
|
64 |
// Types of messages sent from the client to the server
|
65 |
#[allow(clippy::large_enum_variant)]
|
66 |
#[derive(Serialize, Deserialize, Debug, Clone)]
|
75 |
#[allow(clippy::large_enum_variant)]
|
76 |
enum StoredValue {
|
1083 |
// Zenoh messages at zenoh level
|
1084 |
#[allow(clippy::large_enum_variant)]
|
1085 |
#[derive(Debug, Clone, PartialEq)]
|
13 |
/// A wrapper around twilight's http client allowing the user to decide how to provide it to the framework.
|
14 |
#[allow(clippy::large_enum_variant)]
|
15 |
pub enum WrappedClient {
|
75 |
pub use zip_archive::ZipArchive;
|
76 |
#[allow(clippy::large_enum_variant)]
|
77 |
enum CryptoReader<'a> {
|
15 |
#[allow(clippy::large_enum_variant)]
|
16 |
pub(crate) enum SpanState {
|
15 |
#![allow(clippy::cast_lossless, clippy::large_enum_variant)]
|
1 |
#![allow(clippy::large_enum_variant)]
|
2 |
use crate::{openapi::*, util::*};
|
1 |
#![allow(clippy::large_enum_variant)]
|
2 |
use crate::openapi::*;
|
1 |
#![allow(clippy::large_enum_variant)]
|
2 |
use indexmap::IndexMap;
|
34 |
)]
|
35 |
#![allow(clippy::large_enum_variant)]
|
5 |
#![allow(
|
6 |
clippy::large_enum_variant,
|
7 |
clippy::let_and_return,
|
4 |
#![allow(clippy::large_enum_variant, clippy::let_and_return)]
|
1 |
#![allow(clippy::large_enum_variant)]
|
2 |
use crate::Result;
|
79 |
#![allow(clippy::if_same_then_else)]
|
80 |
#![allow(clippy::large_enum_variant)]
|
81 |
#![allow(clippy::needless_bool)]
|
35 |
#![allow(clippy::map_clone, clippy::large_enum_variant)]
|
36 |
#![warn(clippy::unwrap_used, clippy::missing_errors_doc, clippy::missing_panics_doc)]
|
35 |
#![allow(clippy::map_clone, clippy::large_enum_variant)]
|
36 |
#![warn(clippy::unwrap_used, clippy::missing_errors_doc, clippy::missing_panics_doc)]
|
5 |
#![allow(clippy::large_enum_variant)]
|
6 |
#![allow(clippy::upper_case_acronyms)]
|
3 |
#![allow(clippy::upper_case_acronyms)]
|
4 |
#![allow(clippy::large_enum_variant)]
|
5 |
#![allow(clippy::wrong_self_convention)]
|
3 |
#![allow(clippy::upper_case_acronyms)]
|
4 |
#![allow(clippy::large_enum_variant)]
|
5 |
#![allow(clippy::wrong_self_convention)]
|
3 |
#![allow(clippy::upper_case_acronyms)]
|
4 |
#![allow(clippy::large_enum_variant)]
|
5 |
#![allow(clippy::wrong_self_convention)]
|
3 |
#![allow(clippy::upper_case_acronyms)]
|
4 |
#![allow(clippy::large_enum_variant)]
|
5 |
#![allow(clippy::wrong_self_convention)]
|
3 |
#![allow(clippy::upper_case_acronyms)]
|
4 |
#![allow(clippy::large_enum_variant)]
|
5 |
#![allow(clippy::wrong_self_convention)]
|
3 |
#![allow(clippy::upper_case_acronyms)]
|
4 |
#![allow(clippy::large_enum_variant)]
|
5 |
#![allow(clippy::wrong_self_convention)]
|
3 |
#![allow(clippy::upper_case_acronyms)]
|
4 |
#![allow(clippy::large_enum_variant)]
|
5 |
#![allow(clippy::wrong_self_convention)]
|
3 |
#![allow(clippy::upper_case_acronyms)]
|
4 |
#![allow(clippy::large_enum_variant)]
|
5 |
#![allow(clippy::wrong_self_convention)]
|
3 |
#![allow(clippy::upper_case_acronyms)]
|
4 |
#![allow(clippy::large_enum_variant)]
|
5 |
#![allow(clippy::wrong_self_convention)]
|
3 |
#![allow(clippy::upper_case_acronyms)]
|
4 |
#![allow(clippy::large_enum_variant)]
|
5 |
#![allow(clippy::wrong_self_convention)]
|
3 |
#![allow(clippy::upper_case_acronyms)]
|
4 |
#![allow(clippy::large_enum_variant)]
|
5 |
#![allow(clippy::wrong_self_convention)]
|
3 |
#![allow(clippy::upper_case_acronyms)]
|
4 |
#![allow(clippy::large_enum_variant)]
|
5 |
#![allow(clippy::wrong_self_convention)]
|
3 |
#![allow(clippy::upper_case_acronyms)]
|
4 |
#![allow(clippy::large_enum_variant)]
|
5 |
#![allow(clippy::wrong_self_convention)]
|
3 |
#![allow(clippy::upper_case_acronyms)]
|
4 |
#![allow(clippy::large_enum_variant)]
|
5 |
#![allow(clippy::wrong_self_convention)]
|
3 |
#![allow(clippy::upper_case_acronyms)]
|
4 |
#![allow(clippy::large_enum_variant)]
|
5 |
#![allow(clippy::wrong_self_convention)]
|
3 |
#![allow(clippy::upper_case_acronyms)]
|
4 |
#![allow(clippy::large_enum_variant)]
|
5 |
#![allow(clippy::wrong_self_convention)]
|
3 |
#![allow(clippy::upper_case_acronyms)]
|
4 |
#![allow(clippy::large_enum_variant)]
|
5 |
#![allow(clippy::wrong_self_convention)]
|
3 |
#![allow(clippy::upper_case_acronyms)]
|
4 |
#![allow(clippy::large_enum_variant)]
|
5 |
#![allow(clippy::wrong_self_convention)]
|
3 |
#![allow(clippy::upper_case_acronyms)]
|
4 |
#![allow(clippy::large_enum_variant)]
|
5 |
#![allow(clippy::wrong_self_convention)]
|
3 |
#![allow(clippy::upper_case_acronyms)]
|
4 |
#![allow(clippy::large_enum_variant)]
|
5 |
#![allow(clippy::wrong_self_convention)]
|
3 |
#![allow(clippy::upper_case_acronyms)]
|
4 |
#![allow(clippy::large_enum_variant)]
|
5 |
#![allow(clippy::wrong_self_convention)]
|
3 |
#![allow(clippy::upper_case_acronyms)]
|
4 |
#![allow(clippy::large_enum_variant)]
|
5 |
#![allow(clippy::wrong_self_convention)]
|
3 |
#![allow(clippy::upper_case_acronyms)]
|
4 |
#![allow(clippy::large_enum_variant)]
|
5 |
#![allow(clippy::wrong_self_convention)]
|
3 |
#![allow(clippy::upper_case_acronyms)]
|
4 |
#![allow(clippy::large_enum_variant)]
|
5 |
#![allow(clippy::wrong_self_convention)]
|
3 |
#![allow(clippy::upper_case_acronyms)]
|
4 |
#![allow(clippy::large_enum_variant)]
|
5 |
#![allow(clippy::wrong_self_convention)]
|
3 |
#![allow(clippy::upper_case_acronyms)]
|
4 |
#![allow(clippy::large_enum_variant)]
|
5 |
#![allow(clippy::wrong_self_convention)]
|
3 |
#![allow(clippy::upper_case_acronyms)]
|
4 |
#![allow(clippy::large_enum_variant)]
|
5 |
#![allow(clippy::wrong_self_convention)]
|
3 |
#![allow(clippy::upper_case_acronyms)]
|
4 |
#![allow(clippy::large_enum_variant)]
|
5 |
#![allow(clippy::wrong_self_convention)]
|
3 |
#![allow(clippy::upper_case_acronyms)]
|
4 |
#![allow(clippy::large_enum_variant)]
|
5 |
#![allow(clippy::wrong_self_convention)]
|
3 |
#![allow(clippy::upper_case_acronyms)]
|
4 |
#![allow(clippy::large_enum_variant)]
|
5 |
#![allow(clippy::wrong_self_convention)]
|
3 |
#![allow(clippy::upper_case_acronyms)]
|
4 |
#![allow(clippy::large_enum_variant)]
|
5 |
#![allow(clippy::wrong_self_convention)]
|
3 |
#![allow(clippy::upper_case_acronyms)]
|
4 |
#![allow(clippy::large_enum_variant)]
|
5 |
#![allow(clippy::wrong_self_convention)]
|
3 |
#![allow(clippy::upper_case_acronyms)]
|
4 |
#![allow(clippy::large_enum_variant)]
|
5 |
#![allow(clippy::wrong_self_convention)]
|
3 |
#![allow(clippy::upper_case_acronyms)]
|
4 |
#![allow(clippy::large_enum_variant)]
|
5 |
#![allow(clippy::wrong_self_convention)]
|
3 |
#![allow(clippy::upper_case_acronyms)]
|
4 |
#![allow(clippy::large_enum_variant)]
|
5 |
#![allow(clippy::wrong_self_convention)]
|
3 |
#![allow(clippy::upper_case_acronyms)]
|
4 |
#![allow(clippy::large_enum_variant)]
|
5 |
#![allow(clippy::wrong_self_convention)]
|
3 |
#![allow(clippy::upper_case_acronyms)]
|
4 |
#![allow(clippy::large_enum_variant)]
|
5 |
#![allow(clippy::wrong_self_convention)]
|
3 |
#![allow(clippy::upper_case_acronyms)]
|
4 |
#![allow(clippy::large_enum_variant)]
|
5 |
#![allow(clippy::wrong_self_convention)]
|
3 |
#![allow(clippy::upper_case_acronyms)]
|
4 |
#![allow(clippy::large_enum_variant)]
|
5 |
#![allow(clippy::wrong_self_convention)]
|
3 |
#![allow(clippy::upper_case_acronyms)]
|
4 |
#![allow(clippy::large_enum_variant)]
|
5 |
#![allow(clippy::wrong_self_convention)]
|
3 |
#![allow(clippy::upper_case_acronyms)]
|
4 |
#![allow(clippy::large_enum_variant)]
|
5 |
#![allow(clippy::wrong_self_convention)]
|
3 |
#![allow(clippy::upper_case_acronyms)]
|
4 |
#![allow(clippy::large_enum_variant)]
|
5 |
#![allow(clippy::wrong_self_convention)]
|
3 |
#![allow(clippy::upper_case_acronyms)]
|
4 |
#![allow(clippy::large_enum_variant)]
|
5 |
#![allow(clippy::wrong_self_convention)]
|
3 |
#![allow(clippy::upper_case_acronyms)]
|
4 |
#![allow(clippy::large_enum_variant)]
|
5 |
#![allow(clippy::wrong_self_convention)]
|
3 |
#![allow(clippy::upper_case_acronyms)]
|
4 |
#![allow(clippy::large_enum_variant)]
|
5 |
#![allow(clippy::wrong_self_convention)]
|
3 |
#![allow(clippy::upper_case_acronyms)]
|
4 |
#![allow(clippy::large_enum_variant)]
|
5 |
#![allow(clippy::wrong_self_convention)]
|
3 |
#![allow(clippy::upper_case_acronyms)]
|
4 |
#![allow(clippy::large_enum_variant)]
|
5 |
#![allow(clippy::wrong_self_convention)]
|
3 |
#![allow(clippy::upper_case_acronyms)]
|
4 |
#![allow(clippy::large_enum_variant)]
|
5 |
#![allow(clippy::wrong_self_convention)]
|
3 |
#![allow(clippy::upper_case_acronyms)]
|
4 |
#![allow(clippy::large_enum_variant)]
|
5 |
#![allow(clippy::wrong_self_convention)]
|
3 |
#![allow(clippy::upper_case_acronyms)]
|
4 |
#![allow(clippy::large_enum_variant)]
|
5 |
#![allow(clippy::wrong_self_convention)]
|
3 |
#![allow(clippy::upper_case_acronyms)]
|
4 |
#![allow(clippy::large_enum_variant)]
|
5 |
#![allow(clippy::wrong_self_convention)]
|
3 |
#![allow(clippy::upper_case_acronyms)]
|
4 |
#![allow(clippy::large_enum_variant)]
|
5 |
#![allow(clippy::wrong_self_convention)]
|
3 |
#![allow(clippy::upper_case_acronyms)]
|
4 |
#![allow(clippy::large_enum_variant)]
|
5 |
#![allow(clippy::wrong_self_convention)]
|
3 |
#![allow(clippy::upper_case_acronyms)]
|
4 |
#![allow(clippy::large_enum_variant)]
|
5 |
#![allow(clippy::wrong_self_convention)]
|
3 |
#![allow(clippy::upper_case_acronyms)]
|
4 |
#![allow(clippy::large_enum_variant)]
|
5 |
#![allow(clippy::wrong_self_convention)]
|
3 |
#![allow(clippy::upper_case_acronyms)]
|
4 |
#![allow(clippy::large_enum_variant)]
|
5 |
#![allow(clippy::wrong_self_convention)]
|
3 |
#![allow(clippy::upper_case_acronyms)]
|
4 |
#![allow(clippy::large_enum_variant)]
|
5 |
#![allow(clippy::wrong_self_convention)]
|
3 |
#![allow(clippy::upper_case_acronyms)]
|
4 |
#![allow(clippy::large_enum_variant)]
|
5 |
#![allow(clippy::wrong_self_convention)]
|
3 |
#![allow(clippy::upper_case_acronyms)]
|
4 |
#![allow(clippy::large_enum_variant)]
|
5 |
#![allow(clippy::wrong_self_convention)]
|
3 |
#![allow(clippy::upper_case_acronyms)]
|
4 |
#![allow(clippy::large_enum_variant)]
|
5 |
#![allow(clippy::wrong_self_convention)]
|
3 |
#![allow(clippy::upper_case_acronyms)]
|
4 |
#![allow(clippy::large_enum_variant)]
|
5 |
#![allow(clippy::wrong_self_convention)]
|
3 |
#![allow(clippy::upper_case_acronyms)]
|
4 |
#![allow(clippy::large_enum_variant)]
|
5 |
#![allow(clippy::wrong_self_convention)]
|
3 |
#![allow(clippy::upper_case_acronyms)]
|
4 |
#![allow(clippy::large_enum_variant)]
|
5 |
#![allow(clippy::wrong_self_convention)]
|
3 |
#![allow(clippy::upper_case_acronyms)]
|
4 |
#![allow(clippy::large_enum_variant)]
|
5 |
#![allow(clippy::wrong_self_convention)]
|
3 |
#![allow(clippy::upper_case_acronyms)]
|
4 |
#![allow(clippy::large_enum_variant)]
|
5 |
#![allow(clippy::wrong_self_convention)]
|
3 |
#![allow(clippy::upper_case_acronyms)]
|
4 |
#![allow(clippy::large_enum_variant)]
|
5 |
#![allow(clippy::wrong_self_convention)]
|
3 |
#![allow(clippy::upper_case_acronyms)]
|
4 |
#![allow(clippy::large_enum_variant)]
|
5 |
#![allow(clippy::wrong_self_convention)]
|
3 |
#![allow(clippy::upper_case_acronyms)]
|
4 |
#![allow(clippy::large_enum_variant)]
|
5 |
#![allow(clippy::wrong_self_convention)]
|
3 |
#![allow(clippy::upper_case_acronyms)]
|
4 |
#![allow(clippy::large_enum_variant)]
|
5 |
#![allow(clippy::wrong_self_convention)]
|
3 |
#![allow(clippy::upper_case_acronyms)]
|
4 |
#![allow(clippy::large_enum_variant)]
|
5 |
#![allow(clippy::wrong_self_convention)]
|
3 |
#![allow(clippy::upper_case_acronyms)]
|
4 |
#![allow(clippy::large_enum_variant)]
|
5 |
#![allow(clippy::wrong_self_convention)]
|
3 |
#![allow(clippy::upper_case_acronyms)]
|
4 |
#![allow(clippy::large_enum_variant)]
|
5 |
#![allow(clippy::wrong_self_convention)]
|
3 |
#![allow(clippy::upper_case_acronyms)]
|
4 |
#![allow(clippy::large_enum_variant)]
|
5 |
#![allow(clippy::wrong_self_convention)]
|
3 |
#![allow(clippy::upper_case_acronyms)]
|
4 |
#![allow(clippy::large_enum_variant)]
|
5 |
#![allow(clippy::wrong_self_convention)]
|
3 |
#![allow(clippy::upper_case_acronyms)]
|
4 |
#![allow(clippy::large_enum_variant)]
|
5 |
#![allow(clippy::wrong_self_convention)]
|
3 |
#![allow(clippy::upper_case_acronyms)]
|
4 |
#![allow(clippy::large_enum_variant)]
|
5 |
#![allow(clippy::wrong_self_convention)]
|
3 |
#![allow(clippy::upper_case_acronyms)]
|
4 |
#![allow(clippy::large_enum_variant)]
|
5 |
#![allow(clippy::wrong_self_convention)]
|
3 |
#![allow(clippy::upper_case_acronyms)]
|
4 |
#![allow(clippy::large_enum_variant)]
|
5 |
#![allow(clippy::wrong_self_convention)]
|
3 |
#![allow(clippy::upper_case_acronyms)]
|
4 |
#![allow(clippy::large_enum_variant)]
|
5 |
#![allow(clippy::wrong_self_convention)]
|
3 |
#![allow(clippy::upper_case_acronyms)]
|
4 |
#![allow(clippy::large_enum_variant)]
|
5 |
#![allow(clippy::wrong_self_convention)]
|
3 |
#![allow(clippy::upper_case_acronyms)]
|
4 |
#![allow(clippy::large_enum_variant)]
|
5 |
#![allow(clippy::wrong_self_convention)]
|
3 |
#![allow(clippy::upper_case_acronyms)]
|
4 |
#![allow(clippy::large_enum_variant)]
|
5 |
#![allow(clippy::wrong_self_convention)]
|
3 |
#![allow(clippy::upper_case_acronyms)]
|
4 |
#![allow(clippy::large_enum_variant)]
|
5 |
#![allow(clippy::wrong_self_convention)]
|
3 |
#![allow(clippy::upper_case_acronyms)]
|
4 |
#![allow(clippy::large_enum_variant)]
|
5 |
#![allow(clippy::wrong_self_convention)]
|
3 |
#![allow(clippy::upper_case_acronyms)]
|
4 |
#![allow(clippy::large_enum_variant)]
|
5 |
#![allow(clippy::wrong_self_convention)]
|
3 |
#![allow(clippy::upper_case_acronyms)]
|
4 |
#![allow(clippy::large_enum_variant)]
|
5 |
#![allow(clippy::wrong_self_convention)]
|
3 |
#![allow(clippy::upper_case_acronyms)]
|
4 |
#![allow(clippy::large_enum_variant)]
|
5 |
#![allow(clippy::wrong_self_convention)]
|
3 |
#![allow(clippy::upper_case_acronyms)]
|
4 |
#![allow(clippy::large_enum_variant)]
|
5 |
#![allow(clippy::wrong_self_convention)]
|
3 |
#![allow(clippy::upper_case_acronyms)]
|
4 |
#![allow(clippy::large_enum_variant)]
|
5 |
#![allow(clippy::wrong_self_convention)]
|
3 |
#![allow(clippy::upper_case_acronyms)]
|
4 |
#![allow(clippy::large_enum_variant)]
|
5 |
#![allow(clippy::wrong_self_convention)]
|
3 |
#![allow(clippy::upper_case_acronyms)]
|
4 |
#![allow(clippy::large_enum_variant)]
|
5 |
#![allow(clippy::wrong_self_convention)]
|
3 |
#![allow(clippy::upper_case_acronyms)]
|
4 |
#![allow(clippy::large_enum_variant)]
|
5 |
#![allow(clippy::wrong_self_convention)]
|
3 |
#![allow(clippy::upper_case_acronyms)]
|
4 |
#![allow(clippy::large_enum_variant)]
|
5 |
#![allow(clippy::wrong_self_convention)]
|
3 |
#![allow(clippy::upper_case_acronyms)]
|
4 |
#![allow(clippy::large_enum_variant)]
|
5 |
#![allow(clippy::wrong_self_convention)]
|
3 |
#![allow(clippy::upper_case_acronyms)]
|
4 |
#![allow(clippy::large_enum_variant)]
|
5 |
#![allow(clippy::wrong_self_convention)]
|
3 |
#![allow(clippy::upper_case_acronyms)]
|
4 |
#![allow(clippy::large_enum_variant)]
|
5 |
#![allow(clippy::wrong_self_convention)]
|
3 |
#![allow(clippy::upper_case_acronyms)]
|
4 |
#![allow(clippy::large_enum_variant)]
|
5 |
#![allow(clippy::wrong_self_convention)]
|
3 |
#![allow(clippy::upper_case_acronyms)]
|
4 |
#![allow(clippy::large_enum_variant)]
|
5 |
#![allow(clippy::wrong_self_convention)]
|
3 |
#![allow(clippy::upper_case_acronyms)]
|
4 |
#![allow(clippy::large_enum_variant)]
|
5 |
#![allow(clippy::wrong_self_convention)]
|
3 |
#![allow(clippy::upper_case_acronyms)]
|
4 |
#![allow(clippy::large_enum_variant)]
|
5 |
#![allow(clippy::wrong_self_convention)]
|
3 |
#![allow(clippy::upper_case_acronyms)]
|
4 |
#![allow(clippy::large_enum_variant)]
|
5 |
#![allow(clippy::wrong_self_convention)]
|
3 |
#![allow(clippy::upper_case_acronyms)]
|
4 |
#![allow(clippy::large_enum_variant)]
|
5 |
#![allow(clippy::wrong_self_convention)]
|
3 |
#![allow(clippy::upper_case_acronyms)]
|
4 |
#![allow(clippy::large_enum_variant)]
|
5 |
#![allow(clippy::wrong_self_convention)]
|
3 |
#![allow(clippy::upper_case_acronyms)]
|
4 |
#![allow(clippy::large_enum_variant)]
|
5 |
#![allow(clippy::wrong_self_convention)]
|
3 |
#![allow(clippy::upper_case_acronyms)]
|
4 |
#![allow(clippy::large_enum_variant)]
|
5 |
#![allow(clippy::wrong_self_convention)]
|
3 |
#![allow(clippy::upper_case_acronyms)]
|
4 |
#![allow(clippy::large_enum_variant)]
|
5 |
#![allow(clippy::wrong_self_convention)]
|
3 |
#![allow(clippy::upper_case_acronyms)]
|
4 |
#![allow(clippy::large_enum_variant)]
|
5 |
#![allow(clippy::wrong_self_convention)]
|
3 |
#![allow(clippy::upper_case_acronyms)]
|
4 |
#![allow(clippy::large_enum_variant)]
|
5 |
#![allow(clippy::wrong_self_convention)]
|
3 |
#![allow(clippy::upper_case_acronyms)]
|
4 |
#![allow(clippy::large_enum_variant)]
|
5 |
#![allow(clippy::wrong_self_convention)]
|
3 |
#![allow(clippy::upper_case_acronyms)]
|
4 |
#![allow(clippy::large_enum_variant)]
|
5 |
#![allow(clippy::wrong_self_convention)]
|
3 |
#![allow(clippy::upper_case_acronyms)]
|
4 |
#![allow(clippy::large_enum_variant)]
|
5 |
#![allow(clippy::wrong_self_convention)]
|
3 |
#![allow(clippy::upper_case_acronyms)]
|
4 |
#![allow(clippy::large_enum_variant)]
|
5 |
#![allow(clippy::wrong_self_convention)]
|
3 |
#![allow(clippy::upper_case_acronyms)]
|
4 |
#![allow(clippy::large_enum_variant)]
|
5 |
#![allow(clippy::wrong_self_convention)]
|
3 |
#![allow(clippy::upper_case_acronyms)]
|
4 |
#![allow(clippy::large_enum_variant)]
|
5 |
#![allow(clippy::wrong_self_convention)]
|
3 |
#![allow(clippy::upper_case_acronyms)]
|
4 |
#![allow(clippy::large_enum_variant)]
|
5 |
#![allow(clippy::wrong_self_convention)]
|
3 |
#![allow(clippy::upper_case_acronyms)]
|
4 |
#![allow(clippy::large_enum_variant)]
|
5 |
#![allow(clippy::wrong_self_convention)]
|
3 |
#![allow(clippy::upper_case_acronyms)]
|
4 |
#![allow(clippy::large_enum_variant)]
|
5 |
#![allow(clippy::wrong_self_convention)]
|
3 |
#![allow(clippy::upper_case_acronyms)]
|
4 |
#![allow(clippy::large_enum_variant)]
|
5 |
#![allow(clippy::wrong_self_convention)]
|
3 |
#![allow(clippy::upper_case_acronyms)]
|
4 |
#![allow(clippy::large_enum_variant)]
|
5 |
#![allow(clippy::wrong_self_convention)]
|
3 |
#![allow(clippy::upper_case_acronyms)]
|
4 |
#![allow(clippy::large_enum_variant)]
|
5 |
#![allow(clippy::wrong_self_convention)]
|
3 |
#![allow(clippy::upper_case_acronyms)]
|
4 |
#![allow(clippy::large_enum_variant)]
|
5 |
#![allow(clippy::wrong_self_convention)]
|
3 |
#![allow(clippy::upper_case_acronyms)]
|
4 |
#![allow(clippy::large_enum_variant)]
|
5 |
#![allow(clippy::wrong_self_convention)]
|
3 |
#![allow(clippy::upper_case_acronyms)]
|
4 |
#![allow(clippy::large_enum_variant)]
|
5 |
#![allow(clippy::wrong_self_convention)]
|
3 |
#![allow(clippy::upper_case_acronyms)]
|
4 |
#![allow(clippy::large_enum_variant)]
|
5 |
#![allow(clippy::wrong_self_convention)]
|
3 |
#![allow(clippy::upper_case_acronyms)]
|
4 |
#![allow(clippy::large_enum_variant)]
|
5 |
#![allow(clippy::wrong_self_convention)]
|
3 |
#![allow(clippy::upper_case_acronyms)]
|
4 |
#![allow(clippy::large_enum_variant)]
|
5 |
#![allow(clippy::wrong_self_convention)]
|
3 |
#![allow(clippy::upper_case_acronyms)]
|
4 |
#![allow(clippy::large_enum_variant)]
|
5 |
#![allow(clippy::wrong_self_convention)]
|
3 |
#![allow(clippy::upper_case_acronyms)]
|
4 |
#![allow(clippy::large_enum_variant)]
|
5 |
#![allow(clippy::wrong_self_convention)]
|
3 |
#![allow(clippy::upper_case_acronyms)]
|
4 |
#![allow(clippy::large_enum_variant)]
|
5 |
#![allow(clippy::wrong_self_convention)]
|
3 |
#![allow(clippy::upper_case_acronyms)]
|
4 |
#![allow(clippy::large_enum_variant)]
|
5 |
#![allow(clippy::wrong_self_convention)]
|
3 |
#![allow(clippy::upper_case_acronyms)]
|
4 |
#![allow(clippy::large_enum_variant)]
|
5 |
#![allow(clippy::wrong_self_convention)]
|
3 |
#![allow(clippy::upper_case_acronyms)]
|
4 |
#![allow(clippy::large_enum_variant)]
|
5 |
#![allow(clippy::wrong_self_convention)]
|
3 |
#![allow(clippy::upper_case_acronyms)]
|
4 |
#![allow(clippy::large_enum_variant)]
|
5 |
#![allow(clippy::wrong_self_convention)]
|
3 |
#![allow(clippy::upper_case_acronyms)]
|
4 |
#![allow(clippy::large_enum_variant)]
|
5 |
#![allow(clippy::wrong_self_convention)]
|
3 |
#![allow(clippy::upper_case_acronyms)]
|
4 |
#![allow(clippy::large_enum_variant)]
|
5 |
#![allow(clippy::wrong_self_convention)]
|
3 |
#![allow(clippy::upper_case_acronyms)]
|
4 |
#![allow(clippy::large_enum_variant)]
|
5 |
#![allow(clippy::wrong_self_convention)]
|
3 |
#![allow(clippy::upper_case_acronyms)]
|
4 |
#![allow(clippy::large_enum_variant)]
|
5 |
#![allow(clippy::wrong_self_convention)]
|
3 |
#![allow(clippy::upper_case_acronyms)]
|
4 |
#![allow(clippy::large_enum_variant)]
|
5 |
#![allow(clippy::wrong_self_convention)]
|
3 |
#![allow(clippy::upper_case_acronyms)]
|
4 |
#![allow(clippy::large_enum_variant)]
|
5 |
#![allow(clippy::wrong_self_convention)]
|
3 |
#![allow(clippy::upper_case_acronyms)]
|
4 |
#![allow(clippy::large_enum_variant)]
|
5 |
#![allow(clippy::wrong_self_convention)]
|
3 |
#![allow(clippy::upper_case_acronyms)]
|
4 |
#![allow(clippy::large_enum_variant)]
|
5 |
#![allow(clippy::wrong_self_convention)]
|
3 |
#![allow(clippy::upper_case_acronyms)]
|
4 |
#![allow(clippy::large_enum_variant)]
|
5 |
#![allow(clippy::wrong_self_convention)]
|
3 |
#![allow(clippy::upper_case_acronyms)]
|
4 |
#![allow(clippy::large_enum_variant)]
|
5 |
#![allow(clippy::wrong_self_convention)]
|
3 |
#![allow(clippy::upper_case_acronyms)]
|
4 |
#![allow(clippy::large_enum_variant)]
|
5 |
#![allow(clippy::wrong_self_convention)]
|
3 |
#![allow(clippy::upper_case_acronyms)]
|
4 |
#![allow(clippy::large_enum_variant)]
|
5 |
#![allow(clippy::wrong_self_convention)]
|
3 |
#![allow(clippy::upper_case_acronyms)]
|
4 |
#![allow(clippy::large_enum_variant)]
|
5 |
#![allow(clippy::wrong_self_convention)]
|
3 |
#![allow(clippy::upper_case_acronyms)]
|
4 |
#![allow(clippy::large_enum_variant)]
|
5 |
#![allow(clippy::wrong_self_convention)]
|
3 |
#![allow(clippy::upper_case_acronyms)]
|
4 |
#![allow(clippy::large_enum_variant)]
|
5 |
#![allow(clippy::wrong_self_convention)]
|
3 |
#![allow(clippy::upper_case_acronyms)]
|
4 |
#![allow(clippy::large_enum_variant)]
|
5 |
#![allow(clippy::wrong_self_convention)]
|
3 |
#![allow(clippy::upper_case_acronyms)]
|
4 |
#![allow(clippy::large_enum_variant)]
|
5 |
#![allow(clippy::wrong_self_convention)]
|
3 |
#![allow(clippy::upper_case_acronyms)]
|
4 |
#![allow(clippy::large_enum_variant)]
|
5 |
#![allow(clippy::wrong_self_convention)]
|
3 |
#![allow(clippy::upper_case_acronyms)]
|
4 |
#![allow(clippy::large_enum_variant)]
|
5 |
#![allow(clippy::wrong_self_convention)]
|
3 |
#![allow(clippy::upper_case_acronyms)]
|
4 |
#![allow(clippy::large_enum_variant)]
|
5 |
#![allow(clippy::wrong_self_convention)]
|
3 |
#![allow(clippy::upper_case_acronyms)]
|
4 |
#![allow(clippy::large_enum_variant)]
|
5 |
#![allow(clippy::wrong_self_convention)]
|
3 |
#![allow(clippy::upper_case_acronyms)]
|
4 |
#![allow(clippy::large_enum_variant)]
|
5 |
#![allow(clippy::wrong_self_convention)]
|
3 |
#![allow(clippy::upper_case_acronyms)]
|
4 |
#![allow(clippy::large_enum_variant)]
|
5 |
#![allow(clippy::wrong_self_convention)]
|
3 |
#![allow(clippy::upper_case_acronyms)]
|
4 |
#![allow(clippy::large_enum_variant)]
|
5 |
#![allow(clippy::wrong_self_convention)]
|
3 |
#![allow(clippy::upper_case_acronyms)]
|
4 |
#![allow(clippy::large_enum_variant)]
|
5 |
#![allow(clippy::wrong_self_convention)]
|
3 |
#![allow(clippy::upper_case_acronyms)]
|
4 |
#![allow(clippy::large_enum_variant)]
|
5 |
#![allow(clippy::wrong_self_convention)]
|
3 |
#![allow(clippy::upper_case_acronyms)]
|
4 |
#![allow(clippy::large_enum_variant)]
|
5 |
#![allow(clippy::wrong_self_convention)]
|
3 |
#![allow(clippy::upper_case_acronyms)]
|
4 |
#![allow(clippy::large_enum_variant)]
|
5 |
#![allow(clippy::wrong_self_convention)]
|
3 |
#![allow(clippy::upper_case_acronyms)]
|
4 |
#![allow(clippy::large_enum_variant)]
|
5 |
#![allow(clippy::wrong_self_convention)]
|
3 |
#![allow(clippy::upper_case_acronyms)]
|
4 |
#![allow(clippy::large_enum_variant)]
|
5 |
#![allow(clippy::wrong_self_convention)]
|
3 |
#![allow(clippy::upper_case_acronyms)]
|
4 |
#![allow(clippy::large_enum_variant)]
|
5 |
#![allow(clippy::wrong_self_convention)]
|
3 |
#![allow(clippy::upper_case_acronyms)]
|
4 |
#![allow(clippy::large_enum_variant)]
|
5 |
#![allow(clippy::wrong_self_convention)]
|
3 |
#![allow(clippy::upper_case_acronyms)]
|
4 |
#![allow(clippy::large_enum_variant)]
|
5 |
#![allow(clippy::wrong_self_convention)]
|
3 |
#![allow(clippy::upper_case_acronyms)]
|
4 |
#![allow(clippy::large_enum_variant)]
|
5 |
#![allow(clippy::wrong_self_convention)]
|
3 |
#![allow(clippy::upper_case_acronyms)]
|
4 |
#![allow(clippy::large_enum_variant)]
|
5 |
#![allow(clippy::wrong_self_convention)]
|
3 |
#![allow(clippy::upper_case_acronyms)]
|
4 |
#![allow(clippy::large_enum_variant)]
|
5 |
#![allow(clippy::wrong_self_convention)]
|
3 |
#![allow(clippy::upper_case_acronyms)]
|
4 |
#![allow(clippy::large_enum_variant)]
|
5 |
#![allow(clippy::wrong_self_convention)]
|
3 |
#![allow(clippy::upper_case_acronyms)]
|
4 |
#![allow(clippy::large_enum_variant)]
|
5 |
#![allow(clippy::wrong_self_convention)]
|
3 |
#![allow(clippy::upper_case_acronyms)]
|
4 |
#![allow(clippy::large_enum_variant)]
|
5 |
#![allow(clippy::wrong_self_convention)]
|
3 |
#![allow(clippy::upper_case_acronyms)]
|
4 |
#![allow(clippy::large_enum_variant)]
|
5 |
#![allow(clippy::wrong_self_convention)]
|
3 |
#![allow(clippy::upper_case_acronyms)]
|
4 |
#![allow(clippy::large_enum_variant)]
|
5 |
#![allow(clippy::wrong_self_convention)]
|
3 |
#![allow(clippy::upper_case_acronyms)]
|
4 |
#![allow(clippy::large_enum_variant)]
|
5 |
#![allow(clippy::wrong_self_convention)]
|
3 |
#![allow(clippy::upper_case_acronyms)]
|
4 |
#![allow(clippy::large_enum_variant)]
|
5 |
#![allow(clippy::wrong_self_convention)]
|
3 |
#![allow(clippy::upper_case_acronyms)]
|
4 |
#![allow(clippy::large_enum_variant)]
|
5 |
#![allow(clippy::wrong_self_convention)]
|
3 |
#![allow(clippy::upper_case_acronyms)]
|
4 |
#![allow(clippy::large_enum_variant)]
|
5 |
#![allow(clippy::wrong_self_convention)]
|
3 |
#![allow(clippy::upper_case_acronyms)]
|
4 |
#![allow(clippy::large_enum_variant)]
|
5 |
#![allow(clippy::wrong_self_convention)]
|
3 |
#![allow(clippy::upper_case_acronyms)]
|
4 |
#![allow(clippy::large_enum_variant)]
|
5 |
#![allow(clippy::wrong_self_convention)]
|
3 |
#![allow(clippy::upper_case_acronyms)]
|
4 |
#![allow(clippy::large_enum_variant)]
|
5 |
#![allow(clippy::wrong_self_convention)]
|
3 |
#![allow(clippy::upper_case_acronyms)]
|
4 |
#![allow(clippy::large_enum_variant)]
|
5 |
#![allow(clippy::wrong_self_convention)]
|
3 |
#![allow(clippy::upper_case_acronyms)]
|
4 |
#![allow(clippy::large_enum_variant)]
|
5 |
#![allow(clippy::wrong_self_convention)]
|
3 |
#![allow(clippy::upper_case_acronyms)]
|
4 |
#![allow(clippy::large_enum_variant)]
|
5 |
#![allow(clippy::wrong_self_convention)]
|
3 |
#![allow(clippy::upper_case_acronyms)]
|
4 |
#![allow(clippy::large_enum_variant)]
|
5 |
#![allow(clippy::wrong_self_convention)]
|
3 |
#![allow(clippy::upper_case_acronyms)]
|
4 |
#![allow(clippy::large_enum_variant)]
|
5 |
#![allow(clippy::wrong_self_convention)]
|
3 |
#![allow(clippy::upper_case_acronyms)]
|
4 |
#![allow(clippy::large_enum_variant)]
|
5 |
#![allow(clippy::wrong_self_convention)]
|
3 |
#![allow(clippy::upper_case_acronyms)]
|
4 |
#![allow(clippy::large_enum_variant)]
|
5 |
#![allow(clippy::wrong_self_convention)]
|
3 |
#![allow(clippy::upper_case_acronyms)]
|
4 |
#![allow(clippy::large_enum_variant)]
|
5 |
#![allow(clippy::wrong_self_convention)]
|
3 |
#![allow(clippy::upper_case_acronyms)]
|
4 |
#![allow(clippy::large_enum_variant)]
|
5 |
#![allow(clippy::wrong_self_convention)]
|
3 |
#![allow(clippy::upper_case_acronyms)]
|
4 |
#![allow(clippy::large_enum_variant)]
|
5 |
#![allow(clippy::wrong_self_convention)]
|
3 |
#![allow(clippy::upper_case_acronyms)]
|
4 |
#![allow(clippy::large_enum_variant)]
|
5 |
#![allow(clippy::wrong_self_convention)]
|
3 |
#![allow(clippy::upper_case_acronyms)]
|
4 |
#![allow(clippy::large_enum_variant)]
|
5 |
#![allow(clippy::wrong_self_convention)]
|
3 |
#![allow(clippy::upper_case_acronyms)]
|
4 |
#![allow(clippy::large_enum_variant)]
|
5 |
#![allow(clippy::wrong_self_convention)]
|
3 |
#![allow(clippy::upper_case_acronyms)]
|
4 |
#![allow(clippy::large_enum_variant)]
|
5 |
#![allow(clippy::wrong_self_convention)]
|
3 |
#![allow(clippy::upper_case_acronyms)]
|
4 |
#![allow(clippy::large_enum_variant)]
|
5 |
#![allow(clippy::wrong_self_convention)]
|
3 |
#![allow(clippy::upper_case_acronyms)]
|
4 |
#![allow(clippy::large_enum_variant)]
|
5 |
#![allow(clippy::wrong_self_convention)]
|
3 |
#![allow(clippy::upper_case_acronyms)]
|
4 |
#![allow(clippy::large_enum_variant)]
|
5 |
#![allow(clippy::wrong_self_convention)]
|
3 |
#![allow(clippy::upper_case_acronyms)]
|
4 |
#![allow(clippy::large_enum_variant)]
|
5 |
#![allow(clippy::wrong_self_convention)]
|
3 |
#![allow(clippy::upper_case_acronyms)]
|
4 |
#![allow(clippy::large_enum_variant)]
|
5 |
#![allow(clippy::wrong_self_convention)]
|
3 |
#![allow(clippy::upper_case_acronyms)]
|
4 |
#![allow(clippy::large_enum_variant)]
|
5 |
#![allow(clippy::wrong_self_convention)]
|
3 |
#![allow(clippy::upper_case_acronyms)]
|
4 |
#![allow(clippy::large_enum_variant)]
|
5 |
#![allow(clippy::wrong_self_convention)]
|
3 |
#![allow(clippy::upper_case_acronyms)]
|
4 |
#![allow(clippy::large_enum_variant)]
|
5 |
#![allow(clippy::wrong_self_convention)]
|
3 |
#![allow(clippy::upper_case_acronyms)]
|
4 |
#![allow(clippy::large_enum_variant)]
|
5 |
#![allow(clippy::wrong_self_convention)]
|
3 |
#![allow(clippy::upper_case_acronyms)]
|
4 |
#![allow(clippy::large_enum_variant)]
|
5 |
#![allow(clippy::wrong_self_convention)]
|
3 |
#![allow(clippy::upper_case_acronyms)]
|
4 |
#![allow(clippy::large_enum_variant)]
|
5 |
#![allow(clippy::wrong_self_convention)]
|
3 |
#![allow(clippy::upper_case_acronyms)]
|
4 |
#![allow(clippy::large_enum_variant)]
|
5 |
#![allow(clippy::wrong_self_convention)]
|
3 |
#![allow(clippy::upper_case_acronyms)]
|
4 |
#![allow(clippy::large_enum_variant)]
|
5 |
#![allow(clippy::wrong_self_convention)]
|
3 |
#![allow(clippy::upper_case_acronyms)]
|
4 |
#![allow(clippy::large_enum_variant)]
|
5 |
#![allow(clippy::wrong_self_convention)]
|
3 |
#![allow(clippy::upper_case_acronyms)]
|
4 |
#![allow(clippy::large_enum_variant)]
|
5 |
#![allow(clippy::wrong_self_convention)]
|
3 |
#![allow(clippy::upper_case_acronyms)]
|
4 |
#![allow(clippy::large_enum_variant)]
|
5 |
#![allow(clippy::wrong_self_convention)]
|
3 |
#![allow(clippy::upper_case_acronyms)]
|
4 |
#![allow(clippy::large_enum_variant)]
|
5 |
#![allow(clippy::wrong_self_convention)]
|
3 |
#![allow(clippy::upper_case_acronyms)]
|
4 |
#![allow(clippy::large_enum_variant)]
|
5 |
#![allow(clippy::wrong_self_convention)]
|
3 |
#![allow(clippy::upper_case_acronyms)]
|
4 |
#![allow(clippy::large_enum_variant)]
|
5 |
#![allow(clippy::wrong_self_convention)]
|
3 |
#![allow(clippy::upper_case_acronyms)]
|
4 |
#![allow(clippy::large_enum_variant)]
|
5 |
#![allow(clippy::wrong_self_convention)]
|
3 |
#![allow(clippy::upper_case_acronyms)]
|
4 |
#![allow(clippy::large_enum_variant)]
|
5 |
#![allow(clippy::wrong_self_convention)]
|
3 |
#![allow(clippy::upper_case_acronyms)]
|
4 |
#![allow(clippy::large_enum_variant)]
|
5 |
#![allow(clippy::wrong_self_convention)]
|
3 |
#![allow(clippy::upper_case_acronyms)]
|
4 |
#![allow(clippy::large_enum_variant)]
|
5 |
#![allow(clippy::wrong_self_convention)]
|
3 |
#![allow(clippy::upper_case_acronyms)]
|
4 |
#![allow(clippy::large_enum_variant)]
|
5 |
#![allow(clippy::wrong_self_convention)]
|
3 |
#![allow(clippy::upper_case_acronyms)]
|
4 |
#![allow(clippy::large_enum_variant)]
|
5 |
#![allow(clippy::wrong_self_convention)]
|
3 |
#![allow(clippy::upper_case_acronyms)]
|
4 |
#![allow(clippy::large_enum_variant)]
|
5 |
#![allow(clippy::wrong_self_convention)]
|
3 |
#![allow(clippy::upper_case_acronyms)]
|
4 |
#![allow(clippy::large_enum_variant)]
|
5 |
#![allow(clippy::wrong_self_convention)]
|
3 |
#![allow(clippy::upper_case_acronyms)]
|
4 |
#![allow(clippy::large_enum_variant)]
|
5 |
#![allow(clippy::wrong_self_convention)]
|
3 |
#![allow(clippy::upper_case_acronyms)]
|
4 |
#![allow(clippy::large_enum_variant)]
|
5 |
#![allow(clippy::wrong_self_convention)]
|
3 |
#![allow(clippy::upper_case_acronyms)]
|
4 |
#![allow(clippy::large_enum_variant)]
|
5 |
#![allow(clippy::wrong_self_convention)]
|
3 |
#![allow(clippy::upper_case_acronyms)]
|
4 |
#![allow(clippy::large_enum_variant)]
|
5 |
#![allow(clippy::wrong_self_convention)]
|
3 |
#![allow(clippy::upper_case_acronyms)]
|
4 |
#![allow(clippy::large_enum_variant)]
|
5 |
#![allow(clippy::wrong_self_convention)]
|
3 |
#![allow(clippy::upper_case_acronyms)]
|
4 |
#![allow(clippy::large_enum_variant)]
|
5 |
#![allow(clippy::wrong_self_convention)]
|
3 |
#![allow(clippy::upper_case_acronyms)]
|
4 |
#![allow(clippy::large_enum_variant)]
|
5 |
#![allow(clippy::wrong_self_convention)]
|
3 |
#![allow(clippy::upper_case_acronyms)]
|
4 |
#![allow(clippy::large_enum_variant)]
|
5 |
#![allow(clippy::wrong_self_convention)]
|
3 |
#![allow(clippy::upper_case_acronyms)]
|
4 |
#![allow(clippy::large_enum_variant)]
|
5 |
#![allow(clippy::wrong_self_convention)]
|
3 |
#![allow(clippy::upper_case_acronyms)]
|
4 |
#![allow(clippy::large_enum_variant)]
|
5 |
#![allow(clippy::wrong_self_convention)]
|
3 |
#![allow(clippy::upper_case_acronyms)]
|
4 |
#![allow(clippy::large_enum_variant)]
|
5 |
#![allow(clippy::wrong_self_convention)]
|
3 |
#![allow(clippy::upper_case_acronyms)]
|
4 |
#![allow(clippy::large_enum_variant)]
|
5 |
#![allow(clippy::wrong_self_convention)]
|
3 |
#![allow(clippy::upper_case_acronyms)]
|
4 |
#![allow(clippy::large_enum_variant)]
|
5 |
#![allow(clippy::wrong_self_convention)]
|
3 |
#![allow(clippy::upper_case_acronyms)]
|
4 |
#![allow(clippy::large_enum_variant)]
|
5 |
#![allow(clippy::wrong_self_convention)]
|
3 |
#![allow(clippy::upper_case_acronyms)]
|
4 |
#![allow(clippy::large_enum_variant)]
|
5 |
#![allow(clippy::wrong_self_convention)]
|
3 |
#![allow(clippy::upper_case_acronyms)]
|
4 |
#![allow(clippy::large_enum_variant)]
|
5 |
#![allow(clippy::wrong_self_convention)]
|
3 |
#![allow(clippy::upper_case_acronyms)]
|
4 |
#![allow(clippy::large_enum_variant)]
|
5 |
#![allow(clippy::wrong_self_convention)]
|
3 |
#![allow(clippy::upper_case_acronyms)]
|
4 |
#![allow(clippy::large_enum_variant)]
|
5 |
#![allow(clippy::wrong_self_convention)]
|
3 |
#![allow(clippy::upper_case_acronyms)]
|
4 |
#![allow(clippy::large_enum_variant)]
|
5 |
#![allow(clippy::wrong_self_convention)]
|
3 |
#![allow(clippy::upper_case_acronyms)]
|
4 |
#![allow(clippy::large_enum_variant)]
|
5 |
#![allow(clippy::wrong_self_convention)]
|
3 |
#![allow(clippy::upper_case_acronyms)]
|
4 |
#![allow(clippy::large_enum_variant)]
|
5 |
#![allow(clippy::wrong_self_convention)]
|
3 |
#![allow(clippy::upper_case_acronyms)]
|
4 |
#![allow(clippy::large_enum_variant)]
|
5 |
#![allow(clippy::wrong_self_convention)]
|
3 |
#![allow(clippy::upper_case_acronyms)]
|
4 |
#![allow(clippy::large_enum_variant)]
|
5 |
#![allow(clippy::wrong_self_convention)]
|
3 |
#![allow(clippy::upper_case_acronyms)]
|
4 |
#![allow(clippy::large_enum_variant)]
|
5 |
#![allow(clippy::wrong_self_convention)]
|
3 |
#![allow(clippy::upper_case_acronyms)]
|
4 |
#![allow(clippy::large_enum_variant)]
|
5 |
#![allow(clippy::wrong_self_convention)]
|
3 |
#![allow(clippy::upper_case_acronyms)]
|
4 |
#![allow(clippy::large_enum_variant)]
|
5 |
#![allow(clippy::wrong_self_convention)]
|
3 |
#![allow(clippy::upper_case_acronyms)]
|
4 |
#![allow(clippy::large_enum_variant)]
|
5 |
#![allow(clippy::wrong_self_convention)]
|
3 |
#![allow(clippy::upper_case_acronyms)]
|
4 |
#![allow(clippy::large_enum_variant)]
|
5 |
#![allow(clippy::wrong_self_convention)]
|
3 |
#![allow(clippy::upper_case_acronyms)]
|
4 |
#![allow(clippy::large_enum_variant)]
|
5 |
#![allow(clippy::wrong_self_convention)]
|
3 |
#![allow(clippy::upper_case_acronyms)]
|
4 |
#![allow(clippy::large_enum_variant)]
|
5 |
#![allow(clippy::wrong_self_convention)]
|
3 |
#![allow(clippy::upper_case_acronyms)]
|
4 |
#![allow(clippy::large_enum_variant)]
|
5 |
#![allow(clippy::wrong_self_convention)]
|
3 |
#![allow(clippy::upper_case_acronyms)]
|
4 |
#![allow(clippy::large_enum_variant)]
|
5 |
#![allow(clippy::wrong_self_convention)]
|
3 |
#![allow(clippy::upper_case_acronyms)]
|
4 |
#![allow(clippy::large_enum_variant)]
|
5 |
#![allow(clippy::wrong_self_convention)]
|
3 |
#![allow(clippy::upper_case_acronyms)]
|
4 |
#![allow(clippy::large_enum_variant)]
|
5 |
#![allow(clippy::wrong_self_convention)]
|
3 |
#![allow(clippy::upper_case_acronyms)]
|
4 |
#![allow(clippy::large_enum_variant)]
|
5 |
#![allow(clippy::wrong_self_convention)]
|
3 |
#![allow(clippy::upper_case_acronyms)]
|
4 |
#![allow(clippy::large_enum_variant)]
|
5 |
#![allow(clippy::wrong_self_convention)]
|
3 |
#![allow(clippy::upper_case_acronyms)]
|
4 |
#![allow(clippy::large_enum_variant)]
|
5 |
#![allow(clippy::wrong_self_convention)]
|
3 |
#![allow(clippy::upper_case_acronyms)]
|
4 |
#![allow(clippy::large_enum_variant)]
|
5 |
#![allow(clippy::wrong_self_convention)]
|
3 |
#![allow(clippy::upper_case_acronyms)]
|
4 |
#![allow(clippy::large_enum_variant)]
|
5 |
#![allow(clippy::wrong_self_convention)]
|
3 |
#![allow(clippy::upper_case_acronyms)]
|
4 |
#![allow(clippy::large_enum_variant)]
|
5 |
#![allow(clippy::wrong_self_convention)]
|
3 |
#![allow(clippy::upper_case_acronyms)]
|
4 |
#![allow(clippy::large_enum_variant)]
|
5 |
#![allow(clippy::wrong_self_convention)]
|
3 |
#![allow(clippy::upper_case_acronyms)]
|
4 |
#![allow(clippy::large_enum_variant)]
|
5 |
#![allow(clippy::wrong_self_convention)]
|
3 |
#![allow(clippy::upper_case_acronyms)]
|
4 |
#![allow(clippy::large_enum_variant)]
|
5 |
#![allow(clippy::wrong_self_convention)]
|
3 |
#![allow(clippy::upper_case_acronyms)]
|
4 |
#![allow(clippy::large_enum_variant)]
|
5 |
#![allow(clippy::wrong_self_convention)]
|
3 |
#![allow(clippy::upper_case_acronyms)]
|
4 |
#![allow(clippy::large_enum_variant)]
|
5 |
#![allow(clippy::wrong_self_convention)]
|
3 |
#![allow(clippy::upper_case_acronyms)]
|
4 |
#![allow(clippy::large_enum_variant)]
|
5 |
#![allow(clippy::wrong_self_convention)]
|
3 |
#![allow(clippy::upper_case_acronyms)]
|
4 |
#![allow(clippy::large_enum_variant)]
|
5 |
#![allow(clippy::wrong_self_convention)]
|
3 |
#![allow(clippy::upper_case_acronyms)]
|
4 |
#![allow(clippy::large_enum_variant)]
|
5 |
#![allow(clippy::wrong_self_convention)]
|
3 |
#![allow(clippy::upper_case_acronyms)]
|
4 |
#![allow(clippy::large_enum_variant)]
|
5 |
#![allow(clippy::wrong_self_convention)]
|
3 |
#![allow(clippy::upper_case_acronyms)]
|
4 |
#![allow(clippy::large_enum_variant)]
|
5 |
#![allow(clippy::wrong_self_convention)]
|
3 |
#![allow(clippy::upper_case_acronyms)]
|
4 |
#![allow(clippy::large_enum_variant)]
|
5 |
#![allow(clippy::wrong_self_convention)]
|
3 |
#![allow(clippy::upper_case_acronyms)]
|
4 |
#![allow(clippy::large_enum_variant)]
|
5 |
#![allow(clippy::wrong_self_convention)]
|
3 |
#![allow(clippy::upper_case_acronyms)]
|
4 |
#![allow(clippy::large_enum_variant)]
|
5 |
#![allow(clippy::wrong_self_convention)]
|
3 |
#![allow(clippy::upper_case_acronyms)]
|
4 |
#![allow(clippy::large_enum_variant)]
|
5 |
#![allow(clippy::wrong_self_convention)]
|
3 |
#![allow(clippy::upper_case_acronyms)]
|
4 |
#![allow(clippy::large_enum_variant)]
|
5 |
#![allow(clippy::wrong_self_convention)]
|
3 |
#![allow(clippy::upper_case_acronyms)]
|
4 |
#![allow(clippy::large_enum_variant)]
|
5 |
#![allow(clippy::wrong_self_convention)]
|
3 |
#![allow(clippy::upper_case_acronyms)]
|
4 |
#![allow(clippy::large_enum_variant)]
|
5 |
#![allow(clippy::wrong_self_convention)]
|
3 |
#![allow(clippy::upper_case_acronyms)]
|
4 |
#![allow(clippy::large_enum_variant)]
|
5 |
#![allow(clippy::wrong_self_convention)]
|
3 |
#![allow(clippy::upper_case_acronyms)]
|
4 |
#![allow(clippy::large_enum_variant)]
|
5 |
#![allow(clippy::wrong_self_convention)]
|
3 |
#![allow(clippy::upper_case_acronyms)]
|
4 |
#![allow(clippy::large_enum_variant)]
|
5 |
#![allow(clippy::wrong_self_convention)]
|
3 |
#![allow(clippy::upper_case_acronyms)]
|
4 |
#![allow(clippy::large_enum_variant)]
|
5 |
#![allow(clippy::wrong_self_convention)]
|
3 |
#![allow(clippy::upper_case_acronyms)]
|
4 |
#![allow(clippy::large_enum_variant)]
|
5 |
#![allow(clippy::wrong_self_convention)]
|
3 |
#![allow(clippy::upper_case_acronyms)]
|
4 |
#![allow(clippy::large_enum_variant)]
|
5 |
#![allow(clippy::wrong_self_convention)]
|
3 |
#![allow(clippy::upper_case_acronyms)]
|
4 |
#![allow(clippy::large_enum_variant)]
|
5 |
#![allow(clippy::wrong_self_convention)]
|
3 |
#![allow(clippy::upper_case_acronyms)]
|
4 |
#![allow(clippy::large_enum_variant)]
|
5 |
#![allow(clippy::wrong_self_convention)]
|
3 |
#![allow(clippy::upper_case_acronyms)]
|
4 |
#![allow(clippy::large_enum_variant)]
|
5 |
#![allow(clippy::wrong_self_convention)]
|
3 |
#![allow(clippy::upper_case_acronyms)]
|
4 |
#![allow(clippy::large_enum_variant)]
|
5 |
#![allow(clippy::wrong_self_convention)]
|
3 |
#![allow(clippy::upper_case_acronyms)]
|
4 |
#![allow(clippy::large_enum_variant)]
|
5 |
#![allow(clippy::wrong_self_convention)]
|
3 |
#![allow(clippy::upper_case_acronyms)]
|
4 |
#![allow(clippy::large_enum_variant)]
|
5 |
#![allow(clippy::wrong_self_convention)]
|
3 |
#![allow(clippy::upper_case_acronyms)]
|
4 |
#![allow(clippy::large_enum_variant)]
|
5 |
#![allow(clippy::wrong_self_convention)]
|
3 |
#![allow(clippy::upper_case_acronyms)]
|
4 |
#![allow(clippy::large_enum_variant)]
|
5 |
#![allow(clippy::wrong_self_convention)]
|
3 |
#![allow(clippy::upper_case_acronyms)]
|
4 |
#![allow(clippy::large_enum_variant)]
|
5 |
#![allow(clippy::wrong_self_convention)]
|
3 |
#![allow(clippy::upper_case_acronyms)]
|
4 |
#![allow(clippy::large_enum_variant)]
|
5 |
#![allow(clippy::wrong_self_convention)]
|
3 |
#![allow(clippy::upper_case_acronyms)]
|
4 |
#![allow(clippy::large_enum_variant)]
|
5 |
#![allow(clippy::wrong_self_convention)]
|
3 |
#![allow(clippy::upper_case_acronyms)]
|
4 |
#![allow(clippy::large_enum_variant)]
|
5 |
#![allow(clippy::wrong_self_convention)]
|
3 |
#![allow(clippy::upper_case_acronyms)]
|
4 |
#![allow(clippy::large_enum_variant)]
|
5 |
#![allow(clippy::wrong_self_convention)]
|
3 |
#![allow(clippy::upper_case_acronyms)]
|
4 |
#![allow(clippy::large_enum_variant)]
|
5 |
#![allow(clippy::wrong_self_convention)]
|
3 |
#![allow(clippy::upper_case_acronyms)]
|
4 |
#![allow(clippy::large_enum_variant)]
|
5 |
#![allow(clippy::wrong_self_convention)]
|
3 |
#![allow(clippy::upper_case_acronyms)]
|
4 |
#![allow(clippy::large_enum_variant)]
|
5 |
#![allow(clippy::wrong_self_convention)]
|
3 |
#![allow(clippy::upper_case_acronyms)]
|
4 |
#![allow(clippy::large_enum_variant)]
|
5 |
#![allow(clippy::wrong_self_convention)]
|
3 |
#![allow(clippy::upper_case_acronyms)]
|
4 |
#![allow(clippy::large_enum_variant)]
|
5 |
#![allow(clippy::wrong_self_convention)]
|
3 |
#![allow(clippy::upper_case_acronyms)]
|
4 |
#![allow(clippy::large_enum_variant)]
|
5 |
#![allow(clippy::wrong_self_convention)]
|
3 |
#![allow(clippy::upper_case_acronyms)]
|
4 |
#![allow(clippy::large_enum_variant)]
|
5 |
#![allow(clippy::wrong_self_convention)]
|
3 |
#![allow(clippy::upper_case_acronyms)]
|
4 |
#![allow(clippy::large_enum_variant)]
|
5 |
#![allow(clippy::wrong_self_convention)]
|
3 |
#![allow(clippy::upper_case_acronyms)]
|
4 |
#![allow(clippy::large_enum_variant)]
|
5 |
#![allow(clippy::wrong_self_convention)]
|
3 |
#![allow(clippy::upper_case_acronyms)]
|
4 |
#![allow(clippy::large_enum_variant)]
|
5 |
#![allow(clippy::wrong_self_convention)]
|
3 |
#![allow(clippy::upper_case_acronyms)]
|
4 |
#![allow(clippy::large_enum_variant)]
|
5 |
#![allow(clippy::wrong_self_convention)]
|
3 |
#![allow(clippy::upper_case_acronyms)]
|
4 |
#![allow(clippy::large_enum_variant)]
|
5 |
#![allow(clippy::wrong_self_convention)]
|
3 |
#![allow(clippy::upper_case_acronyms)]
|
4 |
#![allow(clippy::large_enum_variant)]
|
5 |
#![allow(clippy::wrong_self_convention)]
|
3 |
#![allow(clippy::upper_case_acronyms)]
|
4 |
#![allow(clippy::large_enum_variant)]
|
5 |
#![allow(clippy::wrong_self_convention)]
|
3 |
#![allow(clippy::upper_case_acronyms)]
|
4 |
#![allow(clippy::large_enum_variant)]
|
5 |
#![allow(clippy::wrong_self_convention)]
|
3 |
#![allow(clippy::upper_case_acronyms)]
|
4 |
#![allow(clippy::large_enum_variant)]
|
5 |
#![allow(clippy::wrong_self_convention)]
|
3 |
#![allow(clippy::upper_case_acronyms)]
|
4 |
#![allow(clippy::large_enum_variant)]
|
5 |
#![allow(clippy::wrong_self_convention)]
|
3 |
#![allow(clippy::upper_case_acronyms)]
|
4 |
#![allow(clippy::large_enum_variant)]
|
5 |
#![allow(clippy::wrong_self_convention)]
|
3 |
#![allow(clippy::upper_case_acronyms)]
|
4 |
#![allow(clippy::large_enum_variant)]
|
5 |
#![allow(clippy::wrong_self_convention)]
|
3 |
#![allow(clippy::upper_case_acronyms)]
|
4 |
#![allow(clippy::large_enum_variant)]
|
5 |
#![allow(clippy::wrong_self_convention)]
|
3 |
#![allow(clippy::upper_case_acronyms)]
|
4 |
#![allow(clippy::large_enum_variant)]
|
5 |
#![allow(clippy::wrong_self_convention)]
|
3 |
#![allow(clippy::upper_case_acronyms)]
|
4 |
#![allow(clippy::large_enum_variant)]
|
5 |
#![allow(clippy::wrong_self_convention)]
|
3 |
#![allow(clippy::upper_case_acronyms)]
|
4 |
#![allow(clippy::large_enum_variant)]
|
5 |
#![allow(clippy::wrong_self_convention)]
|
3 |
#![allow(clippy::upper_case_acronyms)]
|
4 |
#![allow(clippy::large_enum_variant)]
|
5 |
#![allow(clippy::wrong_self_convention)]
|
3 |
#![allow(clippy::upper_case_acronyms)]
|
4 |
#![allow(clippy::large_enum_variant)]
|
5 |
#![allow(clippy::wrong_self_convention)]
|
3 |
#![allow(clippy::upper_case_acronyms)]
|
4 |
#![allow(clippy::large_enum_variant)]
|
5 |
#![allow(clippy::wrong_self_convention)]
|
3 |
#![allow(clippy::upper_case_acronyms)]
|
4 |
#![allow(clippy::large_enum_variant)]
|
5 |
#![allow(clippy::wrong_self_convention)]
|
3 |
#![allow(clippy::upper_case_acronyms)]
|
4 |
#![allow(clippy::large_enum_variant)]
|
5 |
#![allow(clippy::wrong_self_convention)]
|
3 |
#![allow(clippy::upper_case_acronyms)]
|
4 |
#![allow(clippy::large_enum_variant)]
|
5 |
#![allow(clippy::wrong_self_convention)]
|
3 |
#![allow(clippy::upper_case_acronyms)]
|
4 |
#![allow(clippy::large_enum_variant)]
|
5 |
#![allow(clippy::wrong_self_convention)]
|
3 |
#![allow(clippy::upper_case_acronyms)]
|
4 |
#![allow(clippy::large_enum_variant)]
|
5 |
#![allow(clippy::wrong_self_convention)]
|
3 |
#![allow(clippy::upper_case_acronyms)]
|
4 |
#![allow(clippy::large_enum_variant)]
|
5 |
#![allow(clippy::wrong_self_convention)]
|
3 |
#![allow(clippy::upper_case_acronyms)]
|
4 |
#![allow(clippy::large_enum_variant)]
|
5 |
#![allow(clippy::wrong_self_convention)]
|
3 |
#![allow(clippy::upper_case_acronyms)]
|
4 |
#![allow(clippy::large_enum_variant)]
|
5 |
#![allow(clippy::wrong_self_convention)]
|
3 |
#![allow(clippy::upper_case_acronyms)]
|
4 |
#![allow(clippy::large_enum_variant)]
|
5 |
#![allow(clippy::wrong_self_convention)]
|
3 |
#![allow(clippy::upper_case_acronyms)]
|
4 |
#![allow(clippy::large_enum_variant)]
|
5 |
#![allow(clippy::wrong_self_convention)]
|
3 |
#![allow(clippy::upper_case_acronyms)]
|
4 |
#![allow(clippy::large_enum_variant)]
|
5 |
#![allow(clippy::wrong_self_convention)]
|
7 |
#![deny(unused_extern_crates)]
|
8 |
#![allow(clippy::large_enum_variant)]
|
3 |
#![allow(clippy::ptr_arg)]
|
4 |
#![allow(clippy::large_enum_variant)]
|
5 |
#![allow(clippy::derive_partial_eq_without_eq)]
|
3 |
#![allow(clippy::ptr_arg)]
|
4 |
#![allow(clippy::large_enum_variant)]
|
5 |
#![allow(clippy::derive_partial_eq_without_eq)]
|
3 |
#![allow(clippy::ptr_arg)]
|
4 |
#![allow(clippy::large_enum_variant)]
|
5 |
#![allow(clippy::derive_partial_eq_without_eq)]
|
3 |
#![allow(clippy::ptr_arg)]
|
4 |
#![allow(clippy::large_enum_variant)]
|
5 |
#![allow(clippy::derive_partial_eq_without_eq)]
|
3 |
#![allow(clippy::ptr_arg)]
|
4 |
#![allow(clippy::large_enum_variant)]
|
5 |
#![allow(clippy::derive_partial_eq_without_eq)]
|
3 |
#![allow(clippy::ptr_arg)]
|
4 |
#![allow(clippy::large_enum_variant)]
|
5 |
#![allow(clippy::derive_partial_eq_without_eq)]
|
3 |
#![allow(clippy::ptr_arg)]
|
4 |
#![allow(clippy::large_enum_variant)]
|
5 |
#![allow(clippy::derive_partial_eq_without_eq)]
|
3 |
#![allow(clippy::ptr_arg)]
|
4 |
#![allow(clippy::large_enum_variant)]
|
5 |
#![allow(clippy::derive_partial_eq_without_eq)]
|
3 |
#![allow(clippy::ptr_arg)]
|
4 |
#![allow(clippy::large_enum_variant)]
|
5 |
#![allow(clippy::derive_partial_eq_without_eq)]
|
3 |
#![allow(clippy::ptr_arg)]
|
4 |
#![allow(clippy::large_enum_variant)]
|
5 |
#![allow(clippy::derive_partial_eq_without_eq)]
|
3 |
#![allow(clippy::ptr_arg)]
|
4 |
#![allow(clippy::large_enum_variant)]
|
5 |
#![allow(clippy::derive_partial_eq_without_eq)]
|
3 |
#![allow(clippy::ptr_arg)]
|
4 |
#![allow(clippy::large_enum_variant)]
|
5 |
#![allow(clippy::derive_partial_eq_without_eq)]
|
3 |
#![allow(clippy::ptr_arg)]
|
4 |
#![allow(clippy::large_enum_variant)]
|
5 |
#![allow(clippy::derive_partial_eq_without_eq)]
|
3 |
#![allow(clippy::ptr_arg)]
|
4 |
#![allow(clippy::large_enum_variant)]
|
5 |
#![allow(clippy::derive_partial_eq_without_eq)]
|
3 |
#![allow(clippy::ptr_arg)]
|
4 |
#![allow(clippy::large_enum_variant)]
|
5 |
#![allow(clippy::derive_partial_eq_without_eq)]
|
3 |
#![allow(clippy::ptr_arg)]
|
4 |
#![allow(clippy::large_enum_variant)]
|
5 |
#![allow(clippy::derive_partial_eq_without_eq)]
|
3 |
#![allow(clippy::ptr_arg)]
|
4 |
#![allow(clippy::large_enum_variant)]
|
5 |
#![allow(clippy::derive_partial_eq_without_eq)]
|
3 |
#![allow(clippy::ptr_arg)]
|
4 |
#![allow(clippy::large_enum_variant)]
|
5 |
#![allow(clippy::derive_partial_eq_without_eq)]
|
3 |
#![allow(clippy::ptr_arg)]
|
4 |
#![allow(clippy::large_enum_variant)]
|
5 |
#![allow(clippy::derive_partial_eq_without_eq)]
|
3 |
#![allow(clippy::ptr_arg)]
|
4 |
#![allow(clippy::large_enum_variant)]
|
5 |
#![allow(clippy::derive_partial_eq_without_eq)]
|
3 |
#![allow(clippy::ptr_arg)]
|
4 |
#![allow(clippy::large_enum_variant)]
|
5 |
#![allow(clippy::derive_partial_eq_without_eq)]
|
3 |
#![allow(clippy::ptr_arg)]
|
4 |
#![allow(clippy::large_enum_variant)]
|
5 |
#![allow(clippy::derive_partial_eq_without_eq)]
|
3 |
#![allow(clippy::ptr_arg)]
|
4 |
#![allow(clippy::large_enum_variant)]
|
5 |
#![allow(clippy::derive_partial_eq_without_eq)]
|
3 |
#![allow(clippy::ptr_arg)]
|
4 |
#![allow(clippy::large_enum_variant)]
|
5 |
#![allow(clippy::derive_partial_eq_without_eq)]
|
3 |
#![allow(clippy::ptr_arg)]
|
4 |
#![allow(clippy::large_enum_variant)]
|
5 |
#![allow(clippy::derive_partial_eq_without_eq)]
|
3 |
#![allow(clippy::ptr_arg)]
|
4 |
#![allow(clippy::large_enum_variant)]
|
5 |
#![allow(clippy::derive_partial_eq_without_eq)]
|
3 |
#![allow(clippy::ptr_arg)]
|
4 |
#![allow(clippy::large_enum_variant)]
|
5 |
#![allow(clippy::derive_partial_eq_without_eq)]
|
3 |
#![allow(clippy::ptr_arg)]
|
4 |
#![allow(clippy::large_enum_variant)]
|
5 |
#![allow(clippy::derive_partial_eq_without_eq)]
|
3 |
#![allow(clippy::ptr_arg)]
|
4 |
#![allow(clippy::large_enum_variant)]
|
5 |
#![allow(clippy::derive_partial_eq_without_eq)]
|
3 |
#![allow(clippy::ptr_arg)]
|
4 |
#![allow(clippy::large_enum_variant)]
|
5 |
#![allow(clippy::derive_partial_eq_without_eq)]
|
3 |
#![allow(clippy::ptr_arg)]
|
4 |
#![allow(clippy::large_enum_variant)]
|
5 |
#![allow(clippy::derive_partial_eq_without_eq)]
|
3 |
#![allow(clippy::ptr_arg)]
|
4 |
#![allow(clippy::large_enum_variant)]
|
5 |
#![allow(clippy::derive_partial_eq_without_eq)]
|
3 |
#![allow(clippy::ptr_arg)]
|
4 |
#![allow(clippy::large_enum_variant)]
|
5 |
#![allow(clippy::derive_partial_eq_without_eq)]
|
3 |
#![allow(clippy::ptr_arg)]
|
4 |
#![allow(clippy::large_enum_variant)]
|
5 |
#![allow(clippy::derive_partial_eq_without_eq)]
|
3 |
#![allow(clippy::ptr_arg)]
|
4 |
#![allow(clippy::large_enum_variant)]
|
5 |
#![allow(clippy::derive_partial_eq_without_eq)]
|
3 |
#![allow(clippy::ptr_arg)]
|
4 |
#![allow(clippy::large_enum_variant)]
|
5 |
#![allow(clippy::derive_partial_eq_without_eq)]
|
3 |
#![allow(clippy::ptr_arg)]
|
4 |
#![allow(clippy::large_enum_variant)]
|
5 |
#![allow(clippy::derive_partial_eq_without_eq)]
|
3 |
#![allow(clippy::ptr_arg)]
|
4 |
#![allow(clippy::large_enum_variant)]
|
5 |
#![allow(clippy::derive_partial_eq_without_eq)]
|
3 |
#![allow(clippy::ptr_arg)]
|
4 |
#![allow(clippy::large_enum_variant)]
|
5 |
#![allow(clippy::derive_partial_eq_without_eq)]
|
3 |
#![allow(clippy::ptr_arg)]
|
4 |
#![allow(clippy::large_enum_variant)]
|
5 |
#![allow(clippy::derive_partial_eq_without_eq)]
|
3 |
#![allow(clippy::ptr_arg)]
|
4 |
#![allow(clippy::large_enum_variant)]
|
5 |
#![allow(clippy::derive_partial_eq_without_eq)]
|
3 |
#![allow(clippy::ptr_arg)]
|
4 |
#![allow(clippy::large_enum_variant)]
|
5 |
#![allow(clippy::derive_partial_eq_without_eq)]
|
3 |
#![allow(clippy::ptr_arg)]
|
4 |
#![allow(clippy::large_enum_variant)]
|
5 |
#![allow(clippy::derive_partial_eq_without_eq)]
|
3 |
#![allow(clippy::ptr_arg)]
|
4 |
#![allow(clippy::large_enum_variant)]
|
5 |
#![allow(clippy::derive_partial_eq_without_eq)]
|
3 |
#![allow(clippy::ptr_arg)]
|
4 |
#![allow(clippy::large_enum_variant)]
|
5 |
#![allow(clippy::derive_partial_eq_without_eq)]
|
3 |
#![allow(clippy::ptr_arg)]
|
4 |
#![allow(clippy::large_enum_variant)]
|
5 |
#![allow(clippy::derive_partial_eq_without_eq)]
|
3 |
#![allow(clippy::ptr_arg)]
|
4 |
#![allow(clippy::large_enum_variant)]
|
5 |
#![allow(clippy::derive_partial_eq_without_eq)]
|
3 |
#![allow(clippy::ptr_arg)]
|
4 |
#![allow(clippy::large_enum_variant)]
|
5 |
#![allow(clippy::derive_partial_eq_without_eq)]
|
3 |
#![allow(clippy::ptr_arg)]
|
4 |
#![allow(clippy::large_enum_variant)]
|
5 |
#![allow(clippy::derive_partial_eq_without_eq)]
|
3 |
#![allow(clippy::ptr_arg)]
|
4 |
#![allow(clippy::large_enum_variant)]
|
5 |
#![allow(clippy::derive_partial_eq_without_eq)]
|
3 |
#![allow(clippy::ptr_arg)]
|
4 |
#![allow(clippy::large_enum_variant)]
|
5 |
#![allow(clippy::derive_partial_eq_without_eq)]
|
3 |
#![allow(clippy::ptr_arg)]
|
4 |
#![allow(clippy::large_enum_variant)]
|
5 |
#![allow(clippy::derive_partial_eq_without_eq)]
|
3 |
#![allow(clippy::ptr_arg)]
|
4 |
#![allow(clippy::large_enum_variant)]
|
5 |
#![allow(clippy::derive_partial_eq_without_eq)]
|
3 |
#![allow(clippy::ptr_arg)]
|
4 |
#![allow(clippy::large_enum_variant)]
|
5 |
#![allow(clippy::derive_partial_eq_without_eq)]
|
3 |
#![allow(clippy::ptr_arg)]
|
4 |
#![allow(clippy::large_enum_variant)]
|
5 |
#![allow(clippy::derive_partial_eq_without_eq)]
|
3 |
#![allow(clippy::ptr_arg)]
|
4 |
#![allow(clippy::large_enum_variant)]
|
5 |
#![allow(clippy::derive_partial_eq_without_eq)]
|
3 |
#![allow(clippy::ptr_arg)]
|
4 |
#![allow(clippy::large_enum_variant)]
|
5 |
#![allow(clippy::derive_partial_eq_without_eq)]
|
3 |
#![allow(clippy::ptr_arg)]
|
4 |
#![allow(clippy::large_enum_variant)]
|
5 |
#![allow(clippy::derive_partial_eq_without_eq)]
|
3 |
#![allow(clippy::ptr_arg)]
|
4 |
#![allow(clippy::large_enum_variant)]
|
5 |
#![allow(clippy::derive_partial_eq_without_eq)]
|
3 |
#![allow(clippy::ptr_arg)]
|
4 |
#![allow(clippy::large_enum_variant)]
|
5 |
#![allow(clippy::derive_partial_eq_without_eq)]
|
3 |
#![allow(clippy::ptr_arg)]
|
4 |
#![allow(clippy::large_enum_variant)]
|
5 |
#![allow(clippy::derive_partial_eq_without_eq)]
|
3 |
#![allow(clippy::ptr_arg)]
|
4 |
#![allow(clippy::large_enum_variant)]
|
5 |
#![allow(clippy::derive_partial_eq_without_eq)]
|
3 |
#![allow(clippy::ptr_arg)]
|
4 |
#![allow(clippy::large_enum_variant)]
|
5 |
#![allow(clippy::derive_partial_eq_without_eq)]
|
3 |
#![allow(clippy::ptr_arg)]
|
4 |
#![allow(clippy::large_enum_variant)]
|
5 |
#![allow(clippy::derive_partial_eq_without_eq)]
|
3 |
#![allow(clippy::ptr_arg)]
|
4 |
#![allow(clippy::large_enum_variant)]
|
5 |
#![allow(clippy::derive_partial_eq_without_eq)]
|
3 |
#![allow(clippy::ptr_arg)]
|
4 |
#![allow(clippy::large_enum_variant)]
|
5 |
#![allow(clippy::derive_partial_eq_without_eq)]
|
3 |
#![allow(clippy::ptr_arg)]
|
4 |
#![allow(clippy::large_enum_variant)]
|
5 |
#![allow(clippy::derive_partial_eq_without_eq)]
|
3 |
#![allow(clippy::ptr_arg)]
|
4 |
#![allow(clippy::large_enum_variant)]
|
5 |
#![allow(clippy::derive_partial_eq_without_eq)]
|
3 |
#![allow(clippy::ptr_arg)]
|
4 |
#![allow(clippy::large_enum_variant)]
|
5 |
#![allow(clippy::derive_partial_eq_without_eq)]
|
3 |
#![allow(clippy::ptr_arg)]
|
4 |
#![allow(clippy::large_enum_variant)]
|
5 |
#![allow(clippy::derive_partial_eq_without_eq)]
|
3 |
#![allow(clippy::ptr_arg)]
|
4 |
#![allow(clippy::large_enum_variant)]
|
5 |
#![allow(clippy::derive_partial_eq_without_eq)]
|
3 |
#![allow(clippy::ptr_arg)]
|
4 |
#![allow(clippy::large_enum_variant)]
|
5 |
#![allow(clippy::derive_partial_eq_without_eq)]
|
3 |
#![allow(clippy::ptr_arg)]
|
4 |
#![allow(clippy::large_enum_variant)]
|
5 |
#![allow(clippy::derive_partial_eq_without_eq)]
|
3 |
#![allow(clippy::ptr_arg)]
|
4 |
#![allow(clippy::large_enum_variant)]
|
5 |
#![allow(clippy::derive_partial_eq_without_eq)]
|
3 |
#![allow(clippy::ptr_arg)]
|
4 |
#![allow(clippy::large_enum_variant)]
|
5 |
#![allow(clippy::derive_partial_eq_without_eq)]
|
3 |
#![allow(clippy::ptr_arg)]
|
4 |
#![allow(clippy::large_enum_variant)]
|
5 |
#![allow(clippy::derive_partial_eq_without_eq)]
|
3 |
#![allow(clippy::ptr_arg)]
|
4 |
#![allow(clippy::large_enum_variant)]
|
5 |
#![allow(clippy::derive_partial_eq_without_eq)]
|
3 |
#![allow(clippy::ptr_arg)]
|
4 |
#![allow(clippy::large_enum_variant)]
|
5 |
#![allow(clippy::derive_partial_eq_without_eq)]
|
3 |
#![allow(clippy::ptr_arg)]
|
4 |
#![allow(clippy::large_enum_variant)]
|
5 |
#![allow(clippy::derive_partial_eq_without_eq)]
|
3 |
#![allow(clippy::ptr_arg)]
|
4 |
#![allow(clippy::large_enum_variant)]
|
5 |
#![allow(clippy::derive_partial_eq_without_eq)]
|
3 |
#![allow(clippy::ptr_arg)]
|
4 |
#![allow(clippy::large_enum_variant)]
|
5 |
#![allow(clippy::derive_partial_eq_without_eq)]
|
3 |
#![allow(clippy::ptr_arg)]
|
4 |
#![allow(clippy::large_enum_variant)]
|
5 |
#![allow(clippy::derive_partial_eq_without_eq)]
|
3 |
#![allow(clippy::ptr_arg)]
|
4 |
#![allow(clippy::large_enum_variant)]
|
5 |
#![allow(clippy::derive_partial_eq_without_eq)]
|
3 |
#![allow(clippy::ptr_arg)]
|
4 |
#![allow(clippy::large_enum_variant)]
|
5 |
#![allow(clippy::derive_partial_eq_without_eq)]
|
3 |
#![allow(clippy::ptr_arg)]
|
4 |
#![allow(clippy::large_enum_variant)]
|
5 |
#![allow(clippy::derive_partial_eq_without_eq)]
|
3 |
#![allow(clippy::ptr_arg)]
|
4 |
#![allow(clippy::large_enum_variant)]
|
5 |
#![allow(clippy::derive_partial_eq_without_eq)]
|
3 |
#![allow(clippy::ptr_arg)]
|
4 |
#![allow(clippy::large_enum_variant)]
|
5 |
#![allow(clippy::derive_partial_eq_without_eq)]
|
3 |
#![allow(clippy::ptr_arg)]
|
4 |
#![allow(clippy::large_enum_variant)]
|
5 |
#![allow(clippy::derive_partial_eq_without_eq)]
|
3 |
#![allow(clippy::ptr_arg)]
|
4 |
#![allow(clippy::large_enum_variant)]
|
5 |
#![allow(clippy::derive_partial_eq_without_eq)]
|
3 |
#![allow(clippy::ptr_arg)]
|
4 |
#![allow(clippy::large_enum_variant)]
|
5 |
#![allow(clippy::derive_partial_eq_without_eq)]
|
3 |
#![allow(clippy::ptr_arg)]
|
4 |
#![allow(clippy::large_enum_variant)]
|
5 |
#![allow(clippy::derive_partial_eq_without_eq)]
|
3 |
#![allow(clippy::ptr_arg)]
|
4 |
#![allow(clippy::large_enum_variant)]
|
5 |
#![allow(clippy::derive_partial_eq_without_eq)]
|
3 |
#![allow(clippy::ptr_arg)]
|
4 |
#![allow(clippy::large_enum_variant)]
|
5 |
#![allow(clippy::derive_partial_eq_without_eq)]
|
3 |
#![allow(clippy::ptr_arg)]
|
4 |
#![allow(clippy::large_enum_variant)]
|
5 |
#![allow(clippy::derive_partial_eq_without_eq)]
|
3 |
#![allow(clippy::ptr_arg)]
|
4 |
#![allow(clippy::large_enum_variant)]
|
5 |
#![allow(clippy::derive_partial_eq_without_eq)]
|
3 |
#![allow(clippy::ptr_arg)]
|
4 |
#![allow(clippy::large_enum_variant)]
|
5 |
#![allow(clippy::derive_partial_eq_without_eq)]
|
3 |
#![allow(clippy::ptr_arg)]
|
4 |
#![allow(clippy::large_enum_variant)]
|
5 |
#![allow(clippy::derive_partial_eq_without_eq)]
|
3 |
#![allow(clippy::ptr_arg)]
|
4 |
#![allow(clippy::large_enum_variant)]
|
5 |
#![allow(clippy::derive_partial_eq_without_eq)]
|
3 |
#![allow(clippy::ptr_arg)]
|
4 |
#![allow(clippy::large_enum_variant)]
|
5 |
#![allow(clippy::derive_partial_eq_without_eq)]
|
3 |
#![allow(clippy::ptr_arg)]
|
4 |
#![allow(clippy::large_enum_variant)]
|
5 |
#![allow(clippy::derive_partial_eq_without_eq)]
|
3 |
#![allow(clippy::ptr_arg)]
|
4 |
#![allow(clippy::large_enum_variant)]
|
5 |
#![allow(clippy::derive_partial_eq_without_eq)]
|
3 |
#![allow(clippy::ptr_arg)]
|
4 |
#![allow(clippy::large_enum_variant)]
|
5 |
#![allow(clippy::derive_partial_eq_without_eq)]
|
3 |
#![allow(clippy::ptr_arg)]
|
4 |
#![allow(clippy::large_enum_variant)]
|
5 |
#![allow(clippy::derive_partial_eq_without_eq)]
|
3 |
#![allow(clippy::ptr_arg)]
|
4 |
#![allow(clippy::large_enum_variant)]
|
5 |
#![allow(clippy::derive_partial_eq_without_eq)]
|
3 |
#![allow(clippy::ptr_arg)]
|
4 |
#![allow(clippy::large_enum_variant)]
|
5 |
#![allow(clippy::derive_partial_eq_without_eq)]
|
3 |
#![allow(clippy::ptr_arg)]
|
4 |
#![allow(clippy::large_enum_variant)]
|
5 |
#![allow(clippy::derive_partial_eq_without_eq)]
|
3 |
#![allow(clippy::ptr_arg)]
|
4 |
#![allow(clippy::large_enum_variant)]
|
5 |
#![allow(clippy::derive_partial_eq_without_eq)]
|
3 |
#![allow(clippy::ptr_arg)]
|
4 |
#![allow(clippy::large_enum_variant)]
|
5 |
#![allow(clippy::derive_partial_eq_without_eq)]
|
3 |
#![allow(clippy::ptr_arg)]
|
4 |
#![allow(clippy::large_enum_variant)]
|
5 |
#![allow(clippy::derive_partial_eq_without_eq)]
|
3 |
#![allow(clippy::ptr_arg)]
|
4 |
#![allow(clippy::large_enum_variant)]
|
5 |
#![allow(clippy::derive_partial_eq_without_eq)]
|
3 |
#![allow(clippy::ptr_arg)]
|
4 |
#![allow(clippy::large_enum_variant)]
|
5 |
#![allow(clippy::derive_partial_eq_without_eq)]
|
3 |
#![allow(clippy::ptr_arg)]
|
4 |
#![allow(clippy::large_enum_variant)]
|
5 |
#![allow(clippy::derive_partial_eq_without_eq)]
|
3 |
#![allow(clippy::ptr_arg)]
|
4 |
#![allow(clippy::large_enum_variant)]
|
5 |
#![allow(clippy::derive_partial_eq_without_eq)]
|
3 |
#![allow(clippy::ptr_arg)]
|
4 |
#![allow(clippy::large_enum_variant)]
|
5 |
#![allow(clippy::derive_partial_eq_without_eq)]
|
3 |
#![allow(clippy::ptr_arg)]
|
4 |
#![allow(clippy::large_enum_variant)]
|
5 |
#![allow(clippy::derive_partial_eq_without_eq)]
|
3 |
#![allow(clippy::ptr_arg)]
|
4 |
#![allow(clippy::large_enum_variant)]
|
5 |
#![allow(clippy::derive_partial_eq_without_eq)]
|
3 |
#![allow(clippy::ptr_arg)]
|
4 |
#![allow(clippy::large_enum_variant)]
|
5 |
#![allow(clippy::derive_partial_eq_without_eq)]
|
3 |
#![allow(clippy::ptr_arg)]
|
4 |
#![allow(clippy::large_enum_variant)]
|
5 |
#![allow(clippy::derive_partial_eq_without_eq)]
|
3 |
#![allow(clippy::ptr_arg)]
|
4 |
#![allow(clippy::large_enum_variant)]
|
5 |
#![allow(clippy::derive_partial_eq_without_eq)]
|
3 |
#![allow(clippy::ptr_arg)]
|
4 |
#![allow(clippy::large_enum_variant)]
|
5 |
#![allow(clippy::derive_partial_eq_without_eq)]
|
3 |
#![allow(clippy::ptr_arg)]
|
4 |
#![allow(clippy::large_enum_variant)]
|
5 |
#![allow(clippy::derive_partial_eq_without_eq)]
|
3 |
#![allow(clippy::ptr_arg)]
|
4 |
#![allow(clippy::large_enum_variant)]
|
5 |
#![allow(clippy::derive_partial_eq_without_eq)]
|
3 |
#![allow(clippy::ptr_arg)]
|
4 |
#![allow(clippy::large_enum_variant)]
|
5 |
#![allow(clippy::derive_partial_eq_without_eq)]
|
3 |
#![allow(clippy::ptr_arg)]
|
4 |
#![allow(clippy::large_enum_variant)]
|
5 |
#![allow(clippy::derive_partial_eq_without_eq)]
|
3 |
#![allow(clippy::ptr_arg)]
|
4 |
#![allow(clippy::large_enum_variant)]
|
5 |
#![allow(clippy::derive_partial_eq_without_eq)]
|
3 |
#![allow(clippy::ptr_arg)]
|
4 |
#![allow(clippy::large_enum_variant)]
|
5 |
#![allow(clippy::derive_partial_eq_without_eq)]
|
3 |
#![allow(clippy::ptr_arg)]
|
4 |
#![allow(clippy::large_enum_variant)]
|
5 |
#![allow(clippy::derive_partial_eq_without_eq)]
|
3 |
#![allow(clippy::ptr_arg)]
|
4 |
#![allow(clippy::large_enum_variant)]
|
5 |
#![allow(clippy::derive_partial_eq_without_eq)]
|
3 |
#![allow(clippy::ptr_arg)]
|
4 |
#![allow(clippy::large_enum_variant)]
|
5 |
#![allow(clippy::derive_partial_eq_without_eq)]
|
3 |
#![allow(clippy::ptr_arg)]
|
4 |
#![allow(clippy::large_enum_variant)]
|
5 |
#![allow(clippy::derive_partial_eq_without_eq)]
|
3 |
#![allow(clippy::ptr_arg)]
|
4 |
#![allow(clippy::large_enum_variant)]
|
5 |
#![allow(clippy::derive_partial_eq_without_eq)]
|
3 |
#![allow(clippy::ptr_arg)]
|
4 |
#![allow(clippy::large_enum_variant)]
|
5 |
#![allow(clippy::derive_partial_eq_without_eq)]
|
3 |
#![allow(clippy::ptr_arg)]
|
4 |
#![allow(clippy::large_enum_variant)]
|
5 |
#![allow(clippy::derive_partial_eq_without_eq)]
|
3 |
#![allow(clippy::ptr_arg)]
|
4 |
#![allow(clippy::large_enum_variant)]
|
5 |
#![allow(clippy::derive_partial_eq_without_eq)]
|
3 |
#![allow(clippy::ptr_arg)]
|
4 |
#![allow(clippy::large_enum_variant)]
|
5 |
#![allow(clippy::derive_partial_eq_without_eq)]
|
3 |
#![allow(clippy::ptr_arg)]
|
4 |
#![allow(clippy::large_enum_variant)]
|
5 |
#![allow(clippy::derive_partial_eq_without_eq)]
|
3 |
#![allow(clippy::ptr_arg)]
|
4 |
#![allow(clippy::large_enum_variant)]
|
5 |
#![allow(clippy::derive_partial_eq_without_eq)]
|
3 |
#![allow(clippy::ptr_arg)]
|
4 |
#![allow(clippy::large_enum_variant)]
|
5 |
#![allow(clippy::derive_partial_eq_without_eq)]
|
3 |
#![allow(clippy::ptr_arg)]
|
4 |
#![allow(clippy::large_enum_variant)]
|
5 |
#![allow(clippy::derive_partial_eq_without_eq)]
|
3 |
#![allow(clippy::ptr_arg)]
|
4 |
#![allow(clippy::large_enum_variant)]
|
5 |
#![allow(clippy::derive_partial_eq_without_eq)]
|
3 |
#![allow(clippy::ptr_arg)]
|
4 |
#![allow(clippy::large_enum_variant)]
|
5 |
#![allow(clippy::derive_partial_eq_without_eq)]
|
3 |
#![allow(clippy::ptr_arg)]
|
4 |
#![allow(clippy::large_enum_variant)]
|
5 |
#![allow(clippy::derive_partial_eq_without_eq)]
|
3 |
#![allow(clippy::ptr_arg)]
|
4 |
#![allow(clippy::large_enum_variant)]
|
5 |
#![allow(clippy::derive_partial_eq_without_eq)]
|
3 |
#![allow(clippy::ptr_arg)]
|
4 |
#![allow(clippy::large_enum_variant)]
|
5 |
#![allow(clippy::derive_partial_eq_without_eq)]
|
3 |
#![allow(clippy::ptr_arg)]
|
4 |
#![allow(clippy::large_enum_variant)]
|
5 |
#![allow(clippy::derive_partial_eq_without_eq)]
|
3 |
#![allow(clippy::ptr_arg)]
|
4 |
#![allow(clippy::large_enum_variant)]
|
5 |
#![allow(clippy::derive_partial_eq_without_eq)]
|
3 |
#![allow(clippy::ptr_arg)]
|
4 |
#![allow(clippy::large_enum_variant)]
|
5 |
#![allow(clippy::derive_partial_eq_without_eq)]
|
3 |
#![allow(clippy::ptr_arg)]
|
4 |
#![allow(clippy::large_enum_variant)]
|
5 |
#![allow(clippy::derive_partial_eq_without_eq)]
|
3 |
#![allow(clippy::ptr_arg)]
|
4 |
#![allow(clippy::large_enum_variant)]
|
5 |
#![allow(clippy::derive_partial_eq_without_eq)]
|
3 |
#![allow(clippy::ptr_arg)]
|
4 |
#![allow(clippy::large_enum_variant)]
|
5 |
#![allow(clippy::derive_partial_eq_without_eq)]
|
3 |
#![allow(clippy::ptr_arg)]
|
4 |
#![allow(clippy::large_enum_variant)]
|
5 |
#![allow(clippy::derive_partial_eq_without_eq)]
|
3 |
#![allow(clippy::ptr_arg)]
|
4 |
#![allow(clippy::large_enum_variant)]
|
5 |
#![allow(clippy::derive_partial_eq_without_eq)]
|
3 |
#![allow(clippy::ptr_arg)]
|
4 |
#![allow(clippy::large_enum_variant)]
|
5 |
#![allow(clippy::derive_partial_eq_without_eq)]
|
3 |
#![allow(clippy::ptr_arg)]
|
4 |
#![allow(clippy::large_enum_variant)]
|
5 |
#![allow(clippy::derive_partial_eq_without_eq)]
|
3 |
#![allow(clippy::ptr_arg)]
|
4 |
#![allow(clippy::large_enum_variant)]
|
5 |
#![allow(clippy::derive_partial_eq_without_eq)]
|
3 |
#![allow(clippy::ptr_arg)]
|
4 |
#![allow(clippy::large_enum_variant)]
|
5 |
#![allow(clippy::derive_partial_eq_without_eq)]
|
3 |
#![allow(clippy::ptr_arg)]
|
4 |
#![allow(clippy::large_enum_variant)]
|
5 |
#![allow(clippy::derive_partial_eq_without_eq)]
|
3 |
#![allow(clippy::ptr_arg)]
|
4 |
#![allow(clippy::large_enum_variant)]
|
5 |
#![allow(clippy::derive_partial_eq_without_eq)]
|
3 |
#![allow(clippy::ptr_arg)]
|
4 |
#![allow(clippy::large_enum_variant)]
|
5 |
#![allow(clippy::derive_partial_eq_without_eq)]
|
3 |
#![allow(clippy::ptr_arg)]
|
4 |
#![allow(clippy::large_enum_variant)]
|
5 |
#![allow(clippy::derive_partial_eq_without_eq)]
|
3 |
#![allow(clippy::ptr_arg)]
|
4 |
#![allow(clippy::large_enum_variant)]
|
5 |
#![allow(clippy::derive_partial_eq_without_eq)]
|
3 |
#![allow(clippy::ptr_arg)]
|
4 |
#![allow(clippy::large_enum_variant)]
|
5 |
#![allow(clippy::derive_partial_eq_without_eq)]
|
3 |
#![allow(clippy::ptr_arg)]
|
4 |
#![allow(clippy::large_enum_variant)]
|
5 |
#![allow(clippy::derive_partial_eq_without_eq)]
|
3 |
#![allow(clippy::ptr_arg)]
|
4 |
#![allow(clippy::large_enum_variant)]
|
5 |
#![allow(clippy::derive_partial_eq_without_eq)]
|
3 |
#![allow(clippy::ptr_arg)]
|
4 |
#![allow(clippy::large_enum_variant)]
|
5 |
#![allow(clippy::derive_partial_eq_without_eq)]
|
3 |
#![allow(clippy::ptr_arg)]
|
4 |
#![allow(clippy::large_enum_variant)]
|
5 |
#![allow(clippy::derive_partial_eq_without_eq)]
|
3 |
#![allow(clippy::ptr_arg)]
|
4 |
#![allow(clippy::large_enum_variant)]
|
5 |
#![allow(clippy::derive_partial_eq_without_eq)]
|
3 |
#![allow(clippy::ptr_arg)]
|
4 |
#![allow(clippy::large_enum_variant)]
|
5 |
#![allow(clippy::derive_partial_eq_without_eq)]
|
3 |
#![allow(clippy::ptr_arg)]
|
4 |
#![allow(clippy::large_enum_variant)]
|
5 |
#![allow(clippy::derive_partial_eq_without_eq)]
|
3 |
#![allow(clippy::ptr_arg)]
|
4 |
#![allow(clippy::large_enum_variant)]
|
5 |
#![allow(clippy::derive_partial_eq_without_eq)]
|
3 |
#![allow(clippy::ptr_arg)]
|
4 |
#![allow(clippy::large_enum_variant)]
|
5 |
#![allow(clippy::derive_partial_eq_without_eq)]
|
3 |
#![allow(clippy::ptr_arg)]
|
4 |
#![allow(clippy::large_enum_variant)]
|
5 |
#![allow(clippy::derive_partial_eq_without_eq)]
|
3 |
#![allow(clippy::ptr_arg)]
|
4 |
#![allow(clippy::large_enum_variant)]
|
5 |
#![allow(clippy::derive_partial_eq_without_eq)]
|
3 |
#![allow(clippy::ptr_arg)]
|
4 |
#![allow(clippy::large_enum_variant)]
|
5 |
#![allow(clippy::derive_partial_eq_without_eq)]
|
3 |
#![allow(clippy::ptr_arg)]
|
4 |
#![allow(clippy::large_enum_variant)]
|
5 |
#![allow(clippy::derive_partial_eq_without_eq)]
|
3 |
#![allow(clippy::ptr_arg)]
|
4 |
#![allow(clippy::large_enum_variant)]
|
5 |
#![allow(clippy::derive_partial_eq_without_eq)]
|
3 |
#![allow(clippy::ptr_arg)]
|
4 |
#![allow(clippy::large_enum_variant)]
|
5 |
#![allow(clippy::derive_partial_eq_without_eq)]
|
3 |
#![allow(clippy::ptr_arg)]
|
4 |
#![allow(clippy::large_enum_variant)]
|
5 |
#![allow(clippy::derive_partial_eq_without_eq)]
|
3 |
#![allow(clippy::ptr_arg)]
|
4 |
#![allow(clippy::large_enum_variant)]
|
5 |
#![allow(clippy::derive_partial_eq_without_eq)]
|
3 |
#![allow(clippy::ptr_arg)]
|
4 |
#![allow(clippy::large_enum_variant)]
|
5 |
#![allow(clippy::derive_partial_eq_without_eq)]
|
3 |
#![allow(clippy::ptr_arg)]
|
4 |
#![allow(clippy::large_enum_variant)]
|
5 |
#![allow(clippy::derive_partial_eq_without_eq)]
|
3 |
#![allow(clippy::ptr_arg)]
|
4 |
#![allow(clippy::large_enum_variant)]
|
5 |
#![allow(clippy::derive_partial_eq_without_eq)]
|
3 |
#![allow(clippy::ptr_arg)]
|
4 |
#![allow(clippy::large_enum_variant)]
|
5 |
#![allow(clippy::derive_partial_eq_without_eq)]
|
3 |
#![allow(clippy::ptr_arg)]
|
4 |
#![allow(clippy::large_enum_variant)]
|
5 |
#![allow(clippy::derive_partial_eq_without_eq)]
|
3 |
#![allow(clippy::ptr_arg)]
|
4 |
#![allow(clippy::large_enum_variant)]
|
5 |
#![allow(clippy::derive_partial_eq_without_eq)]
|
3 |
#![allow(clippy::ptr_arg)]
|
4 |
#![allow(clippy::large_enum_variant)]
|
5 |
#![allow(clippy::derive_partial_eq_without_eq)]
|
3 |
#![allow(clippy::ptr_arg)]
|
4 |
#![allow(clippy::large_enum_variant)]
|
5 |
#![allow(clippy::derive_partial_eq_without_eq)]
|
3 |
#![allow(clippy::ptr_arg)]
|
4 |
#![allow(clippy::large_enum_variant)]
|
5 |
#![allow(clippy::derive_partial_eq_without_eq)]
|
3 |
#![allow(clippy::ptr_arg)]
|
4 |
#![allow(clippy::large_enum_variant)]
|
5 |
#![allow(clippy::derive_partial_eq_without_eq)]
|
3 |
#![allow(clippy::ptr_arg)]
|
4 |
#![allow(clippy::large_enum_variant)]
|
5 |
#![allow(clippy::derive_partial_eq_without_eq)]
|
3 |
#![allow(clippy::ptr_arg)]
|
4 |
#![allow(clippy::large_enum_variant)]
|
5 |
#![allow(clippy::derive_partial_eq_without_eq)]
|
3 |
#![allow(clippy::ptr_arg)]
|
4 |
#![allow(clippy::large_enum_variant)]
|
5 |
#![allow(clippy::derive_partial_eq_without_eq)]
|
3 |
#![allow(clippy::ptr_arg)]
|
4 |
#![allow(clippy::large_enum_variant)]
|
5 |
#![allow(clippy::derive_partial_eq_without_eq)]
|
3 |
#![allow(clippy::ptr_arg)]
|
4 |
#![allow(clippy::large_enum_variant)]
|
5 |
#![allow(clippy::derive_partial_eq_without_eq)]
|
3 |
#![allow(clippy::ptr_arg)]
|
4 |
#![allow(clippy::large_enum_variant)]
|
5 |
#![allow(clippy::derive_partial_eq_without_eq)]
|
3 |
#![allow(clippy::ptr_arg)]
|
4 |
#![allow(clippy::large_enum_variant)]
|
5 |
#![allow(clippy::derive_partial_eq_without_eq)]
|
3 |
#![allow(clippy::ptr_arg)]
|
4 |
#![allow(clippy::large_enum_variant)]
|
5 |
#![allow(clippy::derive_partial_eq_without_eq)]
|
3 |
#![allow(clippy::ptr_arg)]
|
4 |
#![allow(clippy::large_enum_variant)]
|
5 |
#![allow(clippy::derive_partial_eq_without_eq)]
|
3 |
#![allow(clippy::ptr_arg)]
|
4 |
#![allow(clippy::large_enum_variant)]
|
5 |
#![allow(clippy::derive_partial_eq_without_eq)]
|
3 |
#![allow(clippy::ptr_arg)]
|
4 |
#![allow(clippy::large_enum_variant)]
|
5 |
#![allow(clippy::derive_partial_eq_without_eq)]
|
3 |
#![allow(clippy::ptr_arg)]
|
4 |
#![allow(clippy::large_enum_variant)]
|
5 |
#![allow(clippy::derive_partial_eq_without_eq)]
|
3 |
#![allow(clippy::ptr_arg)]
|
4 |
#![allow(clippy::large_enum_variant)]
|
5 |
#![allow(clippy::derive_partial_eq_without_eq)]
|
3 |
#![allow(clippy::ptr_arg)]
|
4 |
#![allow(clippy::large_enum_variant)]
|
5 |
#![allow(clippy::derive_partial_eq_without_eq)]
|
3 |
#![allow(clippy::ptr_arg)]
|
4 |
#![allow(clippy::large_enum_variant)]
|
5 |
#![allow(clippy::derive_partial_eq_without_eq)]
|
3 |
#![allow(clippy::ptr_arg)]
|
4 |
#![allow(clippy::large_enum_variant)]
|
5 |
#![allow(clippy::derive_partial_eq_without_eq)]
|
3 |
#![allow(clippy::ptr_arg)]
|
4 |
#![allow(clippy::large_enum_variant)]
|
5 |
#![allow(clippy::derive_partial_eq_without_eq)]
|
3 |
#![allow(clippy::ptr_arg)]
|
4 |
#![allow(clippy::large_enum_variant)]
|
5 |
#![allow(clippy::derive_partial_eq_without_eq)]
|
3 |
#![allow(clippy::ptr_arg)]
|
4 |
#![allow(clippy::large_enum_variant)]
|
5 |
#![allow(clippy::derive_partial_eq_without_eq)]
|
3 |
#![allow(clippy::ptr_arg)]
|
4 |
#![allow(clippy::large_enum_variant)]
|
5 |
#![allow(clippy::derive_partial_eq_without_eq)]
|
3 |
#![allow(clippy::ptr_arg)]
|
4 |
#![allow(clippy::large_enum_variant)]
|
5 |
#![allow(clippy::derive_partial_eq_without_eq)]
|
3 |
#![allow(clippy::ptr_arg)]
|
4 |
#![allow(clippy::large_enum_variant)]
|
5 |
#![allow(clippy::derive_partial_eq_without_eq)]
|
3 |
#![allow(clippy::ptr_arg)]
|
4 |
#![allow(clippy::large_enum_variant)]
|
5 |
#![allow(clippy::derive_partial_eq_without_eq)]
|
3 |
#![allow(clippy::ptr_arg)]
|
4 |
#![allow(clippy::large_enum_variant)]
|
5 |
#![allow(clippy::derive_partial_eq_without_eq)]
|
3 |
#![allow(clippy::ptr_arg)]
|
4 |
#![allow(clippy::large_enum_variant)]
|
5 |
#![allow(clippy::derive_partial_eq_without_eq)]
|
3 |
#![allow(clippy::ptr_arg)]
|
4 |
#![allow(clippy::large_enum_variant)]
|
5 |
#![allow(clippy::derive_partial_eq_without_eq)]
|
3 |
#![allow(clippy::ptr_arg)]
|
4 |
#![allow(clippy::large_enum_variant)]
|
5 |
#![allow(clippy::derive_partial_eq_without_eq)]
|
3 |
#![allow(clippy::ptr_arg)]
|
4 |
#![allow(clippy::large_enum_variant)]
|
5 |
#![allow(clippy::derive_partial_eq_without_eq)]
|
3 |
#![allow(clippy::ptr_arg)]
|
4 |
#![allow(clippy::large_enum_variant)]
|
5 |
#![allow(clippy::derive_partial_eq_without_eq)]
|
3 |
#![allow(clippy::ptr_arg)]
|
4 |
#![allow(clippy::large_enum_variant)]
|
5 |
#![allow(clippy::derive_partial_eq_without_eq)]
|
3 |
#![allow(clippy::ptr_arg)]
|
4 |
#![allow(clippy::large_enum_variant)]
|
5 |
#![allow(clippy::derive_partial_eq_without_eq)]
|
3 |
#![allow(clippy::ptr_arg)]
|
4 |
#![allow(clippy::large_enum_variant)]
|
5 |
#![allow(clippy::derive_partial_eq_without_eq)]
|
3 |
#![allow(clippy::ptr_arg)]
|
4 |
#![allow(clippy::large_enum_variant)]
|
5 |
#![allow(clippy::derive_partial_eq_without_eq)]
|
3 |
#![allow(clippy::ptr_arg)]
|
4 |
#![allow(clippy::large_enum_variant)]
|
5 |
#![allow(clippy::derive_partial_eq_without_eq)]
|
3 |
#![allow(clippy::ptr_arg)]
|
4 |
#![allow(clippy::large_enum_variant)]
|
5 |
#![allow(clippy::derive_partial_eq_without_eq)]
|
3 |
#![allow(clippy::ptr_arg)]
|
4 |
#![allow(clippy::large_enum_variant)]
|
5 |
#![allow(clippy::derive_partial_eq_without_eq)]
|
3 |
#![allow(clippy::ptr_arg)]
|
4 |
#![allow(clippy::large_enum_variant)]
|
5 |
#![allow(clippy::derive_partial_eq_without_eq)]
|
3 |
#![allow(clippy::ptr_arg)]
|
4 |
#![allow(clippy::large_enum_variant)]
|
5 |
#![doc = "generated by AutoRust"]
|
3 |
#![allow(clippy::ptr_arg)]
|
4 |
#![allow(clippy::large_enum_variant)]
|
5 |
#![allow(clippy::derive_partial_eq_without_eq)]
|
3 |
#![allow(clippy::ptr_arg)]
|
4 |
#![allow(clippy::large_enum_variant)]
|
5 |
#![allow(clippy::derive_partial_eq_without_eq)]
|
3 |
#![allow(clippy::ptr_arg)]
|
4 |
#![allow(clippy::large_enum_variant)]
|
5 |
#![allow(clippy::derive_partial_eq_without_eq)]
|
3 |
#![allow(clippy::ptr_arg)]
|
4 |
#![allow(clippy::large_enum_variant)]
|
5 |
#![allow(clippy::derive_partial_eq_without_eq)]
|
3 |
#![allow(clippy::ptr_arg)]
|
4 |
#![allow(clippy::large_enum_variant)]
|
5 |
#![allow(clippy::derive_partial_eq_without_eq)]
|
3 |
#![allow(clippy::ptr_arg)]
|
4 |
#![allow(clippy::large_enum_variant)]
|
5 |
#![allow(clippy::derive_partial_eq_without_eq)]
|
3 |
#![allow(clippy::ptr_arg)]
|
4 |
#![allow(clippy::large_enum_variant)]
|
5 |
#![allow(clippy::derive_partial_eq_without_eq)]
|
3 |
#![allow(clippy::ptr_arg)]
|
4 |
#![allow(clippy::large_enum_variant)]
|
5 |
#![allow(clippy::derive_partial_eq_without_eq)]
|
3 |
#![allow(clippy::ptr_arg)]
|
4 |
#![allow(clippy::large_enum_variant)]
|
5 |
#![allow(clippy::derive_partial_eq_without_eq)]
|
3 |
#![allow(clippy::ptr_arg)]
|
4 |
#![allow(clippy::large_enum_variant)]
|
5 |
#![allow(clippy::derive_partial_eq_without_eq)]
|
3 |
#![allow(clippy::ptr_arg)]
|
4 |
#![allow(clippy::large_enum_variant)]
|
5 |
#![allow(clippy::derive_partial_eq_without_eq)]
|
3 |
#![allow(clippy::ptr_arg)]
|
4 |
#![allow(clippy::large_enum_variant)]
|
5 |
#![allow(clippy::derive_partial_eq_without_eq)]
|
3 |
#![allow(clippy::ptr_arg)]
|
4 |
#![allow(clippy::large_enum_variant)]
|
5 |
#![allow(clippy::derive_partial_eq_without_eq)]
|
3 |
#![allow(clippy::ptr_arg)]
|
4 |
#![allow(clippy::large_enum_variant)]
|
5 |
#![allow(clippy::derive_partial_eq_without_eq)]
|
3 |
#![allow(clippy::ptr_arg)]
|
4 |
#![allow(clippy::large_enum_variant)]
|
5 |
#![allow(clippy::derive_partial_eq_without_eq)]
|
3 |
#![allow(clippy::ptr_arg)]
|
4 |
#![allow(clippy::large_enum_variant)]
|
5 |
#![allow(clippy::derive_partial_eq_without_eq)]
|
3 |
#![allow(clippy::ptr_arg)]
|
4 |
#![allow(clippy::large_enum_variant)]
|
5 |
#![allow(clippy::derive_partial_eq_without_eq)]
|
3 |
#![allow(clippy::ptr_arg)]
|
4 |
#![allow(clippy::large_enum_variant)]
|
5 |
#![allow(clippy::derive_partial_eq_without_eq)]
|
3 |
#![allow(clippy::ptr_arg)]
|
4 |
#![allow(clippy::large_enum_variant)]
|
5 |
#![allow(clippy::derive_partial_eq_without_eq)]
|
3 |
#![allow(clippy::ptr_arg)]
|
4 |
#![allow(clippy::large_enum_variant)]
|
5 |
#![allow(clippy::derive_partial_eq_without_eq)]
|
3 |
#![allow(clippy::ptr_arg)]
|
4 |
#![allow(clippy::large_enum_variant)]
|
5 |
#![allow(clippy::derive_partial_eq_without_eq)]
|
3 |
#![allow(clippy::ptr_arg)]
|
4 |
#![allow(clippy::large_enum_variant)]
|
5 |
#![allow(clippy::derive_partial_eq_without_eq)]
|
3 |
#![allow(clippy::ptr_arg)]
|
4 |
#![allow(clippy::large_enum_variant)]
|
5 |
#![allow(clippy::derive_partial_eq_without_eq)]
|
3 |
#![allow(clippy::ptr_arg)]
|
4 |
#![allow(clippy::large_enum_variant)]
|
5 |
#![allow(clippy::derive_partial_eq_without_eq)]
|
3 |
#![allow(clippy::ptr_arg)]
|
4 |
#![allow(clippy::large_enum_variant)]
|
5 |
#![allow(clippy::derive_partial_eq_without_eq)]
|
3 |
#![allow(clippy::ptr_arg)]
|
4 |
#![allow(clippy::large_enum_variant)]
|
5 |
#![allow(clippy::derive_partial_eq_without_eq)]
|
3 |
#![allow(clippy::ptr_arg)]
|
4 |
#![allow(clippy::large_enum_variant)]
|
5 |
#![allow(clippy::derive_partial_eq_without_eq)]
|
3 |
#![allow(clippy::ptr_arg)]
|
4 |
#![allow(clippy::large_enum_variant)]
|
5 |
#![allow(clippy::derive_partial_eq_without_eq)]
|
15 |
#![allow(clippy::large_enum_variant)]
|
16 |
use clap::{AppSettings, Parser, Subcommand};
|
1 |
#![deny(clippy::all)]
|
2 |
#![allow(clippy::large_enum_variant)]
|
1 |
#![deny(clippy::all)]
|
2 |
#![allow(clippy::large_enum_variant)]
|
3 |
clippy::cognitive_complexity,
|
4 |
clippy::large_enum_variant,
|
5 |
clippy::needless_doctest_main
|
1 |
#![allow(clippy::large_enum_variant)]
|
2 |
//! This crate defines `struct`s that can be deserialized with Serde
|
11 |
#![allow(clippy::implicit_hasher)] // large project
|
12 |
#![allow(clippy::large_enum_variant)] // large project
|
13 |
#![allow(clippy::redundant_closure_call)] // closures over try catch blocks
|
1 |
// Unrestricted event size is okay in tests.
|
2 |
#![allow(clippy::large_enum_variant)]
|
3 |
#![cfg(test)]
|
4 |
clippy::missing_errors_doc,
|
5 |
clippy::large_enum_variant,
|
6 |
clippy::module_name_repetitions
|
1 |
#![allow(clippy::large_enum_variant, clippy::struct_excessive_bools)]
|
18 |
clippy::needless_pass_by_value,
|
19 |
clippy::large_enum_variant,
|
20 |
clippy::if_not_else,
|
1 |
#![allow(clippy::large_enum_variant)]
|
1 |
#![allow(clippy::large_enum_variant)]
|
15 |
// We don't care about the size of enum variants and don't want to box them
|
16 |
#![allow(clippy::large_enum_variant)]
|
124 |
#![allow(dead_code)]
|
125 |
#![allow(clippy::large_enum_variant)]
|
382 |
clippy::items_after_statements,
|
383 |
clippy::large_enum_variant,
|
384 |
clippy::len_without_is_empty,
|
9 |
clippy::items_after_statements,
|
10 |
clippy::large_enum_variant,
|
11 |
clippy::match_bool,
|
9 |
clippy::items_after_statements,
|
10 |
clippy::large_enum_variant,
|
11 |
clippy::match_bool,
|
4 |
#![cfg_attr(feature = "cargo-clippy", allow(
|
5 |
large_enum_variant,
|
6 |
too_many_arguments,
|
1 |
#![allow(clippy::large_enum_variant)]
|
5 |
#![allow(clippy::large_enum_variant)]
|
7 |
// List of ignored linters
|
8 |
#![allow(clippy::large_enum_variant)]
|
9 |
#![allow(clippy::upper_case_acronyms)]
|
2 |
#![allow(clippy::upper_case_acronyms)]
|
3 |
#![allow(clippy::large_enum_variant)]
|
4 |
#![allow(clippy::wrong_self_convention)]
|
2 |
#![allow(clippy::upper_case_acronyms)]
|
3 |
#![allow(clippy::large_enum_variant)]
|
4 |
#![allow(clippy::wrong_self_convention)]
|
100 |
#![allow(clippy::nonstandard_macro_braces)]
|
101 |
#![allow(clippy::large_enum_variant)]
|
102 |
#![allow(clippy::tabs_in_doc_comments)]
|
63 |
#![allow(clippy::nonstandard_macro_braces)]
|
64 |
#![allow(clippy::large_enum_variant)]
|
65 |
#![allow(clippy::tabs_in_doc_comments)]
|
5 |
clippy::too_many_arguments,
|
6 |
clippy::large_enum_variant,
|
7 |
clippy::doc_markdown,
|
5 |
clippy::too_many_arguments,
|
6 |
clippy::large_enum_variant,
|
7 |
clippy::doc_markdown,
|
5 |
clippy::too_many_arguments,
|
6 |
clippy::large_enum_variant,
|
7 |
clippy::doc_markdown,
|
5 |
clippy::too_many_arguments,
|
6 |
clippy::large_enum_variant,
|
7 |
clippy::doc_markdown,
|
5 |
clippy::too_many_arguments,
|
6 |
clippy::large_enum_variant,
|
7 |
clippy::doc_markdown,
|
5 |
clippy::too_many_arguments,
|
6 |
clippy::large_enum_variant,
|
7 |
clippy::doc_markdown,
|
5 |
clippy::too_many_arguments,
|
6 |
clippy::large_enum_variant,
|
7 |
clippy::doc_markdown,
|
5 |
clippy::too_many_arguments,
|
6 |
clippy::large_enum_variant,
|
7 |
clippy::doc_markdown,
|
5 |
clippy::too_many_arguments,
|
6 |
clippy::large_enum_variant,
|
7 |
clippy::doc_markdown,
|
1 |
//! defines the compiler for Erg (ergc).
|
2 |
#![allow(clippy::large_enum_variant)]
|
3 |
extern crate erg_common;
|
4 |
#![allow(clippy::derive_hash_xor_eq)]
|
5 |
#![allow(clippy::large_enum_variant)]
|
6 |
pub mod codeobj;
|
2 |
//! and performs type checking and other optimizations if necessary.
|
3 |
#![allow(clippy::large_enum_variant)]
|
4 |
extern crate erg_common;
|
4 |
#![allow(clippy::derive_hash_xor_eq)]
|
5 |
#![allow(clippy::large_enum_variant)]
|
6 |
pub mod codeobj;
|
1 |
#![allow(clippy::large_enum_variant)]
|
2 |
//! Commands this client supports.
|
1 |
#![allow(clippy::large_enum_variant)]
|
2 |
//! Common types used across the library.
|
1 |
#![allow(clippy::large_enum_variant)]
|
1 |
// TODO: remove clippy allow
|
2 |
#![allow(clippy::large_enum_variant)]
|
55 |
#![allow(clippy::needless_pass_by_value)]
|
56 |
#![allow(clippy::large_enum_variant)]
|
1 |
#![feature(box_syntax)]
|
2 |
#![allow(clippy::large_enum_variant)]
|
3 |
/*! Flipper Application Manifest struct
|
1 |
#![allow(clippy::large_enum_variant)]
|
2 |
extern crate fam;
|
3 |
clippy::enum_variant_names,
|
4 |
clippy::large_enum_variant,
|
5 |
clippy::module_name_repetitions,
|
2 |
#![allow(
|
3 |
clippy::large_enum_variant,
|
4 |
clippy::missing_const_for_fn,
|
1 |
#![warn(missing_docs)]
|
2 |
#![allow(clippy::large_enum_variant)]
|
3 |
#![cfg_attr(doc_cfg, feature(doc_auto_cfg))]
|
3 |
#![cfg_attr(feature = "cargo-clippy", allow(large_enum_variant))]
|
2 |
#![allow(clippy::type_complexity)]
|
3 |
#![allow(clippy::large_enum_variant)]
|
4 |
#![feature(let_chains)]
|
3 |
#![allow(clippy::too_many_arguments)]
|
4 |
#![allow(clippy::large_enum_variant)]
|
5 |
#![allow(clippy::mixed_read_write_in_expression)]
|
1 |
#![allow(
|
2 |
clippy::large_enum_variant,
|
3 |
clippy::too_many_arguments,
|
3 |
clippy::redundant_clone,
|
4 |
clippy::large_enum_variant,
|
5 |
clippy::too_many_arguments,
|
63 |
#![allow(clippy::nonstandard_macro_braces)]
|
64 |
#![allow(clippy::large_enum_variant)]
|
65 |
#![allow(clippy::tabs_in_doc_comments)]
|
106 |
#![allow(clippy::nonstandard_macro_braces)]
|
107 |
#![allow(clippy::large_enum_variant)]
|
108 |
#![allow(clippy::tabs_in_doc_comments)]
|
104 |
#![allow(clippy::nonstandard_macro_braces)]
|
105 |
#![allow(clippy::large_enum_variant)]
|
106 |
#![allow(clippy::tabs_in_doc_comments)]
|
106 |
#![allow(clippy::nonstandard_macro_braces)]
|
107 |
#![allow(clippy::large_enum_variant)]
|
108 |
#![allow(clippy::tabs_in_doc_comments)]
|
106 |
#![allow(clippy::nonstandard_macro_braces)]
|
107 |
#![allow(clippy::large_enum_variant)]
|
108 |
#![allow(clippy::tabs_in_doc_comments)]
|
106 |
#![allow(clippy::nonstandard_macro_braces)]
|
107 |
#![allow(clippy::large_enum_variant)]
|
108 |
#![allow(clippy::tabs_in_doc_comments)]
|
100 |
#![allow(clippy::nonstandard_macro_braces)]
|
101 |
#![allow(clippy::large_enum_variant)]
|
102 |
#![allow(clippy::tabs_in_doc_comments)]
|
1 |
// `threshold_sign::Message` triggers this Clippy lint, but `Box<T>` doesn't implement `Rand`.
|
2 |
#![allow(clippy::large_enum_variant)]
|
1 |
#![allow(clippy::large_enum_variant)]
|
2 |
#![allow(clippy::new_ret_no_self)]
|
1 |
#![allow(clippy::large_enum_variant)]
|
2 |
use hermit_toolkit_permit::Permit;
|
3 |
#![allow(clippy::large_enum_variant)]
|
7 |
#![deny(warnings, trivial_casts, trivial_numeric_casts, unused_import_braces)]
|
8 |
#![allow(clippy::large_enum_variant, clippy::derive_partial_eq_without_eq)]
|
9 |
#![allow(rustdoc::bare_urls)]
|
5 |
#![no_std]
|
6 |
#![allow(clippy::large_enum_variant)]
|
7 |
#![deny(
|
1 |
#![cfg_attr(not(feature = "std"), no_std)]
|
2 |
#![allow(clippy::large_enum_variant)]
|
1 |
#![cfg_attr(not(feature = "std"), no_std)]
|
2 |
#![allow(clippy::large_enum_variant)]
|
10 |
clippy::integer_division,
|
11 |
clippy::large_enum_variant,
|
12 |
clippy::map_unwrap_or,
|
13 |
#![allow(clippy::large_enum_variant)]
|
14 |
// FIXME: remove when and if our MSRV hits 1.42
|
1 |
#![cfg_attr(not(feature = "std"), no_std)]
|
2 |
#![allow(clippy::large_enum_variant)]
|
3 |
//!
|
4 |
#![allow(clippy::large_enum_variant)]
|
6 |
clippy::doc_markdown,
|
7 |
clippy::large_enum_variant,
|
8 |
clippy::match_single_binding,
|
16 |
#![allow(clippy::collapsible_else_if)]
|
17 |
#![allow(clippy::large_enum_variant)]
|
18 |
#![allow(clippy::enum_variant_names)]
|
1 |
#![allow(clippy::large_enum_variant)]
|
1 |
#![allow(dead_code, missing_docs)]
|
2 |
#![allow(clippy::enum_variant_names, clippy::large_enum_variant)]
|
15 |
// Coding conventions
|
16 |
#![allow(clippy::large_enum_variant)]
|
17 |
#![deny(
|
15 |
// Coding conventions
|
16 |
#![allow(clippy::large_enum_variant)]
|
3 |
// otherwise half the enums here generate warnings for stupid reasons
|
4 |
#![allow(clippy::large_enum_variant)]
|
1 |
#![allow(non_camel_case_types, clippy::many_single_char_names, clippy::large_enum_variant)]
|
100 |
#![allow(clippy::nonstandard_macro_braces)]
|
101 |
#![allow(clippy::large_enum_variant)]
|
102 |
#![allow(clippy::tabs_in_doc_comments)]
|
3 |
#![allow(clippy::needless_lifetimes)]
|
4 |
#![allow(clippy::large_enum_variant)]
|
5 |
#![allow(clippy::type_complexity)]
|
148 |
#![allow(clippy::too_many_arguments)]
|
149 |
#![allow(clippy::large_enum_variant)]
|
150 |
extern crate futures;
|
1 |
#![allow(dead_code, clippy::large_enum_variant)]
|
1 |
#![allow(dead_code, clippy::large_enum_variant)]
|
1 |
#![allow(dead_code, clippy::large_enum_variant)]
|
1 |
#![allow(dead_code, clippy::large_enum_variant)]
|
1 |
#![allow(dead_code, clippy::large_enum_variant)]
|
1 |
#![allow(dead_code, clippy::large_enum_variant)]
|
3 |
clippy::too_many_arguments,
|
4 |
clippy::large_enum_variant
|
5 |
)]
|
3 |
clippy::too_many_arguments,
|
4 |
clippy::large_enum_variant
|
5 |
)]
|
3 |
clippy::too_many_arguments,
|
4 |
clippy::large_enum_variant
|
5 |
)]
|
1 |
#![allow(clippy::type_complexity, clippy::too_many_arguments, clippy::large_enum_variant)]
|
1 |
//! This crate contains an application to build workouts in the mrc format.
|
2 |
#![allow(clippy::large_enum_variant)]
|
1 |
#![allow(clippy::enum_variant_names, clippy::large_enum_variant)]
|
2 |
use common::{try_external_subcommand_execution, CliResult};
|
3 |
clippy::new_without_default,
|
4 |
clippy::large_enum_variant,
|
5 |
clippy::len_zero,
|
173 |
#![allow(clippy::nonstandard_macro_braces)]
|
174 |
#![allow(clippy::large_enum_variant)]
|
175 |
#![allow(clippy::tabs_in_doc_comments)]
|
69 |
#![allow(clippy::nonstandard_macro_braces)]
|
70 |
#![allow(clippy::large_enum_variant)]
|
71 |
#![allow(clippy::tabs_in_doc_comments)]
|
6 |
clippy::doc_markdown,
|
7 |
clippy::large_enum_variant,
|
8 |
clippy::match_single_binding,
|
61 |
#![allow(clippy::nonstandard_macro_braces)]
|
62 |
#![allow(clippy::large_enum_variant)]
|
63 |
#![allow(clippy::tabs_in_doc_comments)]
|
8 |
#![allow(clippy::enum_variant_names)]
|
9 |
#![allow(clippy::large_enum_variant)]
|
10 |
#![allow(clippy::upper_case_acronyms)]
|
8 |
#![allow(clippy::enum_variant_names)]
|
9 |
#![allow(clippy::large_enum_variant)]
|
10 |
#![allow(clippy::upper_case_acronyms)]
|
1 |
#![recursion_limit = "128"]
|
2 |
#![allow(clippy::large_enum_variant)]
|
151 |
#![allow(clippy::too_many_arguments)]
|
152 |
#![allow(clippy::large_enum_variant)]
|
153 |
extern crate futures;
|
96 |
#![allow(clippy::nonstandard_macro_braces)]
|
97 |
#![allow(clippy::large_enum_variant)]
|
98 |
#![allow(clippy::tabs_in_doc_comments)]
|
1 |
#![allow(clippy::large_enum_variant)]
|
321 |
clippy::items_after_statements,
|
322 |
clippy::large_enum_variant,
|
323 |
clippy::manual_assert,
|
131 |
#![allow(clippy::if_same_then_else)]
|
132 |
#![allow(clippy::large_enum_variant)]
|
133 |
#![allow(clippy::needless_bool)]
|
257 |
#![allow(clippy::nonstandard_macro_braces)]
|
258 |
#![allow(clippy::large_enum_variant)]
|
259 |
#![allow(clippy::tabs_in_doc_comments)]
|
104 |
#![allow(clippy::map_unwrap_or)]
|
105 |
#![allow(clippy::large_enum_variant)]
|
1 |
#![allow(clippy::large_enum_variant)]
|
2 |
use bytes::Bytes;
|
1 |
#![allow(clippy::large_enum_variant)]
|
2 |
use std::collections::HashMap;
|
5 |
#![allow(clippy::new_ret_no_self)]
|
6 |
#![allow(clippy::large_enum_variant)]
|
7 |
#![allow(clippy::to_string_in_display)]
|
2 |
#![cfg_attr(feature = "fail-on-warnings", deny(clippy::all))]
|
3 |
#![allow(clippy::large_enum_variant)]
|
4 |
#![allow(clippy::too_many_arguments)]
|
2 |
#![allow(clippy::upper_case_acronyms)]
|
3 |
#![allow(clippy::large_enum_variant)]
|
4 |
#![allow(clippy::wrong_self_convention)]
|
2 |
#![allow(clippy::upper_case_acronyms)]
|
3 |
#![allow(clippy::large_enum_variant)]
|
4 |
#![allow(clippy::wrong_self_convention)]
|
2 |
#![allow(clippy::upper_case_acronyms)]
|
3 |
#![allow(clippy::large_enum_variant)]
|
4 |
#![allow(clippy::wrong_self_convention)]
|
2 |
#![allow(clippy::upper_case_acronyms)]
|
3 |
#![allow(clippy::large_enum_variant)]
|
4 |
#![allow(clippy::wrong_self_convention)]
|
2 |
#![allow(clippy::upper_case_acronyms)]
|
3 |
#![allow(clippy::large_enum_variant)]
|
4 |
#![allow(clippy::wrong_self_convention)]
|
2 |
#![allow(clippy::upper_case_acronyms)]
|
3 |
#![allow(clippy::large_enum_variant)]
|
4 |
#![allow(clippy::wrong_self_convention)]
|
2 |
#![allow(clippy::upper_case_acronyms)]
|
3 |
#![allow(clippy::large_enum_variant)]
|
4 |
#![allow(clippy::wrong_self_convention)]
|
1 |
#![allow(clippy::large_enum_variant)]
|
30 |
#![allow(clippy::large_enum_variant)]
|
3 |
#![allow(clippy::too_many_arguments)]
|
4 |
#![allow(clippy::large_enum_variant)]
|
5 |
#![allow(clippy::eval_order_dependence)]
|
12 |
clippy::single_match,
|
13 |
clippy::large_enum_variant
|
14 |
)]
|
3 |
// #![warn(missing_doc_code_examples)]
|
4 |
#![allow(clippy::large_enum_variant)]
|
6 |
#![warn(rustdoc::missing_doc_code_examples)]
|
7 |
#![allow(clippy::large_enum_variant)]
|
61 |
#![allow(clippy::nonstandard_macro_braces)]
|
62 |
#![allow(clippy::large_enum_variant)]
|
63 |
#![allow(clippy::tabs_in_doc_comments)]
|
106 |
#![allow(clippy::nonstandard_macro_braces)]
|
107 |
#![allow(clippy::large_enum_variant)]
|
108 |
#![allow(clippy::tabs_in_doc_comments)]
|
61 |
#![allow(clippy::nonstandard_macro_braces)]
|
62 |
#![allow(clippy::large_enum_variant)]
|
63 |
#![allow(clippy::tabs_in_doc_comments)]
|
100 |
#![allow(clippy::nonstandard_macro_braces)]
|
101 |
#![allow(clippy::large_enum_variant)]
|
102 |
#![allow(clippy::tabs_in_doc_comments)]
|
8 |
#![allow(
|
9 |
clippy::large_enum_variant,
|
10 |
clippy::too_many_arguments,
|
7 |
// For example: some of the original models contains more fields then recommended for one model.
|
8 |
#![allow(clippy::large_enum_variant, clippy::too_many_arguments)]
|
148 |
#![allow(clippy::too_many_arguments)]
|
149 |
#![allow(clippy::large_enum_variant)]
|
150 |
extern crate futures;
|
2 |
#![allow(clippy::type_complexity)]
|
3 |
#![allow(clippy::large_enum_variant)]
|
4 |
// because of diesel
|
1 |
#![allow(clippy::large_enum_variant, clippy::too_many_arguments)]
|
2 |
use std::collections::HashMap;
|
10 |
clippy::len_without_is_empty,
|
11 |
clippy::large_enum_variant,
|
12 |
)]
|
19 |
clippy::len_without_is_empty,
|
20 |
clippy::large_enum_variant,
|
21 |
clippy::unneeded_field_pattern,
|
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))]
|
3 |
#![allow(clippy::large_enum_variant)]
|
54 |
#![allow(clippy::large_enum_variant)]
|
57 |
#![allow(clippy::needless_pass_by_value)]
|
58 |
#![allow(clippy::large_enum_variant)]
|
13 |
#![allow(clippy::large_enum_variant)]
|
14 |
// FIXME: remove when and if our MSRV hits 1.42
|
1 |
#![allow(clippy::large_enum_variant)]
|
1 |
#![allow(clippy::large_enum_variant)]
|
2 |
#![cfg_attr(not(feature = "std"), no_std)]
|
3 |
clippy::module_inception,
|
4 |
clippy::large_enum_variant,
|
5 |
clippy::type_complexity
|
1 |
#![deny(clippy::all)]
|
2 |
#![allow(clippy::large_enum_variant)]
|
2 |
#![allow(clippy::enum_variant_names)]
|
3 |
#![allow(clippy::large_enum_variant)]
|
1 |
#![deny(clippy::all)]
|
2 |
#![allow(clippy::large_enum_variant)]
|
3 |
#![allow(clippy::upper_case_acronyms)]
|
1 |
#![deny(clippy::all)]
|
2 |
#![allow(clippy::large_enum_variant)]
|
1 |
#![deny(clippy::all)]
|
2 |
#![allow(clippy::large_enum_variant)]
|
268 |
clippy::items_after_statements,
|
269 |
clippy::large_enum_variant,
|
270 |
clippy::manual_assert,
|
253 |
clippy::inherent_to_string,
|
254 |
clippy::large_enum_variant,
|
255 |
clippy::needless_doctest_main,
|
40 |
#![warn(clippy::all, clippy::default_trait_access)]
|
41 |
#![allow(clippy::eval_order_dependence, clippy::large_enum_variant)]
|
253 |
clippy::inherent_to_string,
|
254 |
clippy::large_enum_variant,
|
255 |
clippy::needless_pass_by_value,
|
238 |
eval_order_dependence,
|
239 |
large_enum_variant,
|
240 |
needless_pass_by_value,
|
1 |
#![allow(clippy::large_enum_variant)]
|
1 |
#![allow(clippy::large_enum_variant)]
|
1 |
#![allow(clippy::large_enum_variant)]
|
2 |
use serde::{de::MapAccess, Deserialize, Serialize, Serializer};
|
1 |
#![allow(clippy::large_enum_variant)]
|
1 |
#![allow(clippy::large_enum_variant)]
|
4 |
#![deny(warnings, trivial_casts, trivial_numeric_casts, unused_import_braces)]
|
5 |
#![allow(clippy::large_enum_variant)]
|
6 |
#![forbid(unsafe_code)]
|
3 |
#![deny(warnings, trivial_casts, trivial_numeric_casts, unused_import_braces)]
|
4 |
#![allow(clippy::large_enum_variant)]
|
5 |
#![forbid(unsafe_code)]
|
4 |
//! users to consume and produce them.
|
5 |
#![allow(clippy::large_enum_variant)]
|
6 |
include!(concat!(env!("OUT_DIR"), "/tensorflow_proto_gen.rs"));
|
2 |
#![allow(rustdoc::bare_urls)]
|
3 |
#![allow(clippy::large_enum_variant)]
|
4 |
#![allow(clippy::derive_partial_eq_without_eq)]
|
2 |
clippy::cognitive_complexity,
|
3 |
clippy::large_enum_variant,
|
4 |
clippy::module_inception,
|
2 |
clippy::cognitive_complexity,
|
3 |
clippy::large_enum_variant,
|
4 |
clippy::needless_doctest_main
|
2 |
clippy::cognitive_complexity,
|
3 |
clippy::large_enum_variant,
|
4 |
clippy::module_inception,
|
15 |
// NOTE: We need this because of error_chain
|
16 |
#![allow(clippy::large_enum_variant)]
|
17 |
#![allow(deprecated)]
|
79 |
#![allow(clippy::nonstandard_macro_braces)]
|
80 |
#![allow(clippy::large_enum_variant)]
|
81 |
#![allow(clippy::tabs_in_doc_comments)]
|
1 |
#![allow(dead_code)]
|
2 |
#![allow(clippy::large_enum_variant)]
|
3 |
use std::sync::Arc;
|
1 |
#![allow(clippy::large_enum_variant)]
|
4 |
// Not really worried about the memory penalty of large enum variants here
|
5 |
#![allow(clippy::large_enum_variant)]
|
6 |
#![allow(clippy::default_trait_access)]
|
4 |
clippy::cognitive_complexity,
|
5 |
clippy::large_enum_variant,
|
6 |
clippy::needless_doctest_main,
|
3 |
#![cfg_attr(feature = "cargo-clippy", allow(large_enum_variant))]
|
5 |
clippy::too_many_arguments,
|
6 |
clippy::large_enum_variant,
|
7 |
clippy::comparison_chain,
|
13 |
#![allow(missing_docs, clippy::large_enum_variant)]
|
13 |
#![allow(missing_docs, clippy::large_enum_variant)]
|
6 |
#![allow(clippy::needless_late_init)]
|
7 |
#![allow(clippy::large_enum_variant)]
|
8 |
#![allow(clippy::enum_variant_names)]
|
9 |
#![allow(clippy::large_enum_variant)]
|
10 |
#![allow(clippy::upper_case_acronyms)]
|
9 |
// Track here: https://github.com/rust-lang/rust/issues/29641
|
10 |
#![allow(clippy::large_enum_variant)]
|
9 |
// Track here: https://github.com/rust-lang/rust/issues/29641
|
10 |
#![allow(clippy::large_enum_variant)]
|
198 |
#![allow(clippy::needless_doctest_main)]
|
199 |
#![allow(clippy::large_enum_variant)]
|
1 |
#![allow(clippy::large_enum_variant)]
|
1 |
#![allow(clippy::large_enum_variant)]
|
11 |
#![allow(clippy::implicit_hasher)] // large project
|
12 |
#![allow(clippy::large_enum_variant)] // large project
|
13 |
#![allow(clippy::new_without_default)] // explicit is maybe clearer
|
1 |
#![allow(clippy::upper_case_acronyms)]
|
2 |
#![allow(clippy::large_enum_variant)]
|
3 |
#![allow(dead_code)]
|
69 |
clippy::collapsible_if,
|
70 |
clippy::large_enum_variant,
|
71 |
clippy::len_without_is_empty,
|
5 |
clippy::module_inception,
|
6 |
clippy::large_enum_variant
|
7 |
)]
|
14 |
//
|
15 |
#![allow(clippy::large_enum_variant)]
|
16 |
#![warn(missing_docs)]
|
109 |
#![allow(clippy::nonstandard_macro_braces)]
|
110 |
#![allow(clippy::large_enum_variant)]
|
111 |
#![allow(clippy::tabs_in_doc_comments)]
|
15 |
#![allow(clippy::manual_async_fn)]
|
16 |
#![allow(clippy::large_enum_variant)]
|
17 |
// #[prelude_import]
|
14 |
#![allow(clippy::manual_async_fn)]
|
15 |
#![allow(clippy::large_enum_variant)]
|
14 |
#![allow(clippy::manual_async_fn)]
|
15 |
#![allow(clippy::large_enum_variant)]
|