Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove std::os::wasi::fs::FileExt::tell
Following rust-lang#137165 (Use `tell` for `<File as Seek>::stream_position`), `tell` is now directly exposed via `stream_position`, making `<File as FileExt>::tell` redundant. Remove it.
- Loading branch information