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
std::env::set_var is unsafe in 2024 edition, and upon looking into
that this use in the kargs test came up. We don't need to set the
environment variable here, in fact I don't think this ever worked in
the first place.
Signed-off-by: John Eckersberg <[email protected]>
0 commit comments