From 9e6d9baf2e301b9aebd6ae8802961bc53426200e Mon Sep 17 00:00:00 2001 From: Jonas Schievink Date: Tue, 11 May 2021 16:42:27 +0200 Subject: Update crates/ide/src/view_crate_graph.rs Co-authored-by: bjorn3 --- crates/ide/src/view_crate_graph.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'crates/ide/src') 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::{ // Feature: View Crate Graph // -// Renders the currently loaded crate graph as an SVG graphic. Requires the `dot` tool to be -// installed. +// Renders the currently loaded crate graph as an SVG graphic. Requires the `dot` tool, which +// is part of graphviz, to be installed. // // |=== // | Editor | Action Name -- cgit v1.2.3