Skip to content

Commit 45dd5e7

Browse files
MattAlperegon
authored andcommitted
Overrode checkstyle for cached array library
1 parent 833162f commit 45dd5e7

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/main/java/org/truffleruby/core/array/ArrayEachIteratorNode.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,9 @@ public abstract RubyArray execute(RubyArray array, RubyProc block, int startAt,
4444

4545
@Specialization(limit = "storageStrategyLimit()")
4646
protected RubyArray iterateMany(RubyArray array, RubyProc block, int startAt, ArrayElementConsumerNode consumerNode,
47+
// Checkstyle: stop -- Verified @Bind is not necessary here due to use of `accept`.
4748
@CachedLibrary("array.store") ArrayStoreLibrary stores,
49+
// Checkstyle: resume
4850
@Cached LoopConditionProfile loopProfile,
4951
@Cached("createIdentityProfile()") IntValueProfile arraySizeProfile,
5052
@Cached ConditionProfile strategyMatchProfile) {

0 commit comments

Comments
 (0)