rustdoc: remove tooltip from source link
This made more sense back when it was abbreviated, but now it seems redundant.
This commit is contained in:
parent
21b4a9cfdc
commit
2e38e3b9b4
2 changed files with 2 additions and 2 deletions
|
@ -182,7 +182,7 @@ impl StylePath {
|
|||
|
||||
fn write_srclink(cx: &Context<'_>, item: &clean::Item, buf: &mut Buffer) {
|
||||
if let Some(l) = cx.src_href(item) {
|
||||
write!(buf, "<a class=\"srclink\" href=\"{}\" title=\"goto source code\">source</a>", l)
|
||||
write!(buf, "<a class=\"srclink\" href=\"{}\">source</a>", l)
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue