Skip to content

Commit

Permalink
undo comment
Browse files Browse the repository at this point in the history
  • Loading branch information
addisoncrump committed Nov 1, 2022
1 parent 468ecb9 commit 04b2482
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions boa_engine/src/value/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,8 @@ mod r#type;

pub use conversions::*;
pub use display::ValueDisplay;
// pub use equality::*;
// pub use hash::*;
pub use equality::*;
pub use hash::*;
pub use integer::IntegerOrInfinity;
pub use operations::*;
pub use r#type::Type;
Expand Down

0 comments on commit 04b2482

Please sign in to comment.