Skip to content

Commit 0913809

Browse files
DdystopiaVeykril
andcommitted
Update crates/ide/src/doc_links.rs
Co-authored-by: Lukas Wirth <lukastw97@gmail.com>
1 parent 8317c8d commit 0913809

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/ide/src/doc_links.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@ pub(crate) fn external_docs(
164164
}
165165
};
166166

167-
return get_doc_links(db, definition, target_dir);
167+
get_doc_links(db, definition, target_dir)
168168
}
169169

170170
/// Extracts all links from a given markdown text returning the definition text range, link-text

0 commit comments

Comments
 (0)