We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1c3fd86 commit a0f5bdeCopy full SHA for a0f5bde
1 file changed
src/cmds/java/mvn_cmd.rs
@@ -312,7 +312,7 @@ fn run_tests_like(
312
}
313
314
/// Shared implementation for compile-phase-like goals: runs `<binary> <goal> <args>`
315
-/// through `filter_mvn_compile`. Used by `run_other` to route `compile`,
+/// through `filter_mvn_compile`. Used by `dispatch` to route `compile`,
316
/// `process-classes`, and `test-compile` through the same filter while
317
/// preserving the original goal name in the invocation and in the tracking
318
/// label.
@@ -2940,7 +2940,7 @@ mod tests {
2940
insta::assert_snapshot!(output);
2941
2942
2943
- // --- run_other routing ---
+ // --- goal routing (dispatch / route_goal) ---
2944
2945
#[test]
2946
fn test_route_goal() {
0 commit comments