chris-morgan / rust-http

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

Add #![allow(unknown_features)] for #![feature(slicing_syntax)] #154

Closed XiaonuoGantan closed 10 years ago

XiaonuoGantan commented 10 years ago

#![allow(unknown_features)] is needed for rustc 0.12.0-nightly (dc987adfc 2014-10-04 23:42:07 +0000) or above to compile rust-http.

reem commented 10 years ago

This is a good temp fix until the nightlies get updated.