mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-10-01 14:21:44 +00:00
Improve comment
This commit is contained in:
parent
380733d6d0
commit
a0e8538129
1 changed files with 2 additions and 2 deletions
|
@ -28,8 +28,8 @@ fn main() -> Result<()> {
|
||||||
#[serde(rename_all = "camelCase")]
|
#[serde(rename_all = "camelCase")]
|
||||||
struct InitializationOptions {
|
struct InitializationOptions {
|
||||||
// Whether the client supports our custom highlighting publishing decorations.
|
// Whether the client supports our custom highlighting publishing decorations.
|
||||||
// This is different to the highlightingOn setting, which is whether the client
|
// This is different to the highlightingOn setting, which is whether the user
|
||||||
// wants highlighting to be used or sent.
|
// wants our custom highlighting to be used.
|
||||||
publish_decorations: Option<bool>,
|
publish_decorations: Option<bool>,
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue