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 log::{error, warn};
|
||||||
use std::{
|
use std::{
|
||||||
fmt::Debug,
|
|
||||||
io::{stdin, stdout, Write},
|
io::{stdin, stdout, Write},
|
||||||
sync::Arc,
|
sync::Arc,
|
||||||
time::{Duration, Instant},
|
time::{Duration, Instant},
|
||||||
|
|
|
@ -309,7 +309,7 @@ pub struct Editor {
|
||||||
pub config_events: SelectAll<tokio_stream::Once<ConfigEvent>>,
|
pub config_events: SelectAll<tokio_stream::Once<ConfigEvent>>,
|
||||||
}
|
}
|
||||||
|
|
||||||
#[derive(Debug)]
|
#[derive(Debug, Clone)]
|
||||||
pub enum ConfigEvent {
|
pub enum ConfigEvent {
|
||||||
Refresh,
|
Refresh,
|
||||||
Update(Config),
|
Update(Config),
|
||||||
|
|
Loading…
Reference in New Issue