From d7605d13a850cded0a6974768f70c7d0c4489d25 Mon Sep 17 00:00:00 2001 From: "shamitha.shashidhara" Date: Thu, 12 Feb 2026 09:50:06 +0530 Subject: [PATCH 1/2] chainA Change-Id: If94f479d64fd216de06fb31cdb409f627352bfa7 --- 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 6368d541cb5d2c3817a43966a0ed1377639aaaa6 Mon Sep 17 00:00:00 2001 From: "shamitha.shashidhara" Date: Thu, 12 Feb 2026 09:50:48 +0530 Subject: [PATCH 2/2] chainB --- src/main.rs | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/main.rs b/src/main.rs index a276116..2afbfec 100644 --- a/src/main.rs +++ b/src/main.rs @@ -14,3 +14,8 @@ fn fetch_remote<'repo>(repo: &'repo Repository, url: &str) -> Result(repo: &'repo Repository, url: &str) -> Result> { + repo.remote_anonymous(url) + .context("Unable to create an anonymous remote from url") +}