Skip to content

Commit 42a5585

Browse files
committed
Reformatted JSVal Implementation
Reordered JSVal Implementation with C++
1 parent 3b5690c commit 42a5585

File tree

2 files changed

+156
-249
lines changed

2 files changed

+156
-249
lines changed

mozjs-sys/src/jsid.rs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,8 @@
66

77
use crate::jsapi::JS::Symbol;
88
use crate::jsapi::{jsid, JSString};
9-
use libc::c_void;
9+
10+
use std::ffi::c_void;
1011

1112
#[deprecated]
1213
pub const JSID_VOID: jsid = VoidId();

0 commit comments

Comments
 (0)