apply clippy lints - wasm, nodejs

This commit is contained in:
freestrings
2019-06-25 23:31:52 +09:00
parent 319186b1d9
commit 9a28faf058
5 changed files with 22 additions and 16 deletions

View File

@ -132,6 +132,7 @@ extern crate serde_json;
use serde_json::Value;
pub use parser::Parser;
pub use select::JsonPathError;
pub use select::{Selector, SelectorMut};