-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Prefer Into<PathBuf> over AsRef<Path>
We need to store the `PathBuf` so this avoids the explicit `as_ref().to_path_buf()` conversion.
- Loading branch information
1 parent
9987b8a
commit 81868f0
Showing
1 changed file
with
7 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters