diff options
| author | Noah Lev <camelidcamel@gmail.com> | 2022-08-10 13:10:04 -0700 | 
|---|---|---|
| committer | Noah Lev <camelidcamel@gmail.com> | 2022-08-13 00:36:50 -0400 | 
| commit | 37eed1d1ff3f433b4d6af02e65f6550d10b568f8 (patch) | |
| tree | 81d9ee9e47894217142e820665304bb67da0c03d /src/test/rustdoc/inline_cross/add-docs.rs | |
| parent | 01408fc62762838b72dfb6ce090708d3e8303ed9 (diff) | |
| download | rust-37eed1d1ff3f433b4d6af02e65f6550d10b568f8.tar.gz rust-37eed1d1ff3f433b4d6af02e65f6550d10b568f8.zip | |
Update tests: arity-2 `@{has,matches}` -> `...text`
Diffstat (limited to 'src/test/rustdoc/inline_cross/add-docs.rs')
| -rw-r--r-- | src/test/rustdoc/inline_cross/add-docs.rs | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/src/test/rustdoc/inline_cross/add-docs.rs b/src/test/rustdoc/inline_cross/add-docs.rs index 8f0c4e5e641..83764835546 100644 --- a/src/test/rustdoc/inline_cross/add-docs.rs +++ b/src/test/rustdoc/inline_cross/add-docs.rs @@ -4,6 +4,6 @@ extern crate inner; // @has add_docs/struct.MyStruct.html -// @has add_docs/struct.MyStruct.html "Doc comment from ‘pub use’, Doc comment from definition" +// @hastext add_docs/struct.MyStruct.html "Doc comment from ‘pub use’, Doc comment from definition" /// Doc comment from 'pub use', pub use inner::MyStruct; | 
