rustdoc: remove some unnecessary sigils.
This commit is contained in:
parent
1e4637cf4d
commit
6b19cf9f74
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue