Skip to content

Commit

Permalink
Remove SymbolKind::Unknown
Browse files Browse the repository at this point in the history
  • Loading branch information
lnicola committed Oct 17, 2021
1 parent 32e17b0 commit 393a849
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1097,9 +1097,6 @@ impl SymbolKind {
pub const EVENT: SymbolKind = SymbolKind(24);
pub const OPERATOR: SymbolKind = SymbolKind(25);
pub const TYPE_PARAMETER: SymbolKind = SymbolKind(26);

// Capturing all unknown enums by this lib.
pub const Unknown: SymbolKind = SymbolKind(255);
}

/// Specific capabilities for the `SymbolKind` in the `workspace/symbol` request.
Expand Down

0 comments on commit 393a849

Please sign in to comment.