forked from mirror/async-std
Update src/io/seek/mod.rs
Co-Authored-By: Taiki Endo <te316e89@gmail.com>
This commit is contained in:
parent
76ec9c4563
commit
74caed2d4b
1 changed files with 1 additions and 1 deletions
|
@ -27,7 +27,7 @@ extension_trait! {
|
||||||
|
|
||||||
[`std::io::Seek`]: https://doc.rust-lang.org/std/io/trait.Seek.html
|
[`std::io::Seek`]: https://doc.rust-lang.org/std/io/trait.Seek.html
|
||||||
[`futures::io::AsyncSeek`]:
|
[`futures::io::AsyncSeek`]:
|
||||||
https://docs.rs/futures/0.3/futures/stream/trait.Stream.html
|
https://docs.rs/futures/0.3/futures/io/trait.AsyncSeek.html
|
||||||
[provided methods]: #provided-methods
|
[provided methods]: #provided-methods
|
||||||
[`SeekExt`]: ../io/prelude/trait.SeekExt.html
|
[`SeekExt`]: ../io/prelude/trait.SeekExt.html
|
||||||
[prelude]: ../prelude/index.html
|
[prelude]: ../prelude/index.html
|
||||||
|
|
Loading…
Reference in a new issue