mirror of
https://github.com/nushell/nushell.git
synced 2025-05-14 11:44:35 +00:00
Remove warnings.
This commit is contained in:
parent
7838dac689
commit
c2eefece0e
@ -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…
x
Reference in New Issue
Block a user