chris-morgan / rust-http

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

Rust update: no more `[T, ..n]` -> `&[T]` coercion #180

Closed Ryman closed 9 years ago

Ryman commented 9 years ago

(Missed one in the doc tests)

reem commented 9 years ago

Great, thank you.

chris-morgan commented 9 years ago

Thanks; I missed this because a Cargo bug (since reported and fixed) was making the doc tests crash for me.