mirror of
https://github.com/nushell/nushell.git
synced 2025-08-12 08:29:52 +02:00
Remove usage of in_band_lifetimes feature
This commit is contained in:
@ -9,7 +9,7 @@ pub struct GenericView<'value> {
|
||||
value: &'value Value,
|
||||
}
|
||||
|
||||
impl RenderView for GenericView<'value> {
|
||||
impl RenderView for GenericView<'_> {
|
||||
fn render_view(&self, host: &mut dyn Host) -> Result<(), ShellError> {
|
||||
match self.value {
|
||||
Value::Primitive(p) => Ok(host.stdout(&p.format(None))),
|
||||
|
Reference in New Issue
Block a user