Now truly finishing the refactoring

This commit is contained in:
elvis
2025-08-24 03:57:06 +02:00
parent 9a80044a89
commit a46ab3833d
6 changed files with 31 additions and 34 deletions

View File

@ -12,7 +12,6 @@ use std::rc::Rc;
use super::*;
use super::graph::MapEdges;
use super::set::Set;
use super::system;
use super::translator::Translator;
use super::super::grammar;
@ -626,7 +625,7 @@ pub fn dot(
let edge_formatter =
edge_color.generate(Rc::clone(&graph));
let dot = rsdot::RSDot::with_attr_getters(
let dot = dot::Dot::with_attr_getters(
&modified_graph,
&[],
&edge_formatter,