This website works better with JavaScript
Inicio
Explorar
Ayuda
Iniciar sesión
ivogel
/
lua-shared
Seguir
1
Destacar
0
Fork
0
Archivos
Incidencias
0
Pull Requests
0
Wiki
Explorar el Código
Added x86-x64 windows .lib
Removed unreachable code
IVogel
hace 2 años
padre
a134bb765b
commit
4ae9d154aa
Se han
modificado 2 ficheros
con
0 adiciones
y
1 borrados
Unificar vista
Mostrar estadísticas de diff
BIN
lib/x86_64/windows/lua_shared.lib
0
1
src/lib.rs
BIN
lib/x86_64/windows/lua_shared.lib
Ver fichero
+ 0
- 1
src/lib.rs
Ver fichero
@@ -508,7 +508,6 @@ where
);
);
std::mem::drop(error_str);
std::mem::drop(error_str);
error(state);
error(state);
- unreachable_unchecked();
}
}
}
}
}
}