-
-
Notifications
You must be signed in to change notification settings - Fork 411
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add an "iter()" method to Js*Array for convenience (#3986)
* Allow dead code for code that is newly detected as unused * Fix compile errors with nightly rust * Add missing SAFETY section * Increase safety of `FutexWaiters` * Add an "iter()" method to Js*Array for convenience It might be optimizable, and in either case it should be but this at least let people use an easy API and enjoy future improvements. * Fix clippies --------- Co-authored-by: Theo Paris <[email protected]> Co-authored-by: José Julián Espina <[email protected]>
- Loading branch information
1 parent
a166d4c
commit cdb4751
Showing
2 changed files
with
60 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters