remove cruft

这个提交包含在:
AJ ONeal 2019-02-12 19:33:28 -07:00
父节点 aa5873164a
当前提交 46a9917dc3
共有 1 个文件被更改,包括 0 次插入1 次删除

查看文件

@ -5,7 +5,6 @@ extern crate rand;
use neon::prelude::*;
// tom pridham @ jane
fn hello(mut cx: FunctionContext) -> JsResult<JsString> {
Ok(cx.string("hello node"))
}