cleanup: remove static lifetimes from consts
This commit is contained in:
@@ -47,7 +47,7 @@ impl State {
|
||||
}
|
||||
}
|
||||
|
||||
const OPTIONS: &'static [&'static str] = &["volatile", "alignstack", "intel"];
|
||||
const OPTIONS: &[&str] = &["volatile", "alignstack", "intel"];
|
||||
|
||||
pub fn expand_asm<'cx>(cx: &'cx mut ExtCtxt,
|
||||
sp: Span,
|
||||
|
||||
Reference in New Issue
Block a user