Update crates/ide/src/doc_links.rs
Co-authored-by: Lukas Wirth <lukastw97@gmail.com>
This commit is contained in:
parent
8317c8db1a
commit
0913809ac8
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user