From d1b47730d8431a55f26f1c0e23f42bf745b5a16b Mon Sep 17 00:00:00 2001 From: sudeeptarlekar Date: Wed, 1 Oct 2025 17:23:45 +0200 Subject: [PATCH] test --- src/main.rs | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/main.rs b/src/main.rs index e980ba2..07a1954 100644 --- a/src/main.rs +++ b/src/main.rs @@ -7,6 +7,9 @@ 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); + 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> {