Skip to content

Commit e37f22d

Browse files
committed
cargo-rail: test crate
1 parent a81aa36 commit e37f22d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,6 @@ pub fn feature_b1() -> &'static str {
3838
pub fn fix_b1() -> bool {
3939
true
4040
}
41-
pub fn sync_feature() -> &'static str { "Synced from monorepo" }
42-
pub fn from_split_v2() -> &'static str { "Modified in split repo }
43-
// Split repo change
41+
pub fn sync_feature() -> &'static str {
42+
"Synced from monorepo"
43+
}

0 commit comments

Comments
 (0)