Finish transition to cfgs from the separate atoms and features.

This commit is contained in:
Aaron Wood 2020-06-03 14:54:05 -07:00
parent 733ef3163c
commit 055b9b64bc
2 changed files with 1 additions and 47 deletions

View file

@ -280,12 +280,6 @@ impl ProjectWorkspace {
}
}
}
for name in &krate.atom_cfgs {
opts.insert_atom(name.into());
}
for (key, value) in &krate.key_value_cfgs {
opts.insert_key_value(key.into(), value.into());
}
opts
};