Using cargo near to occasionally build a contract while in active development can be a bit noisy, since both the step that aids ABI extraction and the step that does the actual contract compilation both invoke rustc, which reports the same warnings.
It's different for errors because it fails at the first pass.
Using
cargo near
to occasionally build a contract while in active development can be a bit noisy, since both the step that aids ABI extraction and the step that does the actual contract compilation both invoke rustc, which reports the same warnings.It's different for errors because it fails at the first pass.
Only relevant after #65.