aboutsummaryrefslogtreecommitdiff
path: root/crates
diff options
context:
space:
mode:
authorZac Pullar-Strecker <[email protected]>2020-09-05 06:37:27 +0100
committerZac Pullar-Strecker <[email protected]>2020-10-08 03:05:23 +0100
commite4a787fcbc865cd66921f8052a9cccad33a13b92 (patch)
treeb826b793583b5ed4558bac18c1acdc980ad6d15b /crates
parentf6759ba3bbc2c17771735327238c4ed936d5cdc9 (diff)
Remove outdated part of doc_links module docs
Diffstat (limited to 'crates')
-rw-r--r--crates/ide/src/doc_links.rs2
1 files changed, 0 insertions, 2 deletions
diff --git a/crates/ide/src/doc_links.rs b/crates/ide/src/doc_links.rs
index 164783e14..34dc122a8 100644
--- a/crates/ide/src/doc_links.rs
+++ b/crates/ide/src/doc_links.rs
@@ -1,6 +1,4 @@
1//! Resolves and rewrites links in markdown documentation. 1//! Resolves and rewrites links in markdown documentation.
2//!
3//! Most of the implementation can be found in [`hir::doc_links`].
4 2
5use std::iter::once; 3use std::iter::once;
6 4