]> git.lizzy.rs Git - rust.git/commit
Merge #5694
authorbors[bot] <26634292+bors[bot]@users.noreply.github.com>
Sun, 9 Aug 2020 18:02:02 +0000 (18:02 +0000)
committerGitHub <noreply@github.com>
Sun, 9 Aug 2020 18:02:02 +0000 (18:02 +0000)
commit859963b9a712817a486088997b23583467cf4958
treeda6482eef637293beff5dd010134bf06b24c4360
parent8a57afe5a4bfab40072a83f7dc4ca560bf860919
parent3f2bc813d3b91fbf8a0007eb11c192061571873b
Merge #5694

5694: Format docs in to_proto::markup_content r=jonas-schievink a=JmPotato

Signed-off-by: JmPotato <ghzpotato@gmail.com>
Close #5442

Removing # was handled in rust_analyzer::markdown::format_docs(). However, this function is no longer called in rust_analyzer::handlers::handle_hover() since commit e8bb153 (PR #5273). This pr add this formatting function back.

Co-authored-by: JmPotato <ghzpotato@gmail.com>