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
|
@ -1,5 +1,5 @@
|
|||
use gpui::AnyElement;
|
||||
use ui::{prelude::*, Indicator, ListItem};
|
||||
use ui::{Indicator, ListItem, prelude::*};
|
||||
|
||||
use crate::KernelSpecification;
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
use crate::KERNEL_DOCS_URL;
|
||||
use crate::kernels::KernelSpecification;
|
||||
use crate::repl_store::ReplStore;
|
||||
use crate::KERNEL_DOCS_URL;
|
||||
|
||||
use gpui::AnyView;
|
||||
use gpui::DismissEvent;
|
||||
|
@ -15,7 +15,7 @@ use ui::ListItemSpacing;
|
|||
|
||||
use gpui::SharedString;
|
||||
use gpui::Task;
|
||||
use ui::{prelude::*, ListItem, PopoverMenu, PopoverMenuHandle, PopoverTrigger};
|
||||
use ui::{ListItem, PopoverMenu, PopoverMenuHandle, PopoverTrigger, prelude::*};
|
||||
|
||||
type OnSelect = Box<dyn Fn(KernelSpecification, &mut Window, &mut App)>;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue