mirror of https://github.com/helix-editor/helix
Fix Clone definition for Injector (#8194)
parent
e6cdc5f9d3
commit
c0fd8bc61b
|
@ -156,7 +156,7 @@ impl<T: Item> Clone for Injector<T> {
|
||||||
Injector {
|
Injector {
|
||||||
dst: self.dst.clone(),
|
dst: self.dst.clone(),
|
||||||
editor_data: self.editor_data.clone(),
|
editor_data: self.editor_data.clone(),
|
||||||
shutown: Arc::new(AtomicBool::new(false)),
|
shutown: self.shutown.clone(),
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue