Skip to content

Commit

Permalink
rootable symbol
Browse files Browse the repository at this point in the history
  • Loading branch information
alshdavid committed Jun 25, 2024
1 parent ff4180a commit ae96111
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 0 additions & 2 deletions crates/neon/src/sys/symbol.rs
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
use std::{mem::MaybeUninit, ptr};

use super::{
bindings as napi,
raw::{Env, Local},
Expand Down
2 changes: 2 additions & 0 deletions crates/neon/src/types_impl/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -426,6 +426,8 @@ unsafe impl TransparentNoCopyWrapper for JsSymbol {

impl Value for JsSymbol {}

impl Object for JsSymbol {}

impl ValueInternal for JsSymbol {
fn name() -> &'static str {
"symbol"
Expand Down

0 comments on commit ae96111

Please sign in to comment.