uucore/Cargo.toml: add [lints] workspace = true

This commit is contained in:
Daniel Hofstetter 2025-09-29 17:48:41 +02:00
parent 0e1a2dbeb1
commit 2c196e27c4

View file

@ -15,6 +15,9 @@ version.workspace = true
[package.metadata.docs.rs]
all-features = true
[lints]
workspace = true
[lib]
path = "src/lib/lib.rs"