mirror of
https://github.com/ntex-rs/ntex.git
synced 2025-04-04 13:27:39 +03:00
wip
This commit is contained in:
parent
b5f7810b79
commit
bde3c15ac2
1 changed files with 2 additions and 5 deletions
|
@ -14,11 +14,8 @@ fn main() {
|
|||
}
|
||||
|
||||
if features.is_empty() {
|
||||
panic!("Runtime must be selected '--feature=ntex\\$runtime', available options are \"compio\", \"tokio\", \"async-std\", \"glommio\"");
|
||||
panic!("Runtime must be selected '--feature=ntex/$runtime', available options are \"compio\", \"tokio\", \"async-std\", \"glommio\"");
|
||||
} else if features.len() > 1 {
|
||||
panic!(
|
||||
"Only one runtime feature could be selected, current selection {:?}",
|
||||
features
|
||||
);
|
||||
panic!("Only one runtime feature could be selected, current selection {:?}", features);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue