chris-morgan / rust-http

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

update to latest rust #193

Closed kstep closed 9 years ago

kstep commented 9 years ago
chris-morgan commented 9 years ago

Thanks for that! A bit of a pity about old_orphan_check, but it looks like #[deriving(Hash)] on Method currently requires it, so it can stay around for the moment.

kstep commented 9 years ago

Yes, it's a shame. Also, FYI, #[derive(RustcEncoding)] doesn't work without old_orphan_check too.