mirror of
https://github.com/rust-lang/rust.git
synced 2024-12-14 01:25:54 +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…
Reference in New Issue
Block a user