Skip to content

Commit 39aca5f

Browse files
committed
Auto merge of rust-lang#78399 - vn-ki:gsgdt-graphviz, r=oli-obk
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`
2 parents ae288df + 4e14c05 commit 39aca5f

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

tests/ui/crashes/used_underscore_binding_macro.rs

+2-3
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
1-
#![allow(clippy::useless_attribute)] //issue #2910
1+
// edition:2018
22

3-
#[macro_use]
4-
extern crate serde_derive;
3+
use serde::Deserialize;
54

65
/// Tests that we do not lint for unused underscores in a `MacroAttribute`
76
/// expansion

0 commit comments

Comments
 (0)