rustdoc: remove some unnecessary sigils.

This commit is contained in:
Nicholas Nethercote 2021-12-15 11:14:21 +11:00 committed by Noah Lev
parent 1e4637cf4d
commit 6b19cf9f74

View File

@ -786,7 +786,7 @@ crate fn anchor<'a, 'cx: 'a>(
url,
short_ty,
join_with_double_colon(&fqp),
&*text.as_str()
text.as_str()
)
} else {
write!(f, "{}", text)