aboutsummaryrefslogtreecommitdiffstats
path: root/src/components/util/util.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/components/util/util.rs')
-rw-r--r--src/components/util/util.rs2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/components/util/util.rs b/src/components/util/util.rs
index 46b37ceb3be..9df491dfeb5 100644
--- a/src/components/util/util.rs
+++ b/src/components/util/util.rs
@@ -7,6 +7,7 @@
#[feature(macro_rules, managed_boxes)];
+extern mod azure;
extern mod extra;
extern mod geom;
extern mod native;
@@ -18,6 +19,7 @@ pub mod debug;
pub mod geometry;
pub mod io;
pub mod namespace;
+pub mod opts;
pub mod range;
pub mod smallvec;
pub mod sort;