Remove explicit dependency on serde_derive

This commit is contained in:
Anthony Ramine 2019-09-27 13:08:08 +02:00
parent 99ef7813f2
commit 1b57558d16
3 changed files with 2 additions and 4 deletions

View file

@ -3,7 +3,7 @@
* file, You can obtain one at https://mozilla.org/MPL/2.0/. */
#[macro_use]
extern crate serde_derive;
extern crate serde;
use servo_config::basedir;
use servo_config::pref_util::Preferences;