diff options
author | Zac Pullar-Strecker <[email protected]> | 2020-09-05 06:37:27 +0100 |
---|---|---|
committer | Zac Pullar-Strecker <[email protected]> | 2020-10-08 03:05:23 +0100 |
commit | e4a787fcbc865cd66921f8052a9cccad33a13b92 (patch) | |
tree | b826b793583b5ed4558bac18c1acdc980ad6d15b /crates/ide/src/doc_links.rs | |
parent | f6759ba3bbc2c17771735327238c4ed936d5cdc9 (diff) |
Remove outdated part of doc_links module docs
Diffstat (limited to 'crates/ide/src/doc_links.rs')
-rw-r--r-- | crates/ide/src/doc_links.rs | 2 |
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 | ||
5 | use std::iter::once; | 3 | use std::iter::once; |
6 | 4 | ||