cleanup: remove static lifetimes from consts

This commit is contained in:
ljedrz
2018-12-04 12:46:10 +01:00
parent 91d5d56c00
commit d0c64bb296
26 changed files with 88 additions and 91 deletions

View File

@@ -28,7 +28,7 @@ use syntax::symbol::Symbol;
use syntax_pos::Span;
use syntax::tokenstream;
pub const MACRO: &'static str = "global_asm";
pub const MACRO: &str = "global_asm";
pub fn expand_global_asm<'cx>(cx: &'cx mut ExtCtxt,
sp: Span,