Skip to content

Commit e58a0ce

Browse files
committed
Fix clippy warning
1 parent c0a3659 commit e58a0ce

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/dev_aid/dot_graphs.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -181,11 +181,11 @@ struct NodeId {
181181
print_separate: bool,
182182
}
183183

184-
fn custom_render_latency_count_graph<'linker>(
184+
fn custom_render_latency_count_graph(
185185
lc_problem: &LatencyCountingProblem,
186186
wires: &FlatAlloc<RealWire, WireIDMarker>,
187187
submodules: &FlatAlloc<SubModule, SubModuleIDMarker>,
188-
linker: &'linker Linker,
188+
linker: &Linker,
189189
solution: Option<&[i64]>,
190190
graph_name: &str,
191191
) -> impl std::fmt::Display {

0 commit comments

Comments
 (0)