From e622e9d8de7de74ca6c7c4011b1c1af115be9e36 Mon Sep 17 00:00:00 2001 From: Youzar-boot <125929019+Youssefhajjaoui@users.noreply.github.com> Date: Sat, 28 Jun 2025 11:24:52 +0100 Subject: [PATCH] Update main.rs --- tests/ref_cell_test/src/main.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/ref_cell_test/src/main.rs b/tests/ref_cell_test/src/main.rs index 455242de..97eb8982 100644 --- a/tests/ref_cell_test/src/main.rs +++ b/tests/ref_cell_test/src/main.rs @@ -1,3 +1,4 @@ +use std::rc::Rc; use ref_cell::*; fn main() {