cleanup: remove static lifetimes from consts
This commit is contained in:
parent
91d5d56c00
commit
d0c64bb296
26 changed files with 88 additions and 91 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue