seanmonstar / httparse

A push parser for the HTTP 1.x protocol in Rust.
https://docs.rs/httparse
Apache License 2.0
584 stars 114 forks source link

lib: fix import #157

Closed lucab closed 7 months ago

lucab commented 7 months ago

This fixes the style of an import statement.

lucab commented 7 months ago

Note: this is a cosmetic PR which can be quickly landed, so that I can re-trigger CI on https://github.com/seanmonstar/httparse/pull/156 without having to wait for approval on each iteration.