rust-lang / rls

Repository for the Rust Language Server (aka RLS)
Other
3.53k stars 257 forks source link

Expose public functions from private raw module #1748

Closed wcalandro closed 2 years ago

wcalandro commented 2 years ago

Previously, raw::deserialize_crate_data and raw::read_crate_data functions were make public inside the raw module, but I did not see that the raw module itself was not public. I now realize that the functions should also have been exposed in the main library file as public functions on the primary module. This PR addresses that

wcalandro commented 2 years ago

Not sure what's going with the test failures here. Compiles and tests totally fine on my local machine with latest nightly