Get workspace compiling with new event emitters

This commit is contained in:
Mikayla
2023-11-08 19:29:00 -08:00
parent 26fc36ee0e
commit a97c8bf58f
24 changed files with 224 additions and 319 deletions
+1 -3
View File
@@ -1872,9 +1872,7 @@ impl MultiBuffer {
}
}
impl EventEmitter for MultiBuffer {
type Event = Event;
}
impl EventEmitter<Event> for MultiBuffer {}
impl MultiBufferSnapshot {
pub fn text(&self) -> String {