Skip to content

Commit ba5b7ce

Browse files
committed
remove pub from call
1 parent 1af0216 commit ba5b7ce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/vm/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
pub mod cache;
2-
pub mod calls;
2+
mod calls;
33
mod checksum;
44
mod compile;
55
pub mod error;

0 commit comments

Comments
 (0)