std::from_str has been moved to std::str
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
//! The HTTP request method
|
||||
use std::fmt;
|
||||
use std::from_str::FromStr;
|
||||
use std::str::FromStr;
|
||||
|
||||
/// The Request Method (VERB)
|
||||
///
|
||||
|
||||
Reference in New Issue
Block a user