mirror of
https://github.com/nushell/nushell.git
synced 2025-08-12 08:50:05 +02:00
Cleanup for upcoming release
This commit is contained in:
@ -40,11 +40,6 @@ impl RenderView for GenericView<'value> {
|
||||
host.stdout("<Binary>");
|
||||
Ok(())
|
||||
}
|
||||
|
||||
Value::Filesystem => {
|
||||
host.stdout("<filesystem>");
|
||||
Ok(())
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user