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
Notice that there is a bug here: If the output is small enough to delay flushing the BufWriter until the (implicit) drop at the end of the scope, the BufWriter might fail for whatever reason to write to the underlying, yet its destructor will silently discard the error.
The text was updated successfully, but these errors were encountered:
xsv/src/cmd/index.rs
Lines 55 to 58 in 4278b85
Notice that there is a bug here: If the output is small enough to delay flushing the
BufWriter
until the (implicit)drop
at the end of the scope, theBufWriter
might fail for whatever reason to write to the underlying, yet its destructor will silently discard the error.The text was updated successfully, but these errors were encountered: