diff options
Diffstat (limited to 'components/script/dom/gamepadbuttonlist.rs')
-rw-r--r-- | components/script/dom/gamepadbuttonlist.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/components/script/dom/gamepadbuttonlist.rs b/components/script/dom/gamepadbuttonlist.rs index 07bf5118f51..e28e33e05a8 100644 --- a/components/script/dom/gamepadbuttonlist.rs +++ b/components/script/dom/gamepadbuttonlist.rs @@ -19,7 +19,7 @@ pub struct GamepadButtonList { // TODO: support gamepad discovery #[allow(dead_code)] impl GamepadButtonList { - #[allow(unrooted_must_root)] + #[allow(crown::unrooted_must_root)] fn new_inherited(list: &[&GamepadButton]) -> GamepadButtonList { GamepadButtonList { reflector_: Reflector::new(), |