We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
in the future.
heimdall-rs/Cargo.toml
Line 88 in 270f6f8
keywords = ["ethereum", "web3", "decompiler", "evm", "crypto"] exclude = [".github/"] [workspace.lints] rust.missing_debug_implementations = "warn" rust.missing_docs = "warn" rust.unreachable_pub = "warn" rust.unused_must_use = "deny" rust.rust_2018_idioms = "deny" rustdoc.all = "warn" [workspace.lints.clippy] # These are some of clippy's nursery (i.e., experimental) lints that we like. # By default, nursery lints are allowed. Some of the lints below have made good # suggestions which we fixed. The others didn't have any findings, so we can # assume they don't have that many false positives. Let's enable them to # prevent future problems. branches_sharing_code = "warn" clear_with_drain = "warn" derive_partial_eq_without_eq = "warn" empty_line_after_outer_attr = "warn" equatable_if_let = "warn" imprecise_flops = "warn" iter_on_empty_collections = "warn" iter_with_drain = "warn" large_stack_frames = "warn" manual_clamp = "warn" mutex_integer = "warn" needless_pass_by_ref_mut = "warn" nonstandard_macro_braces = "warn" or_fun_call = "warn" path_buf_push_overwrite = "warn" read_zero_byte_vec = "warn" redundant_clone = "warn" suboptimal_flops = "warn" suspicious_operation_groupings = "warn" trailing_empty_array = "warn" trait_duplication_in_bounds = "warn" transmute_undefined_repr = "warn" trivial_regex = "warn" tuple_array_conversions = "warn" uninhabited_references = "warn" unused_peekable = "warn" unused_rounding = "warn" useless_let_if_seq = "warn" # These are nursery lints which have findings. Allow them for now. Some are not # quite mature enough for use in our codebase and some we don't really want. # Explicitly listing should make it easier to fix in the future. as_ptr_cast_mut = "allow" cognitive_complexity = "allow" collection_is_never_read = "allow" debug_assert_with_mut_call = "allow" empty_line_after_doc_comments = "allow" fallible_impl_from = "allow" future_not_send = "allow" iter_on_single_items = "allow" missing_const_for_fn = "allow" needless_collect = "allow" non_send_fields_in_send_ty = "allow" option_if_let_else = "allow" redundant_pub_crate = "allow" significant_drop_in_scrutinee = "allow" significant_drop_tightening = "allow" string_lit_as_bytes = "allow" type_repetition_in_bounds = "allow" unnecessary_struct_initialization = "allow" use_self = "allow" [workspace.dependencies] heimdall-core = { path = "crates/core" } heimdall-cache = { path = "crates/cache" }
The text was updated successfully, but these errors were encountered:
Jon-Becker
No branches or pull requests
New Codebase TODO
in the future.
Location
heimdall-rs/Cargo.toml
Line 88 in 270f6f8
The text was updated successfully, but these errors were encountered: