File tree 1 file changed +14
-0
lines changed
1 file changed +14
-0
lines changed Original file line number Diff line number Diff line change
1
+ #![ deny( broken_intra_doc_links) ]
2
+
3
+ // ignore-tidy-linelength
4
+
5
+ // @has intra_link_primitive_non_default_impl/fn.f.html
6
+ /// [`str::trim`]
7
+ // @has - '//*[@href="https://doc.rust-lang.org/nightly/std/primitive.str.html#method.trim"]' 'str::trim'
8
+ /// [`str::to_lowercase`]
9
+ // @has - '//*[@href="https://doc.rust-lang.org/nightly/std/primitive.str.html#method.to_lowercase"]' 'str::to_lowercase'
10
+ /// [`str::into_boxed_bytes`]
11
+ // @has - '//*[@href="https://doc.rust-lang.org/nightly/std/primitive.str.html#method.into_boxed_bytes"]' 'str::into_boxed_bytes'
12
+ /// [`str::replace`]
13
+ // @has - '//*[@href="https://doc.rust-lang.org/nightly/std/primitive.str.html#method.replace"]' 'str::replace'
14
+ pub fn f ( ) { }
You can’t perform that action at this time.
0 commit comments