You've already forked rust-crate
Lints and build commands
This commit is contained in:
@@ -8,9 +8,15 @@ license-file = "LICENSE.md"
|
||||
resolver = "2"
|
||||
rust-version = "1.85.0"
|
||||
|
||||
[package.metadata.docs.rs]
|
||||
all-features = true
|
||||
rustdoc-args = ["--cfg", "docsrs"]
|
||||
|
||||
[lints.rust]
|
||||
arithmetic_overflow = "forbid"
|
||||
missing_docs = "forbid"
|
||||
unsafe_code = "forbid"
|
||||
unused_doc_comments = "forbid"
|
||||
|
||||
[lints.clippy]
|
||||
arithmetic_side_effects = "forbid"
|
||||
|
||||
Reference in New Issue
Block a user