aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/lib.rs
diff options
context:
space:
mode:
Diffstat (limited to 'components/script/lib.rs')
-rw-r--r--components/script/lib.rs2
1 files changed, 2 insertions, 0 deletions
diff --git a/components/script/lib.rs b/components/script/lib.rs
index 80a56236a2a..2e181725d27 100644
--- a/components/script/lib.rs
+++ b/components/script/lib.rs
@@ -55,6 +55,8 @@ mod layout_image;
#[warn(deprecated)]
pub mod document_collection;
+#[warn(deprecated)]
+pub mod iframe_collection;
pub mod layout_dom;
#[warn(deprecated)]
mod mem;