Skip to content

Commit 2426a1b

Browse files
committed
feat(test-crate-a): Add phase3_feature for Phase 3 testing
1 parent 407ab79 commit 2426a1b

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

crates/test-crate-a/src/lib.rs

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,11 @@ pub fn fix_a1() -> bool {
2424
}
2525
// Update to test-crate-a
2626

27+
// Phase 3 Test 3.2: New feature added in monorepo
28+
pub fn phase3_feature() -> &'static str {
29+
"This is a new feature from Phase 3 testing"
30+
}
31+
2732
#[cfg(test)]
2833
mod tests {
2934
use super::*;

0 commit comments

Comments
 (0)