Skip to content

Commit

Permalink
Merge pull request #202 from wiktorkuchta/serverinfo-doc-fix
Browse files Browse the repository at this point in the history
Fix wrong doc comment for server_info
  • Loading branch information
Marwes committed Feb 18, 2021
2 parents b5187c3 + eb6f86f commit aec3e9e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib.rs
Expand Up @@ -1469,7 +1469,7 @@ pub struct InitializeResult {
/// The capabilities the language server provides.
pub capabilities: ServerCapabilities,

/// The capabilities the language server provides.
/// Information about the server.
#[serde(skip_serializing_if = "Option::is_none")]
pub server_info: Option<ServerInfo>,

Expand Down

0 comments on commit aec3e9e

Please sign in to comment.