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
1 changed files with 1 additions and 1 deletions
|
@ -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 {
|
impl FromStr for PathBuf {
|
||||||
type Err = ParseError;
|
type Err = ParseError;
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue