Skip to content

Commit

Permalink
Export run_hint in lib.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
fmkra committed Oct 25, 2024
1 parent 633bd7e commit 55e6ba0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion cairo_vm_hints/src/hint_processor.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
use crate::hints::run_hint;
use crate::run_hint;
use cairo_vm::{
hint_processor::{
builtin_hint_processor::builtin_hint_processor_definition::{
Expand Down
1 change: 1 addition & 0 deletions cairo_vm_hints/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ pub mod mmr;
pub mod utils;

pub use hint_processor::{CustomHintProcessor, ExtendedHintProcessor};
pub use hints::run_hint;

#[cfg(test)]
pub mod tests;

0 comments on commit 55e6ba0

Please sign in to comment.