Skip to content

Commit

Permalink
Update src/types/circuit.rs
Browse files Browse the repository at this point in the history
Co-authored-by: MrAzteca <[email protected]>
  • Loading branch information
edg-l and azteca1998 authored Jan 17, 2025
1 parent e5cbf13 commit b1bc0d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/types/circuit.rs
Original file line number Diff line number Diff line change
Expand Up @@ -281,7 +281,7 @@ pub fn layout(
Ok(layout)
}
CircuitTypeConcrete::CircuitPartialOutputs(_) => {
native_panic!("CircuitPartialOutputs is noop for now");
Ok(Layout::new::<()>())
}
}
}

0 comments on commit b1bc0d1

Please sign in to comment.