]> git.lizzy.rs Git - rust.git/commit
Ignore stdio mutex poison state
authorSteven Fackler <sfackler@gmail.com>
Wed, 18 Mar 2015 06:05:44 +0000 (23:05 -0700)
committerSteven Fackler <sfackler@gmail.com>
Wed, 18 Mar 2015 06:05:44 +0000 (23:05 -0700)
commit2e8e8ab564891c3d2ffeeb0f8e1a4e850866f74f
tree6975fbcaa159ab191a8518d261d2c7d93283ef90
parent1ae32decb87e3275ce955383a5c71e5c784a0216
Ignore stdio mutex poison state

Nothing inside of the read/write interface itself can panic, so any
poison must have been the result of user code which the lock isn't
protecting.
src/libstd/io/stdio.rs