Update crates/ide/src/doc_links.rs

Co-authored-by: Lukas Wirth <lukastw97@gmail.com>
This commit is contained in:
Oleksandr Babak 2023-04-27 13:17:33 +02:00 committed by Ddystopia
parent 8317c8db1a
commit 0913809ac8
No known key found for this signature in database
GPG Key ID: 109875EC11535212

View File

@ -164,7 +164,7 @@ pub(crate) fn external_docs(
} }
}; };
return get_doc_links(db, definition, target_dir); get_doc_links(db, definition, target_dir)
} }
/// Extracts all links from a given markdown text returning the definition text range, link-text /// Extracts all links from a given markdown text returning the definition text range, link-text