1
Fork 0

Update @!has name in tests

This commit is contained in:
Noah Lev 2022-08-12 00:44:07 -04:00
parent 9db6061d64
commit b34e2404fd
49 changed files with 127 additions and 127 deletions

View file

@ -5,8 +5,8 @@
extern crate rustdoc_hidden;
// @has hidden_use/index.html
// @!has - 'rustdoc_hidden'
// @!has - 'Bar'
// @!hasraw - 'rustdoc_hidden'
// @!hasraw - 'Bar'
// @!has hidden_use/struct.Bar.html
#[doc(hidden)]
pub use rustdoc_hidden::Bar;