diff --git a/src/ml_box.rs b/src/ml_box.rs index a1e1a60..eb9391d 100644 --- a/src/ml_box.rs +++ b/src/ml_box.rs @@ -8,7 +8,6 @@ use std::sync::Arc; use derive_more::derive::Display; - /// This wrapper type around `ocaml::root::Root` allows sending /// `ocaml::root::Root` to other threads and provides a safe interface for doing /// so - the value can be recovered back only in a context where an OCaml