aj-bagwell / clio

A rust library for parsing command line file name arguements
12 stars 7 forks source link

Import ErrorKind #3

Closed max-sixty closed 2 years ago

max-sixty commented 2 years ago

Currently there's a reference on L72 to ErrorKind that raises as undeclared without the http feature

Note that I got this when compiling PRQL with wasm-pack, and haven't looked deeply at the issue.

aj-bagwell commented 2 years ago

Thanks for catching this! I had to add a #[allow(unused_imports)] to keep clippy happy on linux builds but otherwise this looks great. I have published it in 0.2.1

max-sixty commented 2 years ago

Thanks @aj-bagwell !

max-sixty commented 2 years ago

Thanks @aj-bagwell !