You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Since the output of this crate is just a string, I didn't make these internal modules public. But I'm refactoring this project recently, and the output of the crate will be a graph structure, and all related structures will be public in the next version.
Problem
I have tried to use this project as rust library but some function require custom structures which are now private.
For example function in
GraphGenerator
:In this case DocumentSymbol is a part of lsp_types, which is private.
Workaround
If it is okay to expose all structures easiest workaround is to make everything public like this:
In any case, can you please solve this issue?
The text was updated successfully, but these errors were encountered: