diff options
author | Jonas Schievink <[email protected]> | 2021-05-11 15:42:27 +0100 |
---|---|---|
committer | GitHub <[email protected]> | 2021-05-11 15:42:27 +0100 |
commit | 9e6d9baf2e301b9aebd6ae8802961bc53426200e (patch) | |
tree | 461481cc80e70a9de9e1a93abbfea6b36f395564 | |
parent | 435c422963ef16a42070356e350c89670979e2d0 (diff) |
Update crates/ide/src/view_crate_graph.rs
Co-authored-by: bjorn3 <[email protected]>
-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 |