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 {