//! Regression test for https://github.com/dac-gmbh/hyperdrive/issues/17
//!
//! Previously, `Request` was used unqualified in the generated code when
//! `#[forward]` was used, but another variant is also present. This didn't blow
//! up before, since all tests are in `from_request.rs`, which imports
//! `http::Request`.
use FromRequest;
;