Fix settings2 crate tests

This commit is contained in:
Conrad Irwin 2023-10-26 11:27:23 +02:00
parent 6cf7d0b81c
commit 6e9c779c51
7 changed files with 405 additions and 434 deletions

View file

@ -6,7 +6,6 @@ pub use registry::*;
pub use settings::*;
use gpui2::{AppContext, HighlightStyle, Hsla, SharedString};
use settings2::Settings;
use std::sync::Arc;
pub fn init(cx: &mut AppContext) {