]> git.lizzy.rs Git - rust.git/blob - src/test/rustdoc-js/doc-alias-filter.rs
Rollup merge of #100031 - GoldsteinE:try-removing-the-field, r=michaelwoerister
[rust.git] / src / test / rustdoc-js / doc-alias-filter.rs
1 #[doc(alias = "true")]
2 pub struct Foo;
3
4 #[doc(alias = "false")]
5 pub struct Bar;