chore: update to Rust 1.66.0 (#1156)

This commit is contained in:
linbingquan 2022-12-21 07:11:23 +08:00 committed by GitHub
parent 9b76cf8fb1
commit cb8573dc0d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 1 deletions

View File

@ -1,3 +1,3 @@
[toolchain]
channel = "1.65.0"
channel = "1.66.0"
components = ["rustfmt", "clippy"]

View File

@ -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,