Skip to content

Commit

Permalink
Lint fix
Browse files Browse the repository at this point in the history
  • Loading branch information
kjvalencik committed Mar 16, 2021
1 parent a0fa3f4 commit d80f5d1
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ pub mod handle;
pub mod meta;
pub mod object;
pub mod prelude;
#[cfg(feature = "napi-1")]
pub mod reflect;
pub mod result;
#[cfg(feature = "legacy-runtime")]
Expand Down
1 change: 0 additions & 1 deletion src/reflect.rs
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ use handle::{Handle, Managed};
use result::JsResult;
use types::{build, JsString, JsValue};

#[cfg(feature = "napi-1")]
pub fn eval<'a, 'b, C: Context<'a>>(
cx: &mut C,
script: Handle<'b, JsString>,
Expand Down

0 comments on commit d80f5d1

Please sign in to comment.