diff options
| author | Noah Lev <camelidcamel@gmail.com> | 2022-08-12 00:44:07 -0400 |
|---|---|---|
| committer | Noah Lev <camelidcamel@gmail.com> | 2022-08-13 00:52:16 -0400 |
| commit | b34e2404fd375e1bc18c1191639e4e67bdbc7d19 (patch) | |
| tree | eddb11bee894f0a05292ea6a5597e8289e0c69bb /src/test/rustdoc/inline_local/please_inline.rs | |
| parent | 9db6061d64fbec7470f4e4419d16c47fe9aeb322 (diff) | |
| download | rust-b34e2404fd375e1bc18c1191639e4e67bdbc7d19.tar.gz rust-b34e2404fd375e1bc18c1191639e4e67bdbc7d19.zip | |
Update `@!has` name in tests
Diffstat (limited to 'src/test/rustdoc/inline_local/please_inline.rs')
| -rw-r--r-- | src/test/rustdoc/inline_local/please_inline.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/rustdoc/inline_local/please_inline.rs b/src/test/rustdoc/inline_local/please_inline.rs index 03db2386d9d..e4429ef33a9 100644 --- a/src/test/rustdoc/inline_local/please_inline.rs +++ b/src/test/rustdoc/inline_local/please_inline.rs @@ -4,7 +4,7 @@ pub mod foo { // @has please_inline/a/index.html pub mod a { - // @!has - 'pub use foo::' + // @!hasraw - 'pub use foo::' // @has please_inline/a/struct.Foo.html #[doc(inline)] pub use foo::Foo; |
