Skip to content

Commit

Permalink
Auto merge of #78399 - vn-ki:gsgdt-graphviz, r=oli-obk
Browse files Browse the repository at this point in the history
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.

This is the first in a series of PRs on moving graphviz code out of rustc into normal crates and then implementating graph diffing on top of these crates.

r? `@oli-obk`
  • Loading branch information
bors committed Dec 15, 2020
2 parents ae288df + 4e14c05 commit 39aca5f
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions tests/ui/crashes/used_underscore_binding_macro.rs
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
#![allow(clippy::useless_attribute)] //issue #2910
// edition:2018

#[macro_use]
extern crate serde_derive;
use serde::Deserialize;

/// Tests that we do not lint for unused underscores in a `MacroAttribute`
/// expansion
Expand Down

0 comments on commit 39aca5f

Please sign in to comment.