We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3350f60 commit 1ef4d35Copy full SHA for 1ef4d35
src/luarocks/build/rust-mlua.lua
@@ -7,8 +7,6 @@ local util = require("luarocks.util")
7
local mlua = {}
8
9
function mlua.run(rockspec, no_install)
10
- assert(rockspec:type() == "rockspec")
11
-
12
if not fs.is_tool_available("cargo", "Cargo") then
13
return nil, "'cargo' is not installed.\n" .. "This rock is written in Rust: make sure you have a Rust\n" ..
14
"development environment installed and try again."
0 commit comments