rustdoc: remove std::
from primitive intra-doc link tooltips
This commit is contained in:
parent
e4b9f86054
commit
683c12cb91
2 changed files with 8 additions and 0 deletions
|
@ -2,6 +2,8 @@
|
|||
|
||||
// @has prim_methods/index.html
|
||||
// @has - '//*[@id="main-content"]//a[@href="{{channel}}/std/primitive.char.html"]' 'char'
|
||||
// @has - '//*[@id="main-content"]//a[@href="{{channel}}/std/primitive.char.html"]/@title' 'primitive char'
|
||||
// @has - '//*[@id="main-content"]//a[@href="{{channel}}/std/primitive.char.html#method.len_utf8"]' 'char::len_utf8'
|
||||
// @has - '//*[@id="main-content"]//a[@href="{{channel}}/std/primitive.char.html#method.len_utf8"]/@title' 'method char::len_utf8'
|
||||
|
||||
//! A [`char`] and its [`char::len_utf8`].
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue