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::process::exit does not call destructors, thus the buffered standard output should be flushed before calling exit to avoid silencing standard output. A lint ensuring that can potentially create false positives, thus I propose adding it to clippy-pedantic group.
loyd and schneiderfelipeschneiderfelipeschneiderfelipe and finnbearschneiderfelipe