From c4a4cc863f4b62ee74edfd541ddb3596607b91e1 Mon Sep 17 00:00:00 2001 From: suhashini-naik Date: Tue, 16 Jun 2026 03:40:35 +0000 Subject: [PATCH] test 2 --- src/main.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/src/main.rs b/src/main.rs index a276116..e980ba2 100644 --- a/src/main.rs +++ b/src/main.rs @@ -7,7 +7,6 @@ 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> {