The methods `Take::get_mut` and `Chain::get_mut` include comments warning about modifying the I/O state of the underlying reader. However, many readers (e.g. `File`) allow I/O using a shared reference (e.g. `&File`). So, add the same caveat to the `get_ref` methods. |
||
|---|---|---|
| .. | ||
| buffered | ||
| copy | ||
| cursor | ||
| error | ||
| impls | ||
| pipe | ||
| stdio | ||
| util | ||
| copy.rs | ||
| cursor.rs | ||
| error.rs | ||
| impls.rs | ||
| mod.rs | ||
| pipe.rs | ||
| prelude.rs | ||
| stdio.rs | ||
| tests.rs | ||
| util.rs | ||