diff --git a/sled-diagnostics/Cargo.toml b/sled-diagnostics/Cargo.toml index 88cd35cf4c..f23249224a 100644 --- a/sled-diagnostics/Cargo.toml +++ b/sled-diagnostics/Cargo.toml @@ -3,6 +3,9 @@ name = "sled-diagnostics" version = "0.1.0" edition = "2021" +[lints] +workspace = true + [dependencies] fs-err.workspace = true futures.workspace = true