mirror of
https://github.com/nushell/nushell.git
synced 2025-08-09 01:05:01 +02:00
Fix clippy warnings
This commit is contained in:
@ -239,7 +239,7 @@ impl Value {
|
||||
vals.iter()
|
||||
.map(|x| x.to_string())
|
||||
.collect::<Vec<String>>()
|
||||
.join(", ".into())
|
||||
.join(", ")
|
||||
)
|
||||
}
|
||||
Value::String { val, .. } => val,
|
||||
|
Reference in New Issue
Block a user