diff options
| author | Michael Howell <michael@notriddle.com> | 2022-10-10 17:53:27 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-10-10 17:53:27 -0700 |
| commit | 44f466cb08650a721d06dece85385506633d55fc (patch) | |
| tree | 55e40a45ad99fe5128c7f25cfc47bfe597b81cd3 /src/librustdoc/html/render | |
| parent | b63b02f8728259c3b67d1f6ca7d1845892b86a9e (diff) | |
| download | rust-44f466cb08650a721d06dece85385506633d55fc.tar.gz rust-44f466cb08650a721d06dece85385506633d55fc.zip | |
Remove outdated comment
Diffstat (limited to 'src/librustdoc/html/render')
| -rw-r--r-- | src/librustdoc/html/render/mod.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/librustdoc/html/render/mod.rs b/src/librustdoc/html/render/mod.rs index 5e4226042ec..1e162bf314b 100644 --- a/src/librustdoc/html/render/mod.rs +++ b/src/librustdoc/html/render/mod.rs @@ -2258,7 +2258,6 @@ fn extract_for_impl_name(item: &clean::Item, cx: &Context<'_>) -> Option<(String } } -/// Don't call this function directly!!! Use `print_sidebar_title` or `print_sidebar_block` instead! fn print_sidebar_title(buf: &mut Buffer, id: &str, title: &str) { write!( buf, |
