From fedf82d81e4f7f8a99630e41d193a660adb27660 Mon Sep 17 00:00:00 2001 From: Nikita Lapkov Date: Fri, 25 Aug 2023 11:06:44 +0100 Subject: [PATCH] fix: make lookup_vtable available without network feature --- elfo-core/src/message.rs | 1 - 1 file changed, 1 deletion(-) 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.