From 2c196e27c429ad6fbf82ac7d800eff7e6c652180 Mon Sep 17 00:00:00 2001 From: Daniel Hofstetter Date: Mon, 29 Sep 2025 17:48:41 +0200 Subject: [PATCH] uucore/Cargo.toml: add [lints] workspace = true --- src/uucore/Cargo.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/uucore/Cargo.toml b/src/uucore/Cargo.toml index b05bc1564..c18e6a1d4 100644 --- a/src/uucore/Cargo.toml +++ b/src/uucore/Cargo.toml @@ -15,6 +15,9 @@ version.workspace = true [package.metadata.docs.rs] all-features = true +[lints] +workspace = true + [lib] path = "src/lib/lib.rs"