Skip to content

Commit da0027a

Browse files
committed
fix linter
1 parent e785fc9 commit da0027a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/lib.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,6 @@ pub trait JsonPath: Queryable {
113113
fn query(&self, path: &str) -> Queried<Vec<&Self>> {
114114
query::js_path_vals(path, self)
115115
}
116-
117116
}
118117

119118
impl JsonPath for Value {}

0 commit comments

Comments
 (0)