chris-morgan / rust-http

Completely OBSOLETE Rust HTTP library (server and client)
Other
390 stars 110 forks source link

Fixes for latest rustc #156

Closed ljrmorgan closed 10 years ago

ljrmorgan commented 10 years ago

Main changes are changing statics to consts, also adding the slicing_syntax feature for the tests (along with #![allow(unknown_features)] to match the rest of the code).