Skip to content

Commit

Permalink
chore(clippy): fix
Browse files Browse the repository at this point in the history
  • Loading branch information
fundon committed Dec 28, 2024
1 parent 674f375 commit bf31e7b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -166,6 +166,7 @@ module_name_repetitions = { level = "allow", priority = 1 }
too_many_lines = { level = "allow", priority = 1 }
type_complexity = { level = "allow", priority = 1 }
lint_groups_priority = { level = "allow", priority = 1 } # https://github.com/rust-lang/rust-clippy/issues/12270
literal_string_with_formatting_args = { level = "allow", priority = 1 }

[workspace.lints.rustdoc]
private_intra_doc_links = 'allow'

0 comments on commit bf31e7b

Please sign in to comment.