Skip to content
  • Neal H. Walfield's avatar
    buffered-reader: Implement BufferedReader for &mut BufferedReader. · a73597bd
    Neal H. Walfield authored
      - Implement `BufferedReader` for `&mut T` where `T: BufferedReader`.
    
      - Implementing `BufferedReader` for `&mut T` where `T:
        BufferedReader` means that we can pass a mutable reference to a
        buffered reader where a buffered reader is required, and when the
        reference is dropped, we can continue to use the buffered reader.
    a73597bd
To find the state of this project's repository at the time of any of these versions, check out the tags.