From 640894f1d8e5dce29ec5c26b765975c9c6ec0620 Mon Sep 17 00:00:00 2001 From: tjjfvi Date: Mon, 27 May 2024 11:45:14 -0400 Subject: [PATCH] silence lint --- runtime/src/trace.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/runtime/src/trace.rs b/runtime/src/trace.rs index af50a00d..60a9cbb4 100644 --- a/runtime/src/trace.rs +++ b/runtime/src/trace.rs @@ -477,6 +477,7 @@ pub fn set_hook() { } #[cfg(feature = "trace")] +#[allow(clippy::absolute_paths)] pub const fn type_name() -> &'static str { core::any::type_name::() }