aboutsummaryrefslogtreecommitdiff
path: root/crates/ide
diff options
context:
space:
mode:
authorJonas Schievink <[email protected]>2021-05-11 15:42:27 +0100
committerGitHub <[email protected]>2021-05-11 15:42:27 +0100
commit9e6d9baf2e301b9aebd6ae8802961bc53426200e (patch)
tree461481cc80e70a9de9e1a93abbfea6b36f395564 /crates/ide
parent435c422963ef16a42070356e350c89670979e2d0 (diff)
Update crates/ide/src/view_crate_graph.rs
Co-authored-by: bjorn3 <[email protected]>
Diffstat (limited to 'crates/ide')
-rw-r--r--crates/ide/src/view_crate_graph.rs4
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