Skip to content

Commit c38c0f8

Browse files
committed
Disable the extra lints now
https://github.com/apache/avro-rs/actions/runs/23512928423/job/68438311919?pr=514 They will be re-enabled once #512 is merged. To avoid merge conflicts by editing many files in two PRs Signed-off-by: Martin Tzvetanov Grigorov <mgrigorov@apache.org>
1 parent dd11796 commit c38c0f8

1 file changed

Lines changed: 7 additions & 7 deletions

File tree

Cargo.toml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -62,10 +62,10 @@ clippy.doc_markdown = "warn"
6262
rust.unexpected_cfgs = { level = "warn", check-cfg = ['cfg(nightly)'] }
6363
clippy.cargo = { level = "warn", priority = -1 }
6464
clippy.multiple_crate_versions = "allow"
65-
clippy.needless_raw_string_hashes = "warn"
66-
clippy.missing_panics_doc = "warn"
67-
clippy.semicolon_if_nothing_returned = "warn"
68-
clippy.manual_assert = "warn"
69-
clippy.enum_glob_use = "warn"
70-
clippy.needless_pass_by_value = "warn"
71-
clippy.single_match_else = "warn"
65+
# clippy.needless_raw_string_hashes = "warn"
66+
# clippy.missing_panics_doc = "warn"
67+
# clippy.semicolon_if_nothing_returned = "warn"
68+
# clippy.manual_assert = "warn"
69+
# clippy.enum_glob_use = "warn"
70+
# clippy.needless_pass_by_value = "warn"
71+
# clippy.single_match_else = "warn"

0 commit comments

Comments
 (0)