Kriskras99 commented on code in PR #369:
URL: https://github.com/apache/avro-rs/pull/369#discussion_r2630779059


##########
Cargo.toml:
##########
@@ -49,3 +49,7 @@ pretty_assertions = { default-features = false, version = 
"1.4.1", features = ["
 [profile.release.package.hello-wasm]
 # Tell `rustc` to optimize for small code size.
 opt-level = "s"
+
+[workspace.lints]
+# By setting the priority to -1, this lint group can be overridden for 
specific lints
+clippy.all = { level = "warn", priority = -1 }

Review Comment:
   That's a rustc lint. And it's warn by default, so -Dwarnings will also make 
it an error
   



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to