mirror of
https://github.com/ntex-rs/ntex.git
synced 2025-04-05 05:47:40 +03:00
t
This commit is contained in:
parent
69b0fe49d7
commit
735901a376
1 changed files with 1 additions and 1 deletions
|
@ -13,7 +13,7 @@ fn main() {
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
||||||
if features.len() > 1 {
|
if !clippy && features.len() > 1 {
|
||||||
panic!(
|
panic!(
|
||||||
"Only one runtime feature could be selected, current selection {:?}",
|
"Only one runtime feature could be selected, current selection {:?}",
|
||||||
features
|
features
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue