summaryrefslogtreecommitdiffstats
path: root/toolkit/library/gtest/rust/lib.rs
diff options
context:
space:
mode:
Diffstat (limited to 'toolkit/library/gtest/rust/lib.rs')
-rw-r--r--toolkit/library/gtest/rust/lib.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/toolkit/library/gtest/rust/lib.rs b/toolkit/library/gtest/rust/lib.rs
index 218353ee2e..87f3af5e6b 100644
--- a/toolkit/library/gtest/rust/lib.rs
+++ b/toolkit/library/gtest/rust/lib.rs
@@ -4,6 +4,7 @@
extern crate bench_collections_gtest;
extern crate dap_ffi_gtest;
+extern crate dllservices_gtest;
extern crate fog_gtest;
#[cfg(feature = "gecko-fuzz-targets")]
extern crate gecko_fuzz_targets;
@@ -13,4 +14,3 @@ extern crate moz_task_gtest;
extern crate mp4parse_gtest;
extern crate nsstring_gtest;
extern crate xpcom_gtest;
-extern crate dllservices_gtest;