protocol: fix redundant_static_lifetimes

This commit is contained in:
ice_iix 2020-06-28 18:27:30 -07:00
parent 9621b235c4
commit 853f76b24a
1 changed files with 2 additions and 2 deletions

View File

@ -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 {