You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
chore: remove openvm::entry!(main) from examples (#2105)
Also I added `use openvm` just in case because we say:
> If you write a program that only imports openvm in Cargo.toml but does
not import it anywhere in your crate, the Rust linker may optimize away
the dependency, which will cause a compile error. To fix this, you may
need to explicitly import the openvm crate in your code.
---------
Co-authored-by: Jonathan Wang <[email protected]>
0 commit comments