Restore logic for storing operations on buffers that are still being opened

This commit is contained in:
Max Brunsfeld 2022-02-14 11:59:22 -08:00
parent fe46b89500
commit bf6ae0d8f8
2 changed files with 36 additions and 13 deletions

View file

@ -1082,7 +1082,6 @@ mod tests {
github, AppState, Config,
};
use ::rpc::Peer;
use async_std::task;
use gpui::{executor, ModelHandle, TestAppContext};
use parking_lot::Mutex;
use postage::{mpsc, watch};