He-Pin commented on code in PR #857:
URL: https://github.com/apache/incubator-pekko/pull/857#discussion_r1435510272
##########
actor/src/main/scala-3/org/apache/pekko/util/ByteIterator.scala:
##########
@@ -39,11 +39,11 @@ object ByteIterator {
extends ByteIterator {
iterator =>
- @inline final def len: Int = until - from
+ final def len: Int = until - from
Review Comment:
as these code lives in scala-3, should it be `inline def`?
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]