mirror of
https://github.com/nushell/nushell.git
synced 2025-08-09 07:16:05 +02:00
Clippy fixes for Rust 1.58 (#733)
* Clippy fixes for Rust 1.58 * Try different message
This commit is contained in:
@ -44,7 +44,7 @@ impl Display for Type {
|
||||
"record<{}>",
|
||||
fields
|
||||
.iter()
|
||||
.map(|(x, y)| format!("{}: {}", x, y.to_string()))
|
||||
.map(|(x, y)| format!("{}: {}", x, y))
|
||||
.collect::<Vec<String>>()
|
||||
.join(", "),
|
||||
),
|
||||
|
Reference in New Issue
Block a user