We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I am building a tool on top of the LSIF output of rust-analyzer and found your library very helpful, thank you!
rust-analyzer
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.
lsp_types::lsif::Entry
Is there anything blocking this? If not I will send a PR to add the derive for all those types.
Cheers 🥂
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
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 🥂
The text was updated successfully, but these errors were encountered: