Skip to content

Commit 73bcd05

Browse files
committed
progress
1 parent c642cc0 commit 73bcd05

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/pgt_workspace/src/configuration.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -478,7 +478,7 @@ fn normalize_path(path: &Path) -> PathBuf {
478478

479479
for component in path.components() {
480480
match component {
481-
std::path::Component::Prefix(prefix) => {
481+
std::path::Component::Prefix(_prefix) => {
482482
prefix_component = Some(component);
483483
components.clear();
484484
}

0 commit comments

Comments
 (0)