82 |
#![warn(clippy::expect_used)]
|
83 |
#![allow(clippy::multiple_crate_versions)]
|
84 |
#![allow(clippy::module_name_repetitions)]
|
28 |
clippy::modulo_arithmetic,
|
29 |
clippy::multiple_crate_versions,
|
30 |
clippy::multiple_inherent_impl,
|
399 |
#![warn(missing_docs)]
|
400 |
#![allow(clippy::multiple_crate_versions)]
|
401 |
#![cfg_attr(docsrs, feature(doc_cfg))]
|
18 |
#![warn(missing_docs)]
|
19 |
#![allow(clippy::multiple_crate_versions)]
|
20 |
#![cfg_attr(docsrs, feature(doc_cfg))]
|
29 |
clippy::module_name_repetitions,
|
30 |
clippy::multiple_crate_versions,
|
31 |
clippy::panic,
|
108 |
clippy::module_name_repetitions, // repeation of module name in a struct name is not big deal
|
109 |
clippy::multiple_crate_versions, // multi-version dependency crates is not able to fix
|
110 |
clippy::missing_errors_doc, // TODO: add error docs
|
209 |
// #![deny(warnings)]
|
210 |
#![allow(clippy::multiple_crate_versions)]
|
211 |
#![allow(clippy::missing_errors_doc)]
|
32 |
// #![deny(warnings)]
|
33 |
#![allow(clippy::multiple_crate_versions)]
|
34 |
#![allow(clippy::cognitive_complexity)]
|
18 |
)]
|
19 |
#![allow(clippy::multiple_crate_versions)] // can't do much
|
1 |
#![warn(clippy::all, clippy::cargo)]
|
2 |
#![allow(clippy::multiple_crate_versions)]
|
59 |
)]
|
60 |
#![allow(clippy::multiple_crate_versions)]
|
72 |
#![warn(variant_size_differences)]
|
73 |
#![allow(clippy::multiple_crate_versions, missing_doc_code_examples)]
|
74 |
#![doc(html_root_url = "https://docs.rs/automaat-processor-git-clone/0.1.0")]
|
102 |
#![warn(variant_size_differences)]
|
103 |
#![allow(clippy::multiple_crate_versions, missing_doc_code_examples)]
|
104 |
#![doc(html_root_url = "https://docs.rs/automaat-processor-http-request/0.1.0")]
|
64 |
#![warn(variant_size_differences)]
|
65 |
#![allow(clippy::multiple_crate_versions, missing_doc_code_examples)]
|
66 |
#![doc(html_root_url = "https://docs.rs/automaat-processor-json-edit/0.1.0")]
|
67 |
#![warn(variant_size_differences)]
|
68 |
#![allow(clippy::multiple_crate_versions, missing_doc_code_examples)]
|
69 |
#![doc(html_root_url = "https://docs.rs/automaat-processor-print-output/0.1.0")]
|
66 |
#![warn(variant_size_differences)]
|
67 |
#![allow(clippy::multiple_crate_versions, missing_doc_code_examples)]
|
68 |
#![doc(html_root_url = "https://docs.rs/automaat-processor-redis-command/0.1.0")]
|
66 |
#![warn(variant_size_differences)]
|
67 |
#![allow(clippy::multiple_crate_versions, missing_doc_code_examples)]
|
68 |
#![doc(html_root_url = "https://docs.rs/automaat-processor-shell-command/0.1.0")]
|
91 |
#![warn(variant_size_differences)]
|
92 |
#![allow(clippy::multiple_crate_versions, missing_doc_code_examples)]
|
93 |
#![doc(html_root_url = "https://docs.rs/automaat-processor-sql-query/0.1.0")]
|
102 |
#![warn(variant_size_differences)]
|
103 |
#![allow(clippy::multiple_crate_versions, missing_doc_code_examples)]
|
104 |
#![doc(html_root_url = "https://docs.rs/automaat-processor-string-regex/0.1.0")]
|
35 |
#![warn(variant_size_differences)]
|
36 |
#![allow(clippy::multiple_crate_versions, missing_doc_code_examples)]
|
37 |
#![doc(html_root_url = "https://docs.rs/automaat-server/0.1.0")]
|
5 |
#![deny(unsafe_code)]
|
6 |
#![allow(clippy::multiple_crate_versions)]
|
16 |
clippy::cast_possible_truncation,
|
17 |
clippy::multiple_crate_versions,
|
18 |
clippy::needless_pass_by_value
|
16 |
clippy::cast_possible_truncation,
|
17 |
clippy::multiple_crate_versions
|
18 |
)]
|
19 |
#![allow(clippy::cast_possible_truncation)]
|
20 |
#![allow(clippy::multiple_crate_versions)] // this is a dependency problem
|
21 |
#![allow(clippy::module_name_repetitions)]
|
5 |
#![allow(clippy::wildcard_imports)]
|
6 |
#![allow(clippy::multiple_crate_versions)]
|
7 |
// #![warn(clippy::std_instead_of_core)]
|
14 |
clippy::option_if_let_else,
|
15 |
clippy::multiple_crate_versions, // TODO custodian-password deps + x25119 deps
|
16 |
)]
|
17 |
clippy::option_if_let_else,
|
18 |
clippy::multiple_crate_versions, // TODO custodian-password deps + x25119 deps
|
19 |
)]
|
35 |
#![allow(clippy::module_name_repetitions)]
|
36 |
#![allow(clippy::multiple_crate_versions)] // Cargo deny's job
|
37 |
#![allow(clippy::non_ascii_literal)]
|
37 |
#![allow(clippy::module_name_repetitions)]
|
38 |
#![allow(clippy::multiple_crate_versions)] // Cargo deny's job
|
39 |
#![allow(clippy::non_ascii_literal)]
|
77 |
#![allow(clippy::module_name_repetitions)]
|
78 |
#![allow(clippy::multiple_crate_versions)] // Cargo deny's job
|
79 |
#![allow(clippy::non_ascii_literal)]
|
29 |
)]
|
30 |
#![allow(clippy::multiple_crate_versions)]
|
31 |
#![allow(clippy::redundant_pub_crate)]
|
38 |
clippy::missing_errors_doc,
|
39 |
clippy::multiple_crate_versions,
|
40 |
clippy::must_use_candidate,
|
95 |
#![warn(clippy::nursery)]
|
96 |
#![allow(clippy::multiple_crate_versions)]
|
97 |
#![allow(clippy::type_complexity)]
|
7 |
clippy::module_name_repetitions,
|
8 |
clippy::multiple_crate_versions,
|
9 |
clippy::doc_markdown,
|
16 |
// We handle this using `cargo deny` instead.
|
17 |
#![allow(clippy::multiple_crate_versions)]
|
19 |
// We handle this using `cargo deny` instead.
|
20 |
#![allow(clippy::multiple_crate_versions)]
|
21 |
// This has false positives on trivial code.
|
2 |
#![warn(missing_debug_implementations, missing_docs, clippy::cargo)]
|
3 |
#![allow(clippy::multiple_crate_versions)]
|
9 |
#![allow(clippy::module_name_repetitions)]
|
10 |
#![allow(clippy::multiple_crate_versions)]
|
11 |
#![allow(clippy::similar_names)]
|
13 |
#![allow(clippy::module_name_repetitions)]
|
14 |
#![allow(clippy::multiple_crate_versions)] // appears to be a false positive; cargo tree doesn't show what clippy yells about
|
27 |
clippy::cast_sign_loss,
|
28 |
clippy::multiple_crate_versions,
|
29 |
clippy::must_use_candidate
|
22 |
clippy::cast_sign_loss,
|
23 |
clippy::multiple_crate_versions,
|
24 |
clippy::must_use_candidate
|
6 |
#![allow(clippy::missing_errors_doc)]
|
7 |
#![allow(clippy::multiple_crate_versions)]
|
1 |
#![allow(clippy::multiple_crate_versions)]
|
5 |
#![feature(inline_const)]
|
6 |
#![allow(clippy::multiple_crate_versions)]
|
7 |
#![allow(clippy::module_name_repetitions)]
|
1 |
#![feature(string_remove_matches)]
|
2 |
#![allow(clippy::multiple_crate_versions)]
|
15 |
clippy::if_not_else, // `... != 0` is a positive condition
|
16 |
clippy::multiple_crate_versions, // not useful
|
17 |
)]
|
15 |
clippy::if_not_else, // `... != 0` is a positive condition
|
16 |
clippy::multiple_crate_versions, // not useful
|
17 |
)]
|
24 |
clippy::if_not_else, // `... != 0` is a positive condition
|
25 |
clippy::multiple_crate_versions, // not useful
|
26 |
)]
|
15 |
clippy::if_not_else, // `... != 0` is a positive condition
|
16 |
clippy::multiple_crate_versions, // not useful
|
17 |
)]
|
9 |
#![warn(clippy::all, clippy::pedantic, clippy::nursery, clippy::cargo)]
|
10 |
#![allow(clippy::multiple_crate_versions)]
|
11 |
#![cfg_attr(
|
9 |
#![warn(clippy::all, clippy::pedantic, clippy::nursery, clippy::cargo)]
|
10 |
#![allow(clippy::multiple_crate_versions)]
|
11 |
#![cfg_attr(
|
11 |
clippy::module_name_repetitions,
|
12 |
clippy::multiple_crate_versions,
|
13 |
clippy::too_many_lines
|
17 |
#![allow(
|
18 |
clippy::multiple_crate_versions,
|
19 |
clippy::bool_to_int_with_if,
|
2 |
#![allow(clippy::missing_errors_doc, clippy::missing_panics_doc)]
|
3 |
#![allow(clippy::multiple_crate_versions)]
|
17 |
clippy::cargo_common_metadata, // Blame Serde
|
18 |
clippy::multiple_crate_versions, // Blame Serde
|
19 |
clippy::wildcard_dependencies, // Based, but blame Serde.
|
62 |
clippy::missing_const_for_fn,
|
63 |
clippy::multiple_crate_versions,
|
62 |
clippy::missing_const_for_fn,
|
63 |
clippy::multiple_crate_versions,
|
37 |
#![allow(clippy::multiple_crate_versions)]
|
12 |
// TODO(Shaohua): Remove this lint flag
|
13 |
#![allow(clippy::multiple_crate_versions)]
|
12 |
clippy::redundant_pub_crate,
|
13 |
clippy::multiple_crate_versions,
|
14 |
clippy::module_name_repetitions,
|
53 |
clippy::cargo_common_metadata,
|
54 |
clippy::multiple_crate_versions
|
55 |
)]
|
6 |
clippy::module_name_repetitions,
|
7 |
clippy::multiple_crate_versions,
|
8 |
clippy::doc_markdown,
|
76 |
#![deny(clippy::cargo)]
|
77 |
#![allow(clippy::multiple_crate_versions)]
|
78 |
#![deny(clippy::unwrap_used)]
|
136 |
#![deny(clippy::all, clippy::cargo)]
|
137 |
#![allow(clippy::multiple_crate_versions)]
|
5 |
#![deny(clippy::panic)]
|
6 |
#![allow(clippy::multiple_crate_versions)]
|
7 |
//TODO:
|
106 |
clippy::panic, // allow debug_assert, panic in production code
|
107 |
clippy::multiple_crate_versions, // caused by the dependency, can't be fixed
|
108 |
)]
|
20 |
clippy::mut_mut, // false alarm on futures::select!
|
21 |
clippy::multiple_crate_versions, // this is a mess due to winit dependencies and wgpu dependencies not lining up
|
22 |
)]
|
3 |
#![deny(clippy::cargo)]
|
4 |
#![allow(clippy::multiple_crate_versions)] // Let cargo-deny handle this
|
5 |
#![forbid(unsafe_code)]
|
3 |
#![deny(clippy::cargo)]
|
4 |
#![allow(clippy::multiple_crate_versions)] // Let cargo-deny handle this
|
5 |
#![forbid(unsafe_code)]
|
1 |
#![deny(clippy::all, clippy::cargo)]
|
2 |
#![allow(clippy::multiple_crate_versions, clippy::type_complexity)]
|
3 |
#![warn(missing_docs, nonstandard_style, rust_2018_idioms)]
|
1 |
#![deny(clippy::all, clippy::cargo)]
|
2 |
#![allow(clippy::multiple_crate_versions)]
|
3 |
#![warn(missing_docs, nonstandard_style, rust_2018_idioms)]
|
64 |
clippy::module_name_repetitions, // repeation of module name in a struct name is not big deal
|
65 |
clippy::multiple_crate_versions, // multi-version dependency crates is not able to fix
|
66 |
clippy::panic, // allow debug_assert, panic in production code
|
64 |
clippy::module_name_repetitions, // repeation of module name in a struct name is not big deal
|
65 |
clippy::multiple_crate_versions, // multi-version dependency crates is not able to fix
|
66 |
clippy::panic, // allow debug_assert, panic in production code
|
23 |
clippy::clone_on_ref_ptr,
|
24 |
clippy::multiple_crate_versions,
|
25 |
clippy::default_numeric_fallback,
|
190 |
// TODO this needs review to reduce the bloat pulled in by dependencies
|
191 |
#![allow(clippy::multiple_crate_versions)]
|
147 |
// structs or traits are used interchangeably between different versions of a crate.
|
148 |
clippy::multiple_crate_versions,
|
149 |
// Why is this bad : As the edition guide says, it is highly unlikely that you work with any possible
|
64 |
// structs or traits are used interchangeably between different versions of a crate.
|
65 |
clippy::multiple_crate_versions,
|
66 |
// Why is this bad : As the edition guide says, it is highly unlikely that you work with any possible
|
84 |
//structs or traits are used interchangeably between different versions of a crate.
|
85 |
clippy::multiple_crate_versions,
|
86 |
//Why is this bad : As the edition guide says, it is highly unlikely that you work with any possible
|
15 |
#![allow(clippy::module_name_repetitions)]
|
16 |
#![allow(clippy::multiple_crate_versions)]
|
17 |
#![allow(clippy::use_self)]
|
29 |
)]
|
30 |
#![allow(clippy::multiple_crate_versions)]
|
38 |
clippy::pub_enum_variant_names,
|
39 |
clippy::multiple_crate_versions,
|
40 |
clippy::doc_markdown,
|
46 |
clippy::module_name_repetitions,
|
47 |
clippy::multiple_crate_versions,
|
48 |
clippy::option_if_let_else,
|
46 |
clippy::module_name_repetitions,
|
47 |
clippy::multiple_crate_versions,
|
48 |
clippy::option_if_let_else,
|
11 |
clippy::module_name_repetitions,
|
12 |
clippy::multiple_crate_versions,
|
13 |
clippy::doc_markdown,
|
7 |
clippy::module_name_repetitions,
|
8 |
clippy::multiple_crate_versions,
|
9 |
clippy::doc_markdown,
|
122 |
)]
|
123 |
#![allow(clippy::multiple_crate_versions)]
|
11 |
// but metrics-exporter-prometheus depends on 0.10.2+wasi-snapshot-preview1
|
12 |
#![allow(clippy::multiple_crate_versions)]
|
42 |
// I can't do anything about this; fault of the dependencies
|
43 |
#![allow(clippy::multiple_crate_versions)]
|
44 |
// allow: required because of derive_more::Display macro
|
32 |
// This one is hard to avoid.
|
33 |
#![allow(clippy::multiple_crate_versions)]
|
4 |
// This one is hard to avoid.
|
5 |
#![allow(clippy::multiple_crate_versions)]
|
30 |
// This one is hard to avoid.
|
31 |
#![allow(clippy::multiple_crate_versions)]
|
32 |
// This crate declares deprecated values for legacy reasons.
|
1 |
#![allow(clippy::multiple_crate_versions, unused)]
|
2 |
use std::env;
|
39 |
// This one is hard to avoid.
|
40 |
#![allow(clippy::multiple_crate_versions)]
|
36 |
// This one is hard to avoid.
|
37 |
#![allow(clippy::multiple_crate_versions)]
|
33 |
// This one is hard to avoid.
|
34 |
#![allow(clippy::multiple_crate_versions)]
|
5 |
#![deny(clippy::panic)]
|
6 |
#![allow(clippy::multiple_crate_versions)]
|
21 |
clippy::clone_on_ref_ptr,
|
22 |
clippy::multiple_crate_versions,
|
23 |
clippy::default_numeric_fallback,
|
21 |
clippy::clone_on_ref_ptr,
|
22 |
clippy::multiple_crate_versions,
|
23 |
clippy::default_numeric_fallback,
|
21 |
clippy::clone_on_ref_ptr,
|
22 |
clippy::multiple_crate_versions,
|
23 |
clippy::default_numeric_fallback,
|
21 |
clippy::clone_on_ref_ptr,
|
22 |
clippy::multiple_crate_versions,
|
23 |
clippy::default_numeric_fallback,
|
21 |
clippy::clone_on_ref_ptr,
|
22 |
clippy::multiple_crate_versions,
|
23 |
clippy::default_numeric_fallback,
|
13 |
// Frankly not sure where this comes from.
|
14 |
clippy::multiple_crate_versions
|
15 |
)]
|
26 |
)]
|
27 |
#![allow(clippy::multiple_crate_versions, clippy::needless_doctest_main)]
|
28 |
#![allow(bare_trait_objects)]
|
24 |
)]
|
25 |
#![allow(clippy::multiple_crate_versions)]
|
24 |
)]
|
25 |
#![allow(clippy::multiple_crate_versions)]
|
24 |
)]
|
25 |
#![allow(clippy::multiple_crate_versions)]
|
26 |
pub mod connection_type;
|
59 |
)]
|
60 |
#![allow(clippy::multiple_crate_versions)]
|
24 |
)]
|
25 |
#![allow(clippy::multiple_crate_versions)]
|
25 |
)]
|
26 |
#![allow(clippy::multiple_crate_versions)]
|
25 |
)]
|
26 |
#![allow(clippy::multiple_crate_versions)]
|
27 |
#![allow(dead_code)]
|
25 |
)]
|
26 |
#![allow(clippy::multiple_crate_versions)]
|
27 |
#![allow(bare_trait_objects)]
|
41 |
// This one is hard to avoid.
|
42 |
#![allow(clippy::multiple_crate_versions)]
|
2 |
// SPDX-License-Identifier: Apache-2.0
|
3 |
#![allow(clippy::multiple_crate_versions)]
|
30 |
// This one is hard to avoid.
|
31 |
#![allow(clippy::multiple_crate_versions)]
|
10 |
// This one is hard to avoid.
|
11 |
#![allow(clippy::multiple_crate_versions)]
|
12 |
#![allow(clippy::missing_safety_doc)]
|
3 |
#![deny(clippy::cargo)]
|
4 |
#![allow(clippy::multiple_crate_versions)] // This should be enforced by cargo-deny
|
5 |
#![allow(clippy::missing_errors_doc)]
|
12 |
#![warn(clippy::cargo, clippy::nursery, clippy::pedantic)]
|
13 |
#![allow(clippy::multiple_crate_versions)]
|
1 |
#![warn(clippy::cargo)]
|
2 |
#![allow(clippy::multiple_crate_versions)]
|
3 |
#![allow(clippy::needless_return)]
|
1 |
#![warn(clippy::cargo)]
|
2 |
#![allow(clippy::multiple_crate_versions)]
|
3 |
#![allow(clippy::needless_return)]
|
1 |
#![warn(clippy::cargo)]
|
2 |
#![allow(clippy::multiple_crate_versions)]
|
3 |
#![allow(clippy::needless_return)]
|
1 |
#![warn(clippy::cargo)]
|
2 |
#![allow(clippy::multiple_crate_versions)]
|
3 |
#![allow(clippy::needless_return)]
|
1 |
#![warn(clippy::cargo)]
|
2 |
#![allow(clippy::multiple_crate_versions)]
|
3 |
#![allow(clippy::needless_return)]
|
19 |
// TODO: How is this fixed?
|
20 |
clippy::multiple_crate_versions,
|
21 |
)]
|
22 |
// TODO: How is this fixed?
|
23 |
clippy::multiple_crate_versions,
|
24 |
)]
|
1 |
#![warn(clippy::all, clippy::pedantic, clippy::nursery, clippy::cargo)]
|
2 |
#![allow(clippy::multiple_crate_versions)]
|
2 |
#![warn(clippy::all, clippy::pedantic, clippy::nursery, clippy::cargo)]
|
3 |
#![allow(clippy::multiple_crate_versions)]
|
4 |
#![allow(clippy::use_self)]
|
40 |
)]
|
41 |
#![allow(clippy::module_name_repetitions, clippy::multiple_crate_versions)]
|
42 |
#![forbid(unsafe_code)]
|
2 |
#![warn(clippy::pedantic, clippy::missing_panics_doc)]
|
3 |
#![allow(clippy::multiple_crate_versions, clippy::must_use_candidate)]
|
4 |
//! `rstr` is a library for managing a content-addressable blob store.
|
1 |
#![warn(clippy::cargo)]
|
2 |
#![allow(clippy::multiple_crate_versions)]
|
3 |
#![allow(clippy::needless_return)]
|
70 |
#![allow(clippy::multiple_inherent_impl)]
|
71 |
#![allow(clippy::multiple_crate_versions)]
|
72 |
#![allow(clippy::module_name_repetitions)]
|
9 |
#![allow(clippy::items_after_statements)]
|
10 |
#![allow(clippy::multiple_crate_versions)]
|
11 |
#![allow(clippy::unused_async)]
|
12 |
#![warn(clippy::cargo, clippy::nursery, clippy::pedantic)]
|
13 |
#![allow(clippy::multiple_crate_versions)]
|
7 |
#![allow(deprecated)]
|
8 |
#![allow(clippy::multiple_crate_versions)]
|
9 |
#![allow(clippy::missing_errors_doc)]
|
42 |
clippy::module_name_repetitions, // Sometimes clear naming calls for repetition
|
43 |
clippy::multiple_crate_versions // There is no way to easily fix this without modifying our dependencies
|
44 |
)]
|
18 |
clippy::missing_errors_doc,
|
19 |
clippy::multiple_crate_versions,
|
20 |
// clippy::missing_panics_doc, // not on stable yet
|
67 |
feature = "cargo-clippy",
|
68 |
allow(redundant_field_names, multiple_crate_versions)
|
69 |
)]
|
4 |
#![warn(clippy::cargo)]
|
5 |
#![allow(clippy::multiple_crate_versions)]
|
10 |
)]
|
11 |
#![allow(clippy::module_name_repetitions, clippy::multiple_crate_versions)]
|
10 |
)]
|
11 |
#![allow(clippy::multiple_crate_versions)]
|
61 |
#![allow(clippy::missing_errors_doc)]
|
62 |
#![allow(clippy::multiple_crate_versions)] // can't do much
|
63 |
// that's where you're wrong, kiddo
|
6 |
#![allow(clippy::missing_const_for_fn)]
|
7 |
#![allow(clippy::multiple_crate_versions)]
|
8 |
#![allow(clippy::non_ascii_literal)]
|
212 |
clippy::else_if_without_else,
|
213 |
clippy::multiple_crate_versions,
|
214 |
clippy::module_name_repetitions,
|
1 |
#![allow(clippy::multiple_crate_versions)] // TODO: Remove this when possible
|
2 |
use directories::ProjectDirs;
|
147 |
#![allow(clippy::missing_const_for_fn)]
|
148 |
#![allow(clippy::multiple_crate_versions)]
|
149 |
#![allow(clippy::type_complexity)]
|
27 |
#![warn(clippy::nursery)]
|
28 |
#![allow(clippy::multiple_crate_versions)]
|
49 |
// I can't do anything about this; fault of the dependencies
|
50 |
#![allow(clippy::multiple_crate_versions)]
|
51 |
// allow: required because of derive macro.. :(
|
39 |
// I can't do anything about this; fault of the dependencies
|
40 |
#![allow(clippy::multiple_crate_versions)]
|
41 |
// allow: required because of derive macro.. :(
|
549 |
)]
|
550 |
#![allow(clippy::multiple_crate_versions)]
|
30 |
//
|
31 |
#![allow(clippy::multiple_crate_versions)]
|
32 |
#![allow(clippy::integer_arithmetic, clippy::arithmetic_side_effects)] // issue with strum
|
29 |
//
|
30 |
#![allow(clippy::multiple_crate_versions)]
|
31 |
//
|
4 |
clippy::if_not_else,
|
5 |
clippy::multiple_crate_versions,
|
6 |
clippy::single_match,
|
2 |
#![warn(clippy::pedantic, clippy::cargo)]
|
3 |
#![allow(clippy::multiple_crate_versions, clippy::single_match_else)]
|
4 |
#![cfg_attr(feature = "strict", deny(warnings))]
|
35 |
clippy::module_name_repetitions, // repeation of module name in a struct name is not big deal
|
36 |
clippy::multiple_crate_versions, // multi-version dependency crates is not able to fix
|
37 |
clippy::panic, // allow debug_assert, panic in production code
|
70 |
clippy::useless_attribute,
|
71 |
clippy::multiple_crate_versions,
|
72 |
clippy::fallible_impl_from
|
39 |
// rand_xoshiro v0.4.0 is required for a zkp-stark example and v0.3.1 for criterion
|
40 |
#![allow(clippy::multiple_crate_versions)]
|
39 |
// rand_xoshiro v0.4.0 is required for a zkp-stark example and v0.3.1 for criterion
|
40 |
#![allow(clippy::multiple_crate_versions)]
|
41 |
// rand_xoshiro v0.4.0 is required for a zkp-stark example and v0.3.1 for criterion
|
42 |
#![allow(clippy::multiple_crate_versions)]
|
43 |
// TODO: Add `must_use` where relevant
|
39 |
// rand_xoshiro v0.4.0 is required for a zkp-stark example and v0.3.1 for criterion
|
40 |
#![allow(clippy::multiple_crate_versions)]
|
41 |
// TODO: Toggle based on stable/nightly
|
39 |
// rand_xoshiro v0.4.0 is required for a zkp-stark example and v0.3.1 for criterion
|
40 |
#![allow(clippy::multiple_crate_versions)]
|
39 |
// rand_xoshiro v0.4.0 is required for a zkp-stark example and v0.3.1 for criterion
|
40 |
#![allow(clippy::multiple_crate_versions)]
|
41 |
// TODO: Add `must_use` where relevant
|
39 |
// rand_xoshiro v0.4.0 is required for a zkp-stark example and v0.3.1 for criterion
|
40 |
#![allow(clippy::multiple_crate_versions)]
|
39 |
// rand_xoshiro v0.4.0 is required for a zkp-stark example and v0.3.1 for criterion
|
40 |
#![allow(clippy::multiple_crate_versions)]
|
39 |
// rand_xoshiro v0.4.0 is required for a zkp-stark example and v0.3.1 for criterion
|
40 |
#![allow(clippy::multiple_crate_versions)]
|
41 |
// TODO - Nightly warns on this pattern but stable won't compile on it, change
|
39 |
// rand_xoshiro v0.4.0 is required for a zkp-stark example and v0.3.1 for criterion
|
40 |
#![allow(clippy::multiple_crate_versions)]
|
39 |
// rand_xoshiro v0.4.0 is required for a zkp-stark example and v0.3.1 for criterion
|
40 |
#![allow(clippy::multiple_crate_versions)]
|
41 |
// TODO: Toggle based on stable/nightly
|
39 |
// rand_xoshiro v0.4.0 is required for a zkp-stark example and v0.3.1 for criterion
|
40 |
#![allow(clippy::multiple_crate_versions)]
|
41 |
// TODO: Add `must_use` where relevant
|
39 |
// rand_xoshiro v0.4.0 is required for a zkp-stark example and v0.3.1 for criterion
|
40 |
#![allow(clippy::multiple_crate_versions)]
|
41 |
// TODO: Add `must_use` where relevant
|
39 |
// rand_xoshiro v0.4.0 is required for a zkp-stark example and v0.3.1 for criterion
|
40 |
#![allow(clippy::multiple_crate_versions)]
|
41 |
// TODO - Investigate possible truncation
|
39 |
// rand_xoshiro v0.4.0 is required for a zkp-stark example and v0.3.1 for criterion
|
40 |
#![allow(clippy::multiple_crate_versions)]
|
41 |
// TODO: Toggle based on stable/nightly
|
39 |
// rand_xoshiro v0.4.0 is required for a zkp-stark example and v0.3.1 for criterion
|
40 |
#![allow(clippy::multiple_crate_versions)]
|
41 |
// TODO: Add `must_use` where relevant
|
22 |
// We can't super control this, and it shouldn't be a big issue
|
23 |
#![allow(clippy::multiple_crate_versions)]
|