From ebdef45088c9cd5c19051f48df259fd25a5a8fd7 Mon Sep 17 00:00:00 2001 From: SuhashiniNaik Date: Tue, 28 Apr 2026 06:37:07 +0000 Subject: [PATCH 1/2] test git mode 4 Change-Id: Ia94d25c24b135a1ac44e352c6ef50c745570c055 --- src/main.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/src/main.rs b/src/main.rs index e980ba2..a276116 100644 --- a/src/main.rs +++ b/src/main.rs @@ -7,6 +7,7 @@ fn main() { println!("Rim info file should start with {}", dictionary::RIM_INFO); println!("Rim info file should start with {}", dictionary::RIM_INFO); println!("Rim info file should start with {}", dictionary::RIM_INFO); + println!("Rim info file should start with {}", dictionary::RIM_INFO); } fn fetch_remote<'repo>(repo: &'repo Repository, url: &str) -> Result> { From 9314b8decd083984b09f58fcfbd4c205ff941c57 Mon Sep 17 00:00:00 2001 From: SuhashiniNaik Date: Tue, 28 Apr 2026 06:37:28 +0000 Subject: [PATCH 2/2] test git mode 4(a) --- src/main.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/src/main.rs b/src/main.rs index a276116..ad57312 100644 --- a/src/main.rs +++ b/src/main.rs @@ -8,6 +8,7 @@ fn main() { println!("Rim info file should start with {}", dictionary::RIM_INFO); println!("Rim info file should start with {}", dictionary::RIM_INFO); println!("Rim info file should start with {}", dictionary::RIM_INFO); + println!("Rim info file should start with {}", dictionary::RIM_INFO); } fn fetch_remote<'repo>(repo: &'repo Repository, url: &str) -> Result> {