From 853f76b24a64ee334d407bad079bec4a908ae799 Mon Sep 17 00:00:00 2001 From: ice_iix Date: Sun, 28 Jun 2020 18:27:30 -0700 Subject: [PATCH] protocol: fix redundant_static_lifetimes --- protocol/src/protocol/forge.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/protocol/src/protocol/forge.rs b/protocol/src/protocol/forge.rs index f9526e4..4dd9253 100644 --- a/protocol/src/protocol/forge.rs +++ b/protocol/src/protocol/forge.rs @@ -84,8 +84,8 @@ impl Serializable for ModIdMapping { } } -pub static BLOCK_NAMESPACE: &'static str = "\u{1}"; -pub static ITEM_NAMESPACE: &'static str = "\u{2}"; +pub static BLOCK_NAMESPACE: &str = "\u{1}"; +pub static ITEM_NAMESPACE: &str = "\u{2}"; #[derive(Debug)] pub enum FmlHs {