From 0c5ed2cb952408253bc8662b8bf973360c02c595 Mon Sep 17 00:00:00 2001 From: Ivan Tham Date: Mon, 31 May 2021 22:51:59 +0800 Subject: [PATCH] Add title for copy to clipboard button in rustdoc --- src/librustdoc/html/render/print_item.rs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/librustdoc/html/render/print_item.rs b/src/librustdoc/html/render/print_item.rs index e06168c708c18..42d7e9c8c93de 100644 --- a/src/librustdoc/html/render/print_item.rs +++ b/src/librustdoc/html/render/print_item.rs @@ -81,7 +81,8 @@ pub(super) fn print_item(cx: &Context<'_>, item: &clean::Item, buf: &mut Buffer, "", static_root_path = page.get_static_root_path(), suffix = page.resource_suffix,