Explorar el Código

Added x86-x64 windows .lib
Removed unreachable code

IVogel hace 2 años
padre
commit
4ae9d154aa
Se han modificado 2 ficheros con 0 adiciones y 1 borrados
  1. BIN
      lib/x86_64/windows/lua_shared.lib
  2. 0 1
      src/lib.rs

BIN
lib/x86_64/windows/lua_shared.lib


+ 0 - 1
src/lib.rs

@@ -508,7 +508,6 @@ where
                 );
                 std::mem::drop(error_str);
                 error(state);
-                unreachable_unchecked();
             }
         }
     }