mirror of
https://github.com/rust-lang/rust.git
synced 2025-01-30 16:43:41 +00:00
Improve comment
This commit is contained in:
parent
380733d6d0
commit
a0e8538129
@ -28,8 +28,8 @@ fn main() -> Result<()> {
|
||||
#[serde(rename_all = "camelCase")]
|
||||
struct InitializationOptions {
|
||||
// Whether the client supports our custom highlighting publishing decorations.
|
||||
// This is different to the highlightingOn setting, which is whether the client
|
||||
// wants highlighting to be used or sent.
|
||||
// This is different to the highlightingOn setting, which is whether the user
|
||||
// wants our custom highlighting to be used.
|
||||
publish_decorations: Option<bool>,
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user