fix the RefCell link (#10)

This commit is contained in:
Daniel Moos
2023-04-17 19:41:32 +02:00
committed by GitHub
parent 49447434c7
commit 98f4a60acd
+1 -1
View File
@@ -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)]