conradludgate / futures-buffered

futures-buffered
MIT License
36 stars 4 forks source link

Fix intra-doc links #2

Closed xd009642 closed 4 months ago

xd009642 commented 4 months ago

From the rust book on valid links:

You can refer to anything in scope, and use paths, including Self, self, super, and crate.

There were a couple of things not in scope so they needed a full path for the link to work. You can see this in the buffered_unordered link here https://docs.rs/futures-buffered/latest/futures_buffered/struct.BufferUnordered.html