mirror of
https://github.com/rust-lang/rust.git
synced 2024-10-31 22:41:50 +00:00
Fix feature gate to point to 1.32.0 for path_from_str
When the feature has been added back (#55148) the feature gate has not been adjusted accordingly. We have it enabled for 1.32.0, currently in Beta, so adjust it. Refs: #44431. Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
This commit is contained in:
parent
6d34ec18c7
commit
8c40aedb8f
@ -1461,7 +1461,7 @@ impl From<String> for PathBuf {
|
||||
}
|
||||
}
|
||||
|
||||
#[stable(feature = "path_from_str", since = "1.26.0")]
|
||||
#[stable(feature = "path_from_str", since = "1.32.0")]
|
||||
impl FromStr for PathBuf {
|
||||
type Err = ParseError;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user