Skip to content
This repository was archived by the owner on May 28, 2025. It is now read-only.

Commit b632c7d

Browse files
committed
Fix broken table
1 parent 833d530 commit b632c7d

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

crates/ide/src/fetch_crates.rs

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,11 @@ pub struct CrateInfo {
1515
// Shows a view tree with all the dependencies of this project
1616
//
1717
// |===
18+
// | Editor | Panel Name
19+
//
20+
// | VS Code | **Rust Dependencies**
21+
// |===
22+
//
1823
// image::https://user-images.githubusercontent.com/5748995/229394139-2625beab-f4c9-484b-84ed-ad5dee0b1e1a.png[]
1924
pub(crate) fn fetch_crates(db: &RootDatabase) -> FxIndexSet<CrateInfo> {
2025
let crate_graph = db.crate_graph();

0 commit comments

Comments
 (0)