Skip to content

Commit

Permalink
lint: clippy
Browse files Browse the repository at this point in the history
  • Loading branch information
whichqua committed Jun 5, 2024
1 parent daacd87 commit a76fec3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ macro_rules! run_hint {
}};
($vm:expr, $ids_data:expr, $hint_code:expr) => {{
let hint_data = HintProcessorData::new_default(
crate::stdlib::string::ToString::to_string($hint_code),
$crate::stdlib::string::ToString::to_string($hint_code),
$ids_data,
);
let mut hint_processor = $crate::MinimalBootloaderHintProcessor::new();
Expand Down

0 comments on commit a76fec3

Please sign in to comment.