diff options
Diffstat (limited to 'components/script/dom/testns.rs')
-rw-r--r-- | components/script/dom/testns.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/components/script/dom/testns.rs b/components/script/dom/testns.rs index bd9f8a20127..96dcf37aad0 100644 --- a/components/script/dom/testns.rs +++ b/components/script/dom/testns.rs @@ -4,4 +4,5 @@ // check-tidy: no specs after this line +#[crown::unrooted_must_root_lint::must_root] pub(crate) struct TestNS(()); |