Skip to content

Commit

Permalink
chore: fix warning
Browse files Browse the repository at this point in the history
  • Loading branch information
TomAFrench committed Jan 2, 2025
1 parent e7600a8 commit 7a8464e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tooling/noirc_artifacts/src/debug_vars.rs
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ impl<F: AcirField> DebugVars<F> {
&'a self,
fn_id: &DebugFnId,
frame: &'a HashMap<DebugVarId, PrintableValue<F>>,
) -> StackFrame<F> {
) -> StackFrame<'a, F> {
let debug_fn = &self.functions.get(fn_id).expect("failed to find function metadata");

let params: Vec<&str> =
Expand Down

0 comments on commit 7a8464e

Please sign in to comment.