mirror of
https://github.com/denoland/rusty_v8.git
synced 2024-11-21 20:28:58 +00:00
chore: update to Rust 1.66.0 (#1156)
This commit is contained in:
parent
9b76cf8fb1
commit
cb8573dc0d
@ -1,3 +1,3 @@
|
||||
[toolchain]
|
||||
channel = "1.65.0"
|
||||
channel = "1.66.0"
|
||||
components = ["rustfmt", "clippy"]
|
||||
|
@ -17,6 +17,7 @@ extern "C" {
|
||||
|
||||
impl External {
|
||||
#[inline(always)]
|
||||
#[allow(clippy::not_unsafe_ptr_arg_deref)]
|
||||
pub fn new<'s>(
|
||||
scope: &mut HandleScope<'s, ()>,
|
||||
value: *mut c_void,
|
||||
|
Loading…
Reference in New Issue
Block a user