Baseline environment and configuration work. (#1287)

This commit is contained in:
Andrés N. Robalino
2020-01-27 22:13:22 -05:00
committed by GitHub
parent f8be1becf2
commit caa6830184
17 changed files with 824 additions and 99 deletions

View File

@ -122,7 +122,6 @@ impl UntaggedValue {
}
/// Helper for creating row values
#[allow(unused)]
pub fn row(entries: IndexMap<String, Value>) -> UntaggedValue {
UntaggedValue::Row(entries.into())
}