File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -10,6 +10,10 @@ edition = "2021"
1010rust-version = " 1.79.0"
1111default-run = " simc"
1212
13+ [package .metadata .rbmt .lint ]
14+ # Existing transitive split: derive_arbitrary uses syn 1 while serde/wasm tooling uses syn 2.
15+ allowed_duplicates = [" syn" ]
16+
1317[lib ]
1418name = " simplicityhl"
1519path = " src/lib.rs"
@@ -82,7 +86,7 @@ copy_iterator = "warn"
8286default_trait_access = " warn"
8387doc_link_with_quotes = " warn"
8488doc_markdown = " warn"
85- empty_enums = " warn"
89+ empty_enum = " warn"
8690enum_glob_use = " allow"
8791expl_impl_clone_on_copy = " warn"
8892explicit_deref_methods = " warn"
@@ -166,7 +170,7 @@ struct_field_names = "warn"
166170too_many_lines = " allow"
167171transmute_ptr_to_ptr = " warn"
168172trivially_copy_pass_by_ref = " warn"
169- unchecked_time_subtraction = " warn"
173+ unchecked_duration_subtraction = " warn"
170174unicode_not_nfc = " warn"
171175unnecessary_box_returns = " warn"
172176unnecessary_join = " warn"
Original file line number Diff line number Diff line change @@ -8,6 +8,10 @@ rust-version = "1.79.0"
88[package .metadata ]
99cargo-fuzz = true
1010
11+ [package .metadata .rbmt .lint ]
12+ # Existing transitive split: derive_arbitrary uses syn 1 while serde/wasm tooling uses syn 2.
13+ allowed_duplicates = [" syn" ]
14+
1115[dependencies ]
1216libfuzzer-sys = " 0.4"
1317arbitrary = { version = " 1" , features = [" derive" ] }
You can’t perform that action at this time.
0 commit comments