Add #![feature] attributes to doctests

This commit is contained in:
Brian Anderson
2015-03-13 15:28:35 -07:00
parent df290f127e
commit e9019101a8
107 changed files with 649 additions and 22 deletions

View File

@@ -47,6 +47,7 @@
//! which is cyclic.
//!
//! ```rust
//! # #![feature(rustc_private, core)]
//! use std::borrow::IntoCow;
//! use std::io::Write;
//! use graphviz as dot;
@@ -148,6 +149,7 @@
//! entity `&sube`).
//!
//! ```rust
//! # #![feature(rustc_private, core)]
//! use std::borrow::IntoCow;
//! use std::io::Write;
//! use graphviz as dot;
@@ -205,6 +207,7 @@
//! Hasse-diagram for the subsets of the set `{x, y}`.
//!
//! ```rust
//! # #![feature(rustc_private, core)]
//! use std::borrow::IntoCow;
//! use std::io::Write;
//! use graphviz as dot;