From 106a047b785384e7f6758ea88209193880672c7c Mon Sep 17 00:00:00 2001 From: Joscha Date: Wed, 6 Nov 2024 22:01:54 +0100 Subject: [PATCH] Fix clippy lint about lints --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index fb3b90b..7438604 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -18,7 +18,7 @@ git = "https://github.com/Garmelon/toss.git" tag = "v0.2.3" [workspace.lints] -rust.unsafe_code = "forbid" +rust.unsafe_code = { level = "forbid", priority = 1 } rust.future_incompatible = "warn" rust.rust_2018_idioms = "warn" rust.unused = "warn"