about summary refs log tree commit diff
diff options
context:
space:
mode:
authorChristian Poveda <christianpoveda@protonmail.com>2018-04-18 13:33:36 -0500
committerChristian Poveda <christianpoveda@protonmail.com>2018-04-27 10:05:58 -0500
commitcadf251b7874cbd94198ebef95e6260c118a2fef (patch)
treeb35161dc7cac08a848732f27cdb5a59cd73f795c
parent72a8eb92b083b22c610512c9c89c6bc97660de34 (diff)
downloadrust-cadf251b7874cbd94198ebef95e6260c118a2fef.tar.gz
rust-cadf251b7874cbd94198ebef95e6260c118a2fef.zip
removed dyn trait attribute from librustdoc
-rw-r--r--src/librustdoc/lib.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/librustdoc/lib.rs b/src/librustdoc/lib.rs
index 60b713f2995..1819c7eb7d1 100644
--- a/src/librustdoc/lib.rs
+++ b/src/librustdoc/lib.rs
@@ -23,7 +23,6 @@
 #![feature(test)]
 #![feature(vec_remove_item)]
 #![feature(entry_and_modify)]
-#![feature(dyn_trait)]
 
 extern crate arena;
 extern crate getopts;