Remove the 2s from source code
This commit is contained in:
parent
a3565225ad
commit
d11ff14b57
115 changed files with 1473 additions and 1549 deletions
|
@ -8,5 +8,5 @@ publish = false
|
|||
path = "src/feature_flags2.rs"
|
||||
|
||||
[dependencies]
|
||||
gpui2 = { path = "../gpui2" }
|
||||
gpui = { package = "gpui2", path = "../gpui2" }
|
||||
anyhow.workspace = true
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
use gpui2::{AppContext, Subscription, ViewContext};
|
||||
use gpui::{AppContext, Subscription, ViewContext};
|
||||
|
||||
#[derive(Default)]
|
||||
struct FeatureFlags {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue