Skip to content

Commit 1c15732

Browse files
Fix tests/rustdoc/target-feature.rs test by adding missing #![feature(doc_cfg)]
1 parent dffa323 commit 1c15732

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tests/rustdoc/target-feature.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
#![feature(doc_cfg)]
2+
13
#![crate_name = "foo"]
24

35
//@ has 'foo/index.html'

0 commit comments

Comments
 (0)