Resolve todo that has been completed

Mikayla Maki created

Change summary

crates/settings/src/settings_content/language.rs | 2 --
1 file changed, 2 deletions(-)

Detailed changes

crates/settings/src/settings_content/language.rs 🔗

@@ -351,8 +351,6 @@ pub struct JsxTagAutoCloseSettingsContent {
 }
 
 /// The settings for inlay hints.
-/// todo!() the fields of this struct should likely be optional,
-/// and a similar struct exposed from the language crate.
 #[skip_serializing_none]
 #[derive(Clone, Default, Debug, Serialize, Deserialize, JsonSchema, PartialEq, Eq)]
 pub struct InlayHintSettingsContent {