Fix broken table

This commit is contained in:
Laurențiu Nicola 2023-05-08 21:27:35 +03:00
parent 833d5301d1
commit b632c7d322

View File

@ -15,6 +15,11 @@ pub struct CrateInfo {
// Shows a view tree with all the dependencies of this project
//
// |===
// | Editor | Panel Name
//
// | VS Code | **Rust Dependencies**
// |===
//
// image::https://user-images.githubusercontent.com/5748995/229394139-2625beab-f4c9-484b-84ed-ad5dee0b1e1a.png[]
pub(crate) fn fetch_crates(db: &RootDatabase) -> FxIndexSet<CrateInfo> {
let crate_graph = db.crate_graph();