Skip to content

Commit 48ac570

Browse files
committed
file: Add missing return
1 parent e27e3b5 commit 48ac570

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

file/file.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -669,6 +669,7 @@ fn analyze_file(mut path: String, args: &Args) {
669669
println!("{path}: data");
670670
}
671671
}
672+
return;
672673
}
673674
unreachable!();
674675
}

0 commit comments

Comments
 (0)