chore: Bump Rust edition to 2024 (#27800)
Follow-up to https://github.com/zed-industries/zed/pull/27791 Release Notes: - N/A
This commit is contained in:
parent
d50905e000
commit
dc64ec9cc8
802 changed files with 3775 additions and 3662 deletions
|
@ -2,10 +2,10 @@ use std::{path::Path, sync::Arc, time::Duration};
|
|||
|
||||
use anyhow::anyhow;
|
||||
use gpui::{
|
||||
black, div, img, prelude::*, pulsating_between, px, red, size, Animation, AnimationExt, App,
|
||||
Application, Asset, AssetLogger, AssetSource, Bounds, Context, Hsla, ImageAssetLoader,
|
||||
ImageCacheError, ImgResourceLoader, Length, Pixels, RenderImage, Resource, SharedString,
|
||||
Window, WindowBounds, WindowOptions, LOADING_DELAY,
|
||||
Animation, AnimationExt, App, Application, Asset, AssetLogger, AssetSource, Bounds, Context,
|
||||
Hsla, ImageAssetLoader, ImageCacheError, ImgResourceLoader, LOADING_DELAY, Length, Pixels,
|
||||
RenderImage, Resource, SharedString, Window, WindowBounds, WindowOptions, black, div, img,
|
||||
prelude::*, pulsating_between, px, red, size,
|
||||
};
|
||||
|
||||
struct Assets {}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue