Rocket/lib
Sergio Benitez 39f7f2d32b Remove unneeded lifetime in Request.
Previously, a Request's only lifetime parameter referred to itself. This
causes many issues and is simply wrong. Instead, use `transmute` to make
the lifetime `static`. As long the contents inside Request don't move or
change, the references are valid. We keep the lifetime as a phantom in
`Request` for future use.
2016-10-06 20:57:17 -07:00
..
src Remove unneeded lifetime in Request. 2016-10-06 20:57:17 -07:00
Cargo.toml Test config and environments. 2016-10-04 15:05:25 -07:00