Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
u64 -> usize
Browse files Browse the repository at this point in the history
sam-finch-tezos committed Nov 29, 2023
1 parent 2537ba2 commit b8c11dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion boa_engine/src/context/mod.rs
Original file line number Diff line number Diff line change
@@ -527,7 +527,7 @@ impl<'host> Context<'host> {
/// Get the remaining instruction count
#[cfg(feature = "fuzz")]
#[inline]
pub const fn instructions_remaining(&self) -> u64 {
pub const fn instructions_remaining(&self) -> usize {
self.instructions_remaining
}
/// Get the [`RootShape`].

0 comments on commit b8c11dc

Please sign in to comment.