Remove unnecessary static lifetime
This commit is contained in:
parent
f4788b49c0
commit
11e73bedc3
1 changed files with 1 additions and 2 deletions
|
|
@ -2821,8 +2821,7 @@ impl fmt::Display for QueryError {
|
|||
}
|
||||
|
||||
pub fn wasm_stdlib_symbols() -> impl Iterator<Item = &'static str> {
|
||||
const WASM_STDLIB_SYMBOLS: &'static str =
|
||||
include_str!(concat!(env!("OUT_DIR"), "/stdlib-symbols.txt"));
|
||||
const WASM_STDLIB_SYMBOLS: &str = include_str!(concat!(env!("OUT_DIR"), "/stdlib-symbols.txt"));
|
||||
|
||||
WASM_STDLIB_SYMBOLS
|
||||
.lines()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue