Skip to content

Commit dbb514a

Browse files
committed
d2: elide explicit lifetime in GraphBuilder impl
1 parent 7aa45ff commit dbb514a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/mk_graph/output/d2.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ impl<'a> D2Builder<'a> {
3232
}
3333
}
3434

35-
impl<'a> GraphBuilder for D2Builder<'a> {
35+
impl GraphBuilder for D2Builder<'_> {
3636
type Output = String;
3737

3838
fn begin_graph(&mut self, _name: &str) {

0 commit comments

Comments
 (0)