From a41c21539b756957ee72ea7a9c05a332a4a4fa71 Mon Sep 17 00:00:00 2001 From: Joseph Harrison-Lim Date: Sun, 13 Mar 2022 15:12:20 -0400 Subject: [PATCH] cargo fmt --- helix-term/src/application.rs | 1 - helix-view/src/editor.rs | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/helix-term/src/application.rs b/helix-term/src/application.rs index f759d591e..d891b5d98 100644 --- a/helix-term/src/application.rs +++ b/helix-term/src/application.rs @@ -22,7 +22,6 @@ use crate::{ use log::{error, warn}; use std::{ - fmt::Debug, io::{stdin, stdout, Write}, sync::Arc, time::{Duration, Instant}, diff --git a/helix-view/src/editor.rs b/helix-view/src/editor.rs index 3d372966b..3774756ec 100644 --- a/helix-view/src/editor.rs +++ b/helix-view/src/editor.rs @@ -309,7 +309,7 @@ pub struct Editor { pub config_events: SelectAll>, } -#[derive(Debug)] +#[derive(Debug, Clone)] pub enum ConfigEvent { Refresh, Update(Config),