Skip to content

Commit 44f466c

Browse files
authored
Remove outdated comment
1 parent b63b02f commit 44f466c

File tree

1 file changed

+0
-1
lines changed
  • src/librustdoc/html/render

1 file changed

+0
-1
lines changed

src/librustdoc/html/render/mod.rs

-1
Original file line numberDiff line numberDiff line change
@@ -2258,7 +2258,6 @@ fn extract_for_impl_name(item: &clean::Item, cx: &Context<'_>) -> Option<(String
22582258
}
22592259
}
22602260

2261-
/// Don't call this function directly!!! Use `print_sidebar_title` or `print_sidebar_block` instead!
22622261
fn print_sidebar_title(buf: &mut Buffer, id: &str, title: &str) {
22632262
write!(
22642263
buf,

0 commit comments

Comments
 (0)