1
Fork 0

revert #92254 "Bump gsgdt to 0.1.3"

gsgdt 0.1.3 was yanked:
https://github.com/rust-lang/rust/pull/92254#issuecomment-1004269481
This commit is contained in:
Krasimir Georgiev 2022-01-03 20:25:46 +01:00
parent ddabe0775c
commit a9698e22ec
3 changed files with 4 additions and 4 deletions

View file

@ -55,7 +55,7 @@ fn bb_to_graph_node(block: BasicBlock, body: &Body<'_>, dark_mode: bool) -> Node
data.terminator().kind.fmt_head(&mut terminator_head).unwrap();
stmts.push(terminator_head);
Node::from_list(stmts, label, title, style)
Node::new(stmts, label, title, style)
}
// Must match `[0-9A-Za-z_]*`. This does not appear in the rendered graph, so