mirror of
https://github.com/rust-lang/rust-analyzer
synced 2025-01-13 21:54:42 +00:00
Update crates/ide/src/view_crate_graph.rs
Co-authored-by: bjorn3 <bjorn3@users.noreply.github.com>
This commit is contained in:
parent
435c422963
commit
9e6d9baf2e
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue