remove superfluous mut
This commit is contained in:
parent
04e9b99b09
commit
faa8951ee4
@ -242,7 +242,7 @@ pub(crate) fn register(f: &mut HashMap<String, Builtin>) {
|
|||||||
);
|
);
|
||||||
f.insert(
|
f.insert(
|
||||||
"zip".to_owned(),
|
"zip".to_owned(),
|
||||||
Box::new(|mut args, _| {
|
Box::new(|args, _| {
|
||||||
let lists = args
|
let lists = args
|
||||||
.get_variadic()?
|
.get_variadic()?
|
||||||
.into_iter()
|
.into_iter()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user