Skip to content

Commit

Permalink
Allow clippy::style
Browse files Browse the repository at this point in the history
  • Loading branch information
cuviper committed Jan 28, 2024
1 parent 382a45c commit 34a7af7
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -59,3 +59,6 @@ rustdoc-args = ["--cfg", "docsrs"]

[workspace]
members = ["test-nostd", "test-serde"]

[lints.clippy]
style = "allow"

0 comments on commit 34a7af7

Please sign in to comment.