Remove try_from feature.

This commit is contained in:
Jimmy Cuadra 2019-04-08 17:07:54 -07:00
parent 407d6efc06
commit ae69e71620

View File

@ -95,7 +95,6 @@
//! However, the `ruma_events::collections::only::Event` enum does *not* include *m.room.message*,
//! because *m.room.message* implements a *more specific* event trait than `Event`.
#![feature(try_from)]
#![deny(missing_debug_implementations)]
#![deny(missing_docs)]
#![deny(warnings)]