未验证 提交 e1b3a076 编写于 作者: R Ryan Dahl 提交者: GitHub

Try to fix docs.rs for cli crate (#3823)

上级 1c6c6c6d
......@@ -34,6 +34,11 @@ fn op_fetch_asset(
}
fn main() {
// Don't build V8 if "cargo doc" is being run. This is to support docs.rs.
if env::var_os("RUSTDOCFLAGS").is_some() {
return;
}
// To debug snapshot issues uncomment:
// deno_typescript::trace_serializer();
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册