jsonpath-rs icon indicating copy to clipboard operation
jsonpath-rs copied to clipboard

Can `errors` be make public?

Open gkorland opened this issue 6 years ago • 0 comments

9 | use jsonpath::errors::Error;
  |               ^^^^^^

error[E0603]: module `errors` is private

gkorland avatar Feb 18 '19 16:02 gkorland