Skip to content

Commit

Permalink
chore: enable clippy lints for potential stack overflow
Browse files Browse the repository at this point in the history
  • Loading branch information
BugenZhao committed Jan 15, 2025
1 parent 5dee6d7 commit 7949e58
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -310,6 +310,10 @@ mixed_attributes_style = "allow"
too_long_first_doc_paragraph = "allow"
str_to_string = "warn"
string_to_string = "warn"
large_futures = "warn"
large_stack_arrays = "warn"
large_stack_frames = "warn"
large_types_passed_by_value = "warn"

[workspace.lints.rustdoc]
private_intra_doc_links = "allow"
Expand Down

0 comments on commit 7949e58

Please sign in to comment.