Closed ghost closed 2 years ago
For the rust compiler you are using export RUST_BACKTRACE=1. This is intended for debugging purposes and adds an unnecessary overhead. I would recommend removing it. 👍
export RUST_BACKTRACE=1
For the rust compiler you are using
export RUST_BACKTRACE=1
. This is intended for debugging purposes and adds an unnecessary overhead. I would recommend removing it. 👍