Skip to content

Commit

Permalink
Auto merge of #94748 - tbu-:pr_file_arc, r=Amanieu
Browse files Browse the repository at this point in the history
Add `Read`, `Write` and `Seek` impls for `Arc<File>` where appropriate

If `&T` implements these traits, `Arc<T>` has no reason not to do so
either. This is useful for operating system handles like `File` or
`TcpStream` which don't need a mutable reference to implement these
traits.

CC #53835.
CC #94744.
  • Loading branch information
bors committed Jul 10, 2023
2 parents 5e135ac + e1492b1 commit b47ebae
Showing 0 changed files with 0 additions and 0 deletions.

0 comments on commit b47ebae

Please sign in to comment.