From d38bf65d0852a8745d998b27e0fd83532a7efe71 Mon Sep 17 00:00:00 2001 From: Mike Zeller Date: Mon, 2 Dec 2024 22:56:06 +0000 Subject: [PATCH] add lints to Cargo.toml Created using spr 1.3.6-beta.1 --- sled-diagnostics/Cargo.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/sled-diagnostics/Cargo.toml b/sled-diagnostics/Cargo.toml index 3ed8ead092..98ac59b674 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] futures.workspace = true omicron-workspace-hack.workspace = true