rust/Cargo.toml

16 lines
245 B
TOML
Raw Normal View History

2023-11-25 17:26:53 +00:00
[package]
name = "rust"
version = "0.1.0"
edition = "2021"
[lints.rust]
missing_docs = "deny"
warnings = "deny"
[lints.clippy]
missing_docs_in_private_items = "deny"
unwrap_in_result = "deny"
unwrap_used = "deny"
nursery = "deny"
all = "deny"