Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 0 additions & 2 deletions src/luarocks/build/rust-mlua.lua
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,6 @@ local util = require("luarocks.util")
local mlua = {}

function mlua.run(rockspec, no_install)
assert(rockspec:type() == "rockspec")

if not fs.is_tool_available("cargo", "Cargo") then
return nil, "'cargo' is not installed.\n" .. "This rock is written in Rust: make sure you have a Rust\n" ..
"development environment installed and try again."
Expand Down