mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-25 00:03:43 +00:00
rustdoc: remove some unnecessary sigils.
This commit is contained in:
parent
1e4637cf4d
commit
6b19cf9f74
@ -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…
Reference in New Issue
Block a user