mirror of
https://github.com/nushell/nushell.git
synced 2025-08-19 04:06:39 +02:00
Run a round of clippy --fix to fix a ton of lints (#7006)
Signed-off-by: Alex Saveau <saveau.alexandre@gmail.com> Signed-off-by: Alex Saveau <saveau.alexandre@gmail.com>
This commit is contained in:
@@ -131,7 +131,7 @@ pub struct Cell {
|
||||
impl From<String> for Cell {
|
||||
fn from(string: String) -> Self {
|
||||
Self {
|
||||
width: unicode_width_strip_ansi(&*string),
|
||||
width: unicode_width_strip_ansi(&string),
|
||||
contents: string,
|
||||
alignment: Alignment::Left,
|
||||
}
|
||||
|
Reference in New Issue
Block a user