From 90b8fc8f1e32e9b104cb6b456c88a0fce6f596bc Mon Sep 17 00:00:00 2001 From: Anthony Date: Thu, 18 Sep 2025 10:03:17 -0400 Subject: [PATCH] Actually remove dap todo! --- crates/settings/src/settings_content/project.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/crates/settings/src/settings_content/project.rs b/crates/settings/src/settings_content/project.rs index e857fdcb604da7f1b56e01507377667892a23bd0..2c154dd8ea337ae165cb1e76872640a8af334fe3 100644 --- a/crates/settings/src/settings_content/project.rs +++ b/crates/settings/src/settings_content/project.rs @@ -137,7 +137,6 @@ pub struct GlobalLspSettingsContent { pub button: Option, } -// todo! binary is actually just required, shouldn't be an option #[skip_serializing_none] #[derive(Debug, Clone, Default, PartialEq, Eq, Serialize, Deserialize, JsonSchema)] #[serde(rename_all = "snake_case")]