mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-10-01 11:31:15 +00:00
parent
3232fd5179
commit
db926218b2
@ -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…
x
Reference in New Issue
Block a user