Skip to content

Commit 7be824e

Browse files
committed
Add a test
1 parent 2858074 commit 7be824e

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
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() {}

0 commit comments

Comments
 (0)