1
Fork 0

removed dyn trait attribute from librustdoc

This commit is contained in:
Christian Poveda 2018-04-18 13:33:36 -05:00
parent 72a8eb92b0
commit cadf251b78

View file

@ -23,7 +23,6 @@
#![feature(test)]
#![feature(vec_remove_item)]
#![feature(entry_and_modify)]
#![feature(dyn_trait)]
extern crate arena;
extern crate getopts;