From 395916a263ff589f92cbd6144bd756dcb93e5e08 Mon Sep 17 00:00:00 2001 From: Soham Zemse <22412996+zemse@users.noreply.github.com> Date: Thu, 26 Sep 2024 22:04:56 +0530 Subject: [PATCH] revert pub crate --- ceno_zkvm/src/tables/program.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ceno_zkvm/src/tables/program.rs b/ceno_zkvm/src/tables/program.rs index ff4911a77..8a3b50070 100644 --- a/ceno_zkvm/src/tables/program.rs +++ b/ceno_zkvm/src/tables/program.rs @@ -65,7 +65,7 @@ impl InsnRecord { } impl InsnRecord { - pub(crate) fn from_decoded(pc: u32, insn: &DecodedInstruction) -> Self { + fn from_decoded(pc: u32, insn: &DecodedInstruction) -> Self { InsnRecord::new( pc, insn.opcode(),