mirror of https://github.com/helix-editor/helix
cargo fmt
parent
d7e552b510
commit
a41c21539b
|
@ -22,7 +22,6 @@ use crate::{
|
|||
|
||||
use log::{error, warn};
|
||||
use std::{
|
||||
fmt::Debug,
|
||||
io::{stdin, stdout, Write},
|
||||
sync::Arc,
|
||||
time::{Duration, Instant},
|
||||
|
|
|
@ -309,7 +309,7 @@ pub struct Editor {
|
|||
pub config_events: SelectAll<tokio_stream::Once<ConfigEvent>>,
|
||||
}
|
||||
|
||||
#[derive(Debug)]
|
||||
#[derive(Debug, Clone)]
|
||||
pub enum ConfigEvent {
|
||||
Refresh,
|
||||
Update(Config),
|
||||
|
|
Loading…
Reference in New Issue