diff options
| author | Vishnunarayan K I <appukuttancr@gmail.com> | 2020-10-26 19:04:29 +0530 |
|---|---|---|
| committer | Vishnunarayan K I <appukuttancr@gmail.com> | 2020-11-09 22:39:06 +0530 |
| commit | ea1460773f1be2d0d717f6ab7609727e52ffa226 (patch) | |
| tree | 936946c629de3e6543636cd78788782d1a474044 /src | |
| parent | 25f6938da459a57b43bdf16ed6bdad3225b2a3ce (diff) | |
| download | rust-ea1460773f1be2d0d717f6ab7609727e52ffa226.tar.gz rust-ea1460773f1be2d0d717f6ab7609727e52ffa226.zip | |
make MIR graphviz generation use gsgdt
gsgdt [https://crates.io/crates/gsgdt] is a crate which provides an interface for stringly typed graphs. It also provides generation of graphviz dot format from said graph.
Diffstat (limited to 'src')
| -rw-r--r-- | src/tools/tidy/src/deps.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/tools/tidy/src/deps.rs b/src/tools/tidy/src/deps.rs index 057b0884e28..3aeb0b8c5b3 100644 --- a/src/tools/tidy/src/deps.rs +++ b/src/tools/tidy/src/deps.rs @@ -104,6 +104,7 @@ const PERMITTED_DEPENDENCIES: &[&str] = &[ "getopts", "getrandom", "gimli", + "gsgdt", "hashbrown", "hermit-abi", "humantime", |
