diff --git a/helix-term/src/ui/editor.rs b/helix-term/src/ui/editor.rs index 8cbcceb1f..5d028415e 100644 --- a/helix-term/src/ui/editor.rs +++ b/helix-term/src/ui/editor.rs @@ -1,11 +1,3 @@ -/// ```helix -/// #(|hello world)# -/// #(|hello world)# -/// #[hello world|]# -/// #(|hello world)# -/// ``` -fn a() {} - use crate::{ commands::{self, OnKeyCallback, OnKeyCallbackKind}, compositor::{Component, Context, Event, EventResult},