Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
This allows to format into an `OsString` without unnecessary allocations. E.g. ``` let mut temp_filename = path.into_os_string(); write!(&mut temp_filename, ".tmp.{}", process::id()); ```
- Loading branch information