We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7aa45ff commit dbb514aCopy full SHA for dbb514a
1 file changed
src/mk_graph/output/d2.rs
@@ -32,7 +32,7 @@ impl<'a> D2Builder<'a> {
32
}
33
34
35
-impl<'a> GraphBuilder for D2Builder<'a> {
+impl GraphBuilder for D2Builder<'_> {
36
type Output = String;
37
38
fn begin_graph(&mut self, _name: &str) {
0 commit comments