Skip to content

Commit 8c40aed

Browse files
committed
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 <[email protected]>
1 parent 6d34ec1 commit 8c40aed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/libstd/path.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1461,7 +1461,7 @@ impl From<String> for PathBuf {
14611461
}
14621462
}
14631463

1464-
#[stable(feature = "path_from_str", since = "1.26.0")]
1464+
#[stable(feature = "path_from_str", since = "1.32.0")]
14651465
impl FromStr for PathBuf {
14661466
type Err = ParseError;
14671467

0 commit comments

Comments
 (0)