Dequalify WindowContext and AsyncWindowContext identifiers (#22444)
This makes a WIP automated refactoring a bit easier to write Release Notes: - N/A
This commit is contained in:
parent
ac60dcd67a
commit
9815358bdd
12 changed files with 16 additions and 22 deletions
|
@ -1,11 +1,10 @@
|
|||
use client::telemetry;
|
||||
use gpui::Task;
|
||||
use gpui::{Task, WindowContext};
|
||||
use human_bytes::human_bytes;
|
||||
use release_channel::{AppCommitSha, AppVersion, ReleaseChannel};
|
||||
use serde::Serialize;
|
||||
use std::{env, fmt::Display};
|
||||
use sysinfo::{MemoryRefreshKind, RefreshKind, System};
|
||||
use ui::WindowContext;
|
||||
|
||||
#[derive(Clone, Debug, Serialize)]
|
||||
pub struct SystemSpecs {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue