doc: Turn off special features for rustdoc tests
These were only used for the markdown tests, and there's no reason they should be distinct from the other tests.
This commit is contained in:
parent
5915763106
commit
cc63d4c61b
6 changed files with 39 additions and 28 deletions
|
|
@ -523,6 +523,7 @@ vectors provided from C, using idiomatic Rust practices.
|
|||
|
||||
```
|
||||
#![no_std]
|
||||
#![feature(globs)]
|
||||
|
||||
# extern crate libc;
|
||||
extern crate core;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue