You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The helper method is redundant (_introduced as a [bug fix in Mar
2022](#306), there is a much
simpler approach to append the extension.
-
[`as_mut_os_string()`](https://doc.rust-lang.org/std/path/struct.Path.html#method.as_mut_os_str)
has been available since Rust `1.70.0`, matching the MSRV of this crate
since the introduction of
[`OnceLock`](https://doc.rust-lang.org/std/sync/struct.OnceLock.html)
[in Oct 2024](#515) (_`0.14.1`
release_).
- Additionally revised the comment and included a conditional statement
to better communicate the intent for why this placeholder is necessary.
0 commit comments