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
53606fd6f5
commit
2fc8647dbc
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@ use std::{collections::HashSet, env};
|
|||
fn main() {
|
||||
let mut features = HashSet::<&'static str>::default();
|
||||
|
||||
for (key, val) in env::vars() {
|
||||
for (key, _) in env::vars() {
|
||||
let _ = match key.as_ref() {
|
||||
"CARGO_FEATURE_COMPIO" => features.insert("compio"),
|
||||
"CARGO_FEATURE_TOKIO" => features.insert("tokio"),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue