aboutsummaryrefslogtreecommitdiffstats
path: root/components/util/lib.rs
diff options
context:
space:
mode:
authorJosh Matthews <josh@joshmatthews.net>2015-08-26 12:35:38 -0400
committerJosh Matthews <josh@joshmatthews.net>2015-08-28 10:30:04 -0400
commita3ee9b5dd9105a141a45de8f5e3ca8818c217fa3 (patch)
treedd376ffa5811ce14c8b0c2a3386867b6e979f852 /components/util/lib.rs
parent6431e8da43817e8a6b1e4757afbcf45c1a629707 (diff)
downloadservo-a3ee9b5dd9105a141a45de8f5e3ca8818c217fa3.tar.gz
servo-a3ee9b5dd9105a141a45de8f5e3ca8818c217fa3.zip
Replace catch-all experimental flag with fine-grained boolean preferences initialized from a JSON document.
Diffstat (limited to 'components/util/lib.rs')
-rw-r--r--components/util/lib.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/components/util/lib.rs b/components/util/lib.rs
index 4c2ef7f6746..b10d5b2a2d1 100644
--- a/components/util/lib.rs
+++ b/components/util/lib.rs
@@ -60,6 +60,7 @@ pub mod logical_geometry;
pub mod mem;
pub mod opts;
pub mod persistent_list;
+pub mod prefs;
pub mod range;
pub mod resource_files;
pub mod str;