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.
The text was updated successfully, but these errors were encountered:
std::process::exit
does not call destructors, thus the buffered standard output should be flushed before callingexit
to avoid silencing standard output. A lint ensuring that can potentially create false positives, thus I propose adding it toclippy-pedantic
group.The text was updated successfully, but these errors were encountered: