diff options
| author | Christian Poveda <christianpoveda@protonmail.com> | 2018-04-18 13:33:36 -0500 |
|---|---|---|
| committer | Christian Poveda <christianpoveda@protonmail.com> | 2018-04-27 10:05:58 -0500 |
| commit | cadf251b7874cbd94198ebef95e6260c118a2fef (patch) | |
| tree | b35161dc7cac08a848732f27cdb5a59cd73f795c | |
| parent | 72a8eb92b083b22c610512c9c89c6bc97660de34 (diff) | |
| download | rust-cadf251b7874cbd94198ebef95e6260c118a2fef.tar.gz rust-cadf251b7874cbd94198ebef95e6260c118a2fef.zip | |
removed dyn trait attribute from librustdoc
| -rw-r--r-- | src/librustdoc/lib.rs | 1 |
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; |
