From 8f2f5e913ab03ff9123b2d45cbcccc5342601b20 Mon Sep 17 00:00:00 2001 From: Erich Gubler Date: Tue, 17 Dec 2024 17:08:37 -0500 Subject: [PATCH] chore: `warn` on `clippy::ptr_as_ref ` (#6770) --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Cargo.toml b/Cargo.toml index d0ccefacb6..af9f81fcb3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -42,6 +42,7 @@ default-members = [ [workspace.lints.clippy] manual_c_str_literals = "allow" +ref_as_ptr = "warn" [workspace.package] edition = "2021"