Skip to content

Commit

Permalink
remove dead enum variant
Browse files Browse the repository at this point in the history
  • Loading branch information
HKalbasi committed Sep 12, 2021
1 parent 825d4c5 commit f75e1ab
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions ra-wasm/src/return_types.rs
Original file line number Diff line number Diff line change
Expand Up @@ -39,11 +39,9 @@ pub struct Highlight {
pub range: Range,
}

#[allow(dead_code)]
#[derive(Serialize_repr)]
#[repr(u8)]
pub enum InlayHintType {
Other = 0,
Type = 1,
Parameter = 2,
}
Expand Down

0 comments on commit f75e1ab

Please sign in to comment.