zed: Promote comment to a doc comment (#44031)

This PR promotes a line comment above a variant member to a doc comment,
so that the docs show up on hover.

Release Notes:

- N/A
This commit is contained in:
Marshall Bowers
2025-12-02 23:28:30 +00:00
committed by GitHub
parent 39536cae83
commit 98dec9246e
+1 -1
View File
@@ -54,7 +54,7 @@ pub enum OpenRequestKind {
schema_path: String,
},
Setting {
// None just opens settings without navigating to a specific path
/// `None` opens settings without navigating to a specific path.
setting_path: Option<String>,
},
}