You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Merge pull request #630 from immunant/kkysen/instrument-allow-warnings: Allow warnings by default in instrumentation
By default, set `RUSTFLAGS="-A warnings"` since transpiled code usually has a ton of warnings.
Note that this can be easily reversed by a subsequent `--rustflags="-D warnings"`.
0 commit comments