about summary refs log tree commit diff
path: root/src/libterm/lib.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/libterm/lib.rs')
-rw-r--r--src/libterm/lib.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/libterm/lib.rs b/src/libterm/lib.rs
index f517dca53cd..990ce769d9b 100644
--- a/src/libterm/lib.rs
+++ b/src/libterm/lib.rs
@@ -19,6 +19,7 @@
 //! # Examples
 //!
 //! ```no_run
+//! # #![feature(rustc_private)]
 //! extern crate term;
 //!
 //! use std::io::prelude::*;