mirror of
https://github.com/rust-lang/rust-analyzer
synced 2025-01-13 21:54:42 +00:00
parent
3232fd5179
commit
db926218b2
1 changed files with 1 additions and 1 deletions
|
@ -83,7 +83,7 @@ pub(crate) fn rust_code_markup_with_doc(
|
|||
|
||||
if let Some(mod_path) = mod_path {
|
||||
if !mod_path.is_empty() {
|
||||
format_to!(buf, "{}\n", mod_path);
|
||||
format_to!(buf, "{}\n\n", mod_path);
|
||||
}
|
||||
}
|
||||
format_to!(buf, "{}\n```", code);
|
||||
|
|
Loading…
Reference in a new issue