mirror of
https://github.com/nushell/nushell
synced 2025-01-14 22:24:54 +00:00
Remove warnings.
This commit is contained in:
parent
7838dac689
commit
c2eefece0e
1 changed files with 1 additions and 1 deletions
|
@ -67,7 +67,7 @@ fn get_member(path: &Tagged<String>, obj: &Tagged<Value>) -> Result<Tagged<Value
|
||||||
|
|
||||||
pub fn get(
|
pub fn get(
|
||||||
GetArgs {
|
GetArgs {
|
||||||
member: member,
|
member,
|
||||||
rest: fields,
|
rest: fields,
|
||||||
}: GetArgs,
|
}: GetArgs,
|
||||||
RunnableContext { input, .. }: RunnableContext,
|
RunnableContext { input, .. }: RunnableContext,
|
||||||
|
|
Loading…
Reference in a new issue