forked from loafle/openapi-generator-original
* Remove redundant Rust use statement * Return errors only for 4xx and 5xx in Rust reqwest Since 1xx and 3xx are perfectly valid status codes the client might need to handle. see: https://docs.rs/reqwest/0.11.0/reqwest/struct.StatusCode.html#method.is_informational * Regenerate samples Co-authored-by: Gabriel Féron <feron.gabriel@gmail.com>