1
0
Fork 0
mirror of https://github.com/actix/actix-web.git synced 2024-06-02 21:39:26 +00:00

fix quality item import

This commit is contained in:
Rob Ede 2021-12-01 19:38:02 +00:00
parent 303843dcda
commit a0eb0d22be
No known key found for this signature in database
GPG key ID: 97C636207D3EF933

View file

@ -225,7 +225,7 @@ mod tests {
}
}
impl FromStr for Encoding {
impl str::FromStr for Encoding {
type Err = crate::error::ParseError;
fn from_str(s: &str) -> Result<Encoding, crate::error::ParseError> {
use Encoding::*;