style: Derive more.

Differential Revision: https://phabricator.services.mozilla.com/D17029
This commit is contained in:
Bobby Holley 2019-01-18 12:39:29 -08:00 committed by Emilio Cobos Álvarez
parent 137e735d9d
commit af1bbd7b06
8 changed files with 14 additions and 91 deletions

View file

@ -37,6 +37,8 @@ extern crate crossbeam_channel;
#[macro_use]
extern crate cssparser;
#[macro_use]
extern crate derive_more;
#[macro_use]
extern crate debug_unreachable;
extern crate euclid;
extern crate fallible;