Open GopherJ opened 1 month ago
saying that the crate name is ab-c, expectedName can be ab-c but RA will return ab_c
ab-c
ab_c
https://github.com/fannheyward/coc-rust-analyzer/blob/420eb49216d4c7f109899e25b66f772f11698816/src/commands.ts#L410
btw this happens in test item
but RA will return ab_c
Looks like it's RA's issue.
saying that the crate name is
ab-c
, expectedName can beab-c
but RA will returnab_c
https://github.com/fannheyward/coc-rust-analyzer/blob/420eb49216d4c7f109899e25b66f772f11698816/src/commands.ts#L410