diff --git a/elfo-core/src/message.rs b/elfo-core/src/message.rs index e6ee81ee..e198cac8 100644 --- a/elfo-core/src/message.rs +++ b/elfo-core/src/message.rs @@ -355,7 +355,6 @@ static MESSAGES: Lazy Option<&'static MessageVTable> { // Extend lifetimes to static in order to get `(&'static str, &'static str)`. // SAFETY: this pair doesn't overlive the function.