remove cruft

Bu işleme şunda yer alıyor:
AJ ONeal 2019-02-12 19:33:28 -07:00
ebeveyn aa5873164a
işleme 46a9917dc3
1 değiştirilmiş dosya ile 0 ekleme ve 1 silme

Dosyayı Görüntüle

@ -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"))
}