mirror of
https://github.com/fluencelabs/jsonpath
synced 2025-06-18 18:41:28 +00:00
apply clippy lints - wasm, nodejs
This commit is contained in:
@ -206,7 +206,7 @@ declare_types! {
|
||||
{
|
||||
let guard = ctx.lock();
|
||||
let mut this = this.borrow_mut(&guard);
|
||||
let _ = this.path(&path);
|
||||
this.path(&path);
|
||||
}
|
||||
|
||||
Ok(JsUndefined::new().upcast())
|
||||
@ -219,7 +219,7 @@ declare_types! {
|
||||
{
|
||||
let guard = ctx.lock();
|
||||
let mut this = this.borrow_mut(&guard);
|
||||
let _ = this.value(&json_str);
|
||||
this.value(&json_str);
|
||||
}
|
||||
|
||||
Ok(JsUndefined::new().upcast())
|
||||
|
Reference in New Issue
Block a user