Fix tests/rustdoc/target-feature.rs test by adding missing #![feature(doc_cfg)]
This commit is contained in:
parent
254a2139f6
commit
6fecff45d9
1 changed files with 2 additions and 0 deletions
|
|
@ -1,3 +1,5 @@
|
|||
#![feature(doc_cfg)]
|
||||
|
||||
#![crate_name = "foo"]
|
||||
|
||||
//@ has 'foo/index.html'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue