diff --git a/Cargo.toml b/Cargo.toml index d4903ad3..bf4fe206 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -59,3 +59,6 @@ rustdoc-args = ["--cfg", "docsrs"] [workspace] members = ["test-nostd", "test-serde"] + +[lints.clippy] +style = "allow"