aboutsummaryrefslogtreecommitdiffstats
path: root/components/config/pref_util.rs
diff options
context:
space:
mode:
Diffstat (limited to 'components/config/pref_util.rs')
-rw-r--r--components/config/pref_util.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/components/config/pref_util.rs b/components/config/pref_util.rs
index 75b83efae88..a052147e427 100644
--- a/components/config/pref_util.rs
+++ b/components/config/pref_util.rs
@@ -2,6 +2,7 @@
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at https://mozilla.org/MPL/2.0/. */
+use serde::{Deserialize, Serialize};
use serde_json::Value;
use std::collections::HashMap;
use std::fmt;