Skip to content

Commit 350cbdc

Browse files
authored
Update mod.rs
1 parent ba8e466 commit 350cbdc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

prover/src/extensions/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -288,4 +288,4 @@ macro_rules! extension_dispatch {
288288
}
289289
};
290290
}
291-
pub(self) use extension_dispatch;
291+
use extension_dispatch;

0 commit comments

Comments
 (0)