Skip to content

Commit 5db516b

Browse files
GuillaumeGomeznotriddle
authored andcommitted
Fix eslint errors
1 parent f916681 commit 5db516b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/librustdoc/html/static/js/storage.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -99,6 +99,7 @@ function onEach(arr, func, reversed) {
9999
* @param {function(?)} func - The callback
100100
* @param {boolean} [reversed] - Whether to iterate in reverse
101101
*/
102+
// eslint-disable-next-line no-unused-vars
102103
function onEachLazy(lazyArray, func, reversed) {
103104
return onEach(
104105
Array.prototype.slice.call(lazyArray),

0 commit comments

Comments
 (0)