Skip to content

Commit 6b19cf9

Browse files
nnethercotecamelid
authored andcommitted
rustdoc: remove some unnecessary sigils.
1 parent 1e4637c commit 6b19cf9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/librustdoc/html/format.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -786,7 +786,7 @@ crate fn anchor<'a, 'cx: 'a>(
786786
url,
787787
short_ty,
788788
join_with_double_colon(&fqp),
789-
&*text.as_str()
789+
text.as_str()
790790
)
791791
} else {
792792
write!(f, "{}", text)

0 commit comments

Comments
 (0)