From 4aac10fbabcf0c6ff08db0555f767ffd6ac5a77c Mon Sep 17 00:00:00 2001 From: mattwparas Date: Sun, 25 Jun 2023 13:01:30 -0700 Subject: [PATCH] get compiling again --- helix-view/src/editor.rs | 1 + 1 file changed, 1 insertion(+) 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 {