From b390f6c0ec5f516194b231d3191baf241c0b5262 Mon Sep 17 00:00:00 2001 From: "shamitha.shashidhara" Date: Wed, 11 Feb 2026 11:53:25 +0530 Subject: [PATCH 1/2] testing Change-Id: I4fe3b4dbe2a6e433782a243378cea5e8524a835f --- 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 8d298f34fa59f0588bff1f213c5057eaa713fcf0 Mon Sep 17 00:00:00 2001 From: "shamitha.shashidhara" Date: Wed, 11 Feb 2026 20:56:20 +0530 Subject: [PATCH 2/2] testing1 --- 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> {