Fix broken table
This commit is contained in:
parent
833d5301d1
commit
b632c7d322
@ -15,6 +15,11 @@ pub struct CrateInfo {
|
|||||||
// Shows a view tree with all the dependencies of this project
|
// 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[]
|
// image::https://user-images.githubusercontent.com/5748995/229394139-2625beab-f4c9-484b-84ed-ad5dee0b1e1a.png[]
|
||||||
pub(crate) fn fetch_crates(db: &RootDatabase) -> FxIndexSet<CrateInfo> {
|
pub(crate) fn fetch_crates(db: &RootDatabase) -> FxIndexSet<CrateInfo> {
|
||||||
let crate_graph = db.crate_graph();
|
let crate_graph = db.crate_graph();
|
||||||
|
Loading…
Reference in New Issue
Block a user