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
{{ message }}
This repository has been archived by the owner on Dec 29, 2022. It is now read-only.
Per #988 (comment) it'd be good to be able to also reload the data using the AnalysisLoader dynamically (to not require manual data deserialization, when these are not necessarily in the same directory).
The text was updated successfully, but these errors were encountered:
Originally created by @Xanewok (rust-dev-tools/rls-analysis#149):
Currently the
AnalysisHost<L: AnalysisLoader>
can use the provided generic loader internally, viaVec<rls_data::Analysis>
or from a single directory.Per #988 (comment) it'd be good to be able to also reload the data using the AnalysisLoader dynamically (to not require manual data deserialization, when these are not necessarily in the same directory).
The text was updated successfully, but these errors were encountered: