From 160fb14c9d0cc4a5add1509548d516910bd30b74 Mon Sep 17 00:00:00 2001 From: Jai Pradeesh <68369919+jai-deepsource@users.noreply.github.com> Date: Fri, 18 Oct 2024 09:54:47 -0700 Subject: [PATCH] update main.rs Signed-off-by: Jai Pradeesh <68369919+jai-deepsource@users.noreply.github.com> --- rust/src/main.rs | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/rust/src/main.rs b/rust/src/main.rs index 6658a61b..4865a113 100644 --- a/rust/src/main.rs +++ b/rust/src/main.rs @@ -75,6 +75,12 @@ impl Board { } } +impl Board { + pub fn dummy_function(&self) { + // dummy function + } +} + fn main() { let mut board = Board::new();