diff --git a/helix-view/src/editor.rs b/helix-view/src/editor.rs index 526b9958d..bb90dcf59 100644 --- a/helix-view/src/editor.rs +++ b/helix-view/src/editor.rs @@ -803,6 +803,7 @@ pub struct Breakpoint { use futures_util::stream::{Flatten, Once}; impl steel::gc::unsafe_erased_pointers::CustomReference for Editor {} +steel::custom_reference!(Editor); #[repr(C)] pub struct Editor {