diff options
-rw-r--r-- | crates/ide/src/view_crate_graph.rs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/crates/ide/src/view_crate_graph.rs b/crates/ide/src/view_crate_graph.rs index 8aa598170..45995bf58 100644 --- a/crates/ide/src/view_crate_graph.rs +++ b/crates/ide/src/view_crate_graph.rs | |||
@@ -13,8 +13,8 @@ use ide_db::{ | |||
13 | 13 | ||
14 | // Feature: View Crate Graph | 14 | // Feature: View Crate Graph |
15 | // | 15 | // |
16 | // Renders the currently loaded crate graph as an SVG graphic. Requires the `dot` tool to be | 16 | // Renders the currently loaded crate graph as an SVG graphic. Requires the `dot` tool, which |
17 | // installed. | 17 | // is part of graphviz, to be installed. |
18 | // | 18 | // |
19 | // |=== | 19 | // |=== |
20 | // | Editor | Action Name | 20 | // | Editor | Action Name |