Skip to content

Commit

Permalink
Remove #[allow(unused)] from Handler field
Browse files Browse the repository at this point in the history
  • Loading branch information
HalidOdat committed Jul 29, 2023
1 parent ae13bb1 commit f88af46
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion boa_engine/src/vm/code_block.rs
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,6 @@ pub(crate) struct Handler {
pub(crate) start: u32,
pub(crate) end: u32,

#[allow(unused)]
pub(crate) stack_count: u32,
pub(crate) environment_count: u32,
}
Expand Down

0 comments on commit f88af46

Please sign in to comment.