mirror of
https://github.com/actix/actix-web.git
synced 2024-12-17 13:46:36 +00:00
fix quality item import
This commit is contained in:
parent
303843dcda
commit
a0eb0d22be
1 changed files with 1 additions and 1 deletions
|
@ -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::*;
|
||||
|
|
Loading…
Reference in a new issue