Closed jyn514 closed 1 year ago
The loop is never actually hit if the object is empty, so last_index is never read; but give it a value anyway to make the type system happy.
last_index
Fixes https://github.com/cloudflare/chrome-devtools-rs/issues/53.
I don't think wrangler 2 is using this crate.
The loop is never actually hit if the object is empty, so
last_index
is never read; but give it a value anyway to make the type system happy.Fixes https://github.com/cloudflare/chrome-devtools-rs/issues/53.