Skip to content

Commit

Permalink
Initial: Make ImportOneCell new method public.
Browse files Browse the repository at this point in the history
  • Loading branch information
raynelfss committed Jul 31, 2024
1 parent 68687d3 commit df625b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/circuit/src/imports.rs
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ pub struct ImportOnceCell {
}

impl ImportOnceCell {
const fn new(module: &'static str, object: &'static str) -> Self {
pub const fn new(module: &'static str, object: &'static str) -> Self {
Self {
module,
object,
Expand Down

0 comments on commit df625b9

Please sign in to comment.