Skip to content

Commit f75e1ab

Browse files
committed
remove dead enum variant
1 parent 825d4c5 commit f75e1ab

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

ra-wasm/src/return_types.rs

-2
Original file line numberDiff line numberDiff line change
@@ -39,11 +39,9 @@ pub struct Highlight {
3939
pub range: Range,
4040
}
4141

42-
#[allow(dead_code)]
4342
#[derive(Serialize_repr)]
4443
#[repr(u8)]
4544
pub enum InlayHintType {
46-
Other = 0,
4745
Type = 1,
4846
Parameter = 2,
4947
}

0 commit comments

Comments
 (0)