mirror of https://github.com/rwf2/Rocket.git
Update UI tests affected by removal of typed headers.
This commit is contained in:
parent
facc00454c
commit
baa2ed27f3
|
@ -15,9 +15,6 @@ error[E0277]: the trait bound `rocket::http::Header<'_>: std::convert::From<u8>`
|
|||
= help: the following implementations were found:
|
||||
rocket::http::Header<'static> as $TRAIT
|
||||
rocket::http::Header<'static> as $TRAIT
|
||||
rocket::http::Header<'static> as $TRAIT
|
||||
rocket::http::Header<'static> as $TRAIT
|
||||
and $N others
|
||||
= note: required because of the requirements on the impl of `std::convert::Into<rocket::http::Header<'_>>` for `u8`
|
||||
|
||||
error[E0277]: the trait bound `u8: rocket::response::Responder<'_>` is not satisfied
|
||||
|
@ -37,9 +34,6 @@ error[E0277]: the trait bound `rocket::http::Header<'_>: std::convert::From<u8>`
|
|||
= help: the following implementations were found:
|
||||
rocket::http::Header<'static> as $TRAIT
|
||||
rocket::http::Header<'static> as $TRAIT
|
||||
rocket::http::Header<'static> as $TRAIT
|
||||
rocket::http::Header<'static> as $TRAIT
|
||||
and $N others
|
||||
= note: required because of the requirements on the impl of `std::convert::Into<rocket::http::Header<'_>>` for `u8`
|
||||
|
||||
error[E0277]: the trait bound `rocket::http::Header<'_>: std::convert::From<std::string::String>` is not satisfied
|
||||
|
@ -51,9 +45,6 @@ error[E0277]: the trait bound `rocket::http::Header<'_>: std::convert::From<std:
|
|||
= help: the following implementations were found:
|
||||
rocket::http::Header<'static> as $TRAIT
|
||||
rocket::http::Header<'static> as $TRAIT
|
||||
rocket::http::Header<'static> as $TRAIT
|
||||
rocket::http::Header<'static> as $TRAIT
|
||||
and $N others
|
||||
= note: required because of the requirements on the impl of `std::convert::Into<rocket::http::Header<'_>>` for `std::string::String`
|
||||
|
||||
error[E0277]: the trait bound `usize: rocket::response::Responder<'_>` is not satisfied
|
||||
|
|
Loading…
Reference in New Issue