From c1d1cb30d963598847375551d6622aa7789d84e3 Mon Sep 17 00:00:00 2001 From: "shamitha.shashidhara" Date: Thu, 12 Feb 2026 10:32:53 +0530 Subject: [PATCH 1/2] new1 Change-Id: I82927b05fa48dc4d952a69521523b3ef2291621c --- 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 42ffed0357f3f78522cdc0a9dd645ae95468767f Mon Sep 17 00:00:00 2001 From: "shamitha.shashidhara" Date: Thu, 12 Feb 2026 10:35:20 +0530 Subject: [PATCH 2/2] new2 --- 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> {