chore: rename

This commit is contained in:
rvcas 2022-10-05 21:02:52 -04:00 committed by Lucas
parent ff26db2245
commit 03d4a6f1e1
1 changed files with 2 additions and 2 deletions

View File

@ -127,8 +127,8 @@ fn is_aiken_path(path: &Path, dir: impl AsRef<Path>) -> bool {
re.is_match(
path.strip_prefix(dir)
.expect("is_gleam_path(): strip_prefix")
.expect("is_aiken_path(): strip_prefix")
.to_str()
.expect("is_gleam_path(): to_str"),
.expect("is_aiken_path(): to_str"),
)
}