From 1b96686e8b409e8ca9eebe10189bf588cebb88d2 Mon Sep 17 00:00:00 2001 From: Matthias Beyer Date: Mon, 23 Dec 2019 14:40:52 +0100 Subject: Remove lifetime specification Signed-off-by: Matthias Beyer --- bin/domain/imag-todo/src/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/domain/imag-todo/src/lib.rs b/bin/domain/imag-todo/src/lib.rs index 9af20181..66505e1d 100644 --- a/bin/domain/imag-todo/src/lib.rs +++ b/bin/domain/imag-todo/src/lib.rs @@ -395,7 +395,7 @@ fn show(rt: &Runtime) -> Result<()> { fn show_with_table<'a, I>(rt: &Runtime, iter: I) -> Result<()> where I: Iterator> { - const HEADER: &'static [&'static str] = &[ + const HEADER: &[&str] = &[ "uuid", "status", "sched", -- cgit v1.2.3