mirror of
https://github.com/nushell/nushell.git
synced 2025-08-09 22:27:43 +02:00
Baseline environment and configuration work. (#1287)
This commit is contained in:
committed by
GitHub
parent
f8be1becf2
commit
caa6830184
@ -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())
|
||||
}
|
||||
|
Reference in New Issue
Block a user