From 735901a376d2ea91d51c00dce063650edec3165c Mon Sep 17 00:00:00 2001 From: James Bell Date: Fri, 3 Jan 2025 18:54:07 +0000 Subject: [PATCH] t --- ntex-rt/build.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ntex-rt/build.rs b/ntex-rt/build.rs index 7f7fe5a4..195d8acc 100644 --- a/ntex-rt/build.rs +++ b/ntex-rt/build.rs @@ -13,7 +13,7 @@ fn main() { }; } - if features.len() > 1 { + if !clippy && features.len() > 1 { panic!( "Only one runtime feature could be selected, current selection {:?}", features