Parcourir la source

Added x86-x64 windows .lib
Removed unreachable code

IVogel il y a 2 ans
Parent
commit
4ae9d154aa
2 fichiers modifiés avec 0 ajouts et 1 suppressions
  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);
                 std::mem::drop(error_str);
                 error(state);
                 error(state);
-                unreachable_unchecked();
             }
             }
         }
         }
     }
     }