http-rs / http-types

Common types for HTTP operations
https://docs.rs/http-types
Apache License 2.0
200 stars 83 forks source link

Make MIME tests conditional on the "fs" feature #307

Closed joshtriplett closed 3 years ago

joshtriplett commented 3 years ago

This allows cargo test --no-default-features to pass, which helps when testing if the code is functional without a feature.