mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-30 23:31:12 +00:00
Use &Path over &PathBuf
This commit is contained in:
parent
a66c60cf4d
commit
7d004c48b1
1 changed files with 1 additions and 1 deletions
|
@ -4114,7 +4114,7 @@ where
|
|||
Ok(())
|
||||
}
|
||||
|
||||
fn to_file_problem_report(filename: &PathBuf, error: io::ErrorKind) -> String {
|
||||
fn to_file_problem_report(filename: &Path, error: io::ErrorKind) -> String {
|
||||
use roc_reporting::report::{Report, RocDocAllocator, DEFAULT_PALETTE};
|
||||
use ven_pretty::DocAllocator;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue