-
- Downloads
There was an error fetching the commit references. Please try again later.
Reduce use of format!() for VM panics
This reduces the binary size a little bit (about 600 bytes). This is not much, but the use of format!() in these cases was overkill regardless of the binary size.
Please register or sign in to comment