From f39c15334e74b07a44efaa0f7201262e17e4f062 Mon Sep 17 00:00:00 2001 From: xliiv Date: Sun, 12 Apr 2020 19:25:55 +0200 Subject: docs: replace some html links with rustdoc paths (#2381) Included changes - all simple references like `..html` for these types - enum - fn - struct - trait - type - simple references for methods, like struct.DelayQueue.html#method.poll Refs: #1473 --- tokio/src/fs/read_dir.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tokio/src/fs') diff --git a/tokio/src/fs/read_dir.rs b/tokio/src/fs/read_dir.rs index fbc006df..f9b16c66 100644 --- a/tokio/src/fs/read_dir.rs +++ b/tokio/src/fs/read_dir.rs @@ -99,7 +99,7 @@ impl crate::stream::Stream for ReadDir { /// Entries returned by the [`ReadDir`] stream. /// -/// [`ReadDir`]: struct.ReadDir.html +/// [`ReadDir`]: struct@ReadDir /// /// This is a specialized version of [`std::fs::DirEntry`] for usage from the /// Tokio runtime. -- cgit v1.2.3