forked from extern/nushell
Clippy fixes for Rust 1.58 (#733)
* Clippy fixes for Rust 1.58 * Try different message
This commit is contained in:
@ -196,7 +196,7 @@ impl NuDataFrame {
|
||||
let df_new = DataFrame::new(new_cols).map_err(|e| {
|
||||
ShellError::SpannedLabeledError(
|
||||
"Error appending dataframe".into(),
|
||||
format!("Unable to append dataframes: {}", e.to_string()),
|
||||
format!("Unable to append dataframes: {}", e),
|
||||
span,
|
||||
)
|
||||
})?;
|
||||
|
Reference in New Issue
Block a user