0
0
Fork 0
mirror of https://github.com/denoland/rusty_v8.git synced 2024-12-24 08:09:16 -05:00
This commit is contained in:
Daniel Bevenius 2020-12-07 22:42:37 +01:00 committed by GitHub
parent 29396ed40a
commit 98bb4506d9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -24,7 +24,7 @@ extern "C" {
) -> *const Module;
}
/// Source code which can be then compiled to a UnboundScript or Script.
/// Source code which can then be compiled to a UnboundScript or Script.
#[repr(C)]
#[derive(Debug)]
pub struct Source([usize; 8]);