From a9ccd0ffae84f7f4259dda974e949abfb8089741 Mon Sep 17 00:00:00 2001 From: Daniel Moos Date: Mon, 17 Apr 2023 13:08:17 +0200 Subject: [PATCH] fix the RefCell link --- src/h_advanced_traits.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/h_advanced_traits.rs b/src/h_advanced_traits.rs index ab29cdf..cf534d9 100644 --- a/src/h_advanced_traits.rs +++ b/src/h_advanced_traits.rs @@ -5,7 +5,7 @@ use std::marker::PhantomData; // You may uncomment and use the following import if you need it. You may also read its -// documentation at https://doc.rust-lang.org/std/cell/struct.RefCell +// documentation at https://doc.rust-lang.org/std/cell/struct.RefCell.html // use std::cell::RefCell; #[derive(Eq, PartialEq, Debug, Clone, Copy)]