From 8f4d4c30b39a6f174c7276e49c343dad97805de4 Mon Sep 17 00:00:00 2001 From: Nikita Revenco <154856872+NikitaRevenco@users.noreply.github.com> Date: Mon, 27 Jan 2025 23:15:34 +0000 Subject: [PATCH] chore: remove example --- helix-term/src/ui/editor.rs | 8 -------- 1 file changed, 8 deletions(-) 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},