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