Fix warnings and propogate async further
This commit is contained in:
parent
ce90dbd06a
commit
172e276411
9 changed files with 31 additions and 63 deletions
|
@ -1,7 +1,4 @@
|
|||
use gpui::{
|
||||
executor::{self, Background},
|
||||
Task,
|
||||
};
|
||||
use gpui::executor::Background;
|
||||
pub use language::*;
|
||||
use rust_embed::RustEmbed;
|
||||
use std::{borrow::Cow, str, sync::Arc};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue