]> git.lizzy.rs Git - rust.git/commit
Allow mutable access to wrapped internal type in Buffered*
authorSteven Fackler <sfackler@gmail.com>
Wed, 26 Nov 2014 01:37:13 +0000 (17:37 -0800)
committerSteven Fackler <sfackler@gmail.com>
Wed, 26 Nov 2014 01:39:53 +0000 (17:39 -0800)
commit945b4edd678c8512b9b51855543db18251238d21
tree98ad952e13c99f81d262fb80950da3fda7a2332d
parent0e06f71747749e33ca590c334658bddde97a7e54
Allow mutable access to wrapped internal type in Buffered*

This is necessary to e.g. set a timeout on the underlying stream.
src/libstd/io/buffered.rs