Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Derive clone for lsif types #290

Open
Urhengulas opened this issue Sep 4, 2024 · 0 comments · May be fixed by #291
Open

Derive clone for lsif types #290

Urhengulas opened this issue Sep 4, 2024 · 0 comments · May be fixed by #291

Comments

@Urhengulas
Copy link

I am building a tool on top of the LSIF output of rust-analyzer and found your library very helpful, thank you!

I'd like to be able to clone lsp_types::lsif::Entry and related types, but that currently is not implemented: https://docs.rs/lsp-types/0.97.0/lsp_types/lsif/struct.Entry.html.

Is there anything blocking this? If not I will send a PR to add the derive for all those types.

Cheers 🥂

@Urhengulas Urhengulas linked a pull request Sep 4, 2024 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant