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/module-impls.rs | |
| parent | 9db6061d64fbec7470f4e4419d16c47fe9aeb322 (diff) | |
| download | rust-b34e2404fd375e1bc18c1191639e4e67bdbc7d19.tar.gz rust-b34e2404fd375e1bc18c1191639e4e67bdbc7d19.zip | |
Update `@!has` name in tests
Diffstat (limited to 'src/test/rustdoc/module-impls.rs')
| -rw-r--r-- | src/test/rustdoc/module-impls.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/rustdoc/module-impls.rs b/src/test/rustdoc/module-impls.rs index 198b3446c61..852f444e99b 100644 --- a/src/test/rustdoc/module-impls.rs +++ b/src/test/rustdoc/module-impls.rs @@ -2,4 +2,4 @@ pub use std::marker::Send; -// @!has foo/index.html 'Implementations' +// @!hasraw foo/index.html 'Implementations' |
