Skip to content

Commit

Permalink
Undo array_iterator import list change
Browse files Browse the repository at this point in the history
  • Loading branch information
jedel1043 committed Jun 28, 2022
1 parent 9b740d4 commit cfd3542
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion boa_engine/src/builtins/array/array_iterator.rs
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ use crate::{
symbol::WellKnownSymbols,
Context, JsResult,
};
use boa_gc::{Finalize, Trace};
use boa_profiler::Profiler;
use gc::{Finalize, Trace};

/// The Array Iterator object represents an iteration over an array. It implements the iterator protocol.
///
Expand Down

0 comments on commit cfd3542

Please sign in to comment.