diff --git a/crates/ide/src/doc_links.rs b/crates/ide/src/doc_links.rs index 164783e149..34dc122a80 100644 --- a/crates/ide/src/doc_links.rs +++ b/crates/ide/src/doc_links.rs @@ -1,6 +1,4 @@ //! Resolves and rewrites links in markdown documentation. -//! -//! Most of the implementation can be found in [`hir::doc_links`]. use std::iter::once;