Skip to content

Commit cb8573d

Browse files
authoredDec 20, 2022
chore: update to Rust 1.66.0 (denoland#1156)
1 parent 9b76cf8 commit cb8573d

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed
 

‎rust-toolchain.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
[toolchain]
2-
channel = "1.65.0"
2+
channel = "1.66.0"
33
components = ["rustfmt", "clippy"]

‎src/external.rs

+1
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ extern "C" {
1717

1818
impl External {
1919
#[inline(always)]
20+
#[allow(clippy::not_unsafe_ptr_arg_deref)]
2021
pub fn new<'s>(
2122
scope: &mut HandleScope<'s, ()>,
2223
value: *mut c_void,

0 commit comments

Comments
 (0)
Please sign in to comment.