Removed unnecessary lifetime

This commit is contained in:
Syrus
2019-01-24 16:46:16 -08:00
parent c22f1eee0f
commit 25439b4df3

View File

@ -362,7 +362,7 @@ pub struct EmscriptenGlobals {
pub vm_table: LocalTable,
}
impl<'a> EmscriptenGlobals {
impl EmscriptenGlobals {
pub fn new() -> Self {
// Memory initialization
let memory_type = Memory {