Skip to content

Commit b581ce1

Browse files
Update rustdoc tests
1 parent 1605223 commit b581ce1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: tests/rustdoc/doc-cfg-hide.rs

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#![crate_name = "oud"]
2-
#![feature(doc_auto_cfg, doc_cfg, doc_cfg_hide)]
2+
#![feature(doc_auto_cfg, doc_cfg, doc_cfg_hide, no_core)]
33

4-
#![doc(cfg_hide(feature = "solecism"))]
4+
#![doc(auto_cfg(hide(feature = "solecism")))]
55

66
//@ has 'oud/struct.Solecism.html'
77
//@ count - '//*[@class="stab portability"]' 0

0 commit comments

Comments
 (0)