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
Could we just grep the source code for "CARGO_" and set cargo_env = true if we find it rather than specifying it explicitly in the fixups? I can't see there is much harm in a false positive and one could always set cargo_env = false in a fixup...
Could we just grep the source code for "CARGO_" and set
cargo_env = trueif we find it rather than specifying it explicitly in the fixups? I can't see there is much harm in a false positive and one could always setcargo_env = falsein a fixup...