diff options
Diffstat (limited to 'components/script/dom/bluetoothcharacteristicproperties.rs')
-rw-r--r-- | components/script/dom/bluetoothcharacteristicproperties.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/components/script/dom/bluetoothcharacteristicproperties.rs b/components/script/dom/bluetoothcharacteristicproperties.rs index ae66e7cdfda..10dc09b77da 100644 --- a/components/script/dom/bluetoothcharacteristicproperties.rs +++ b/components/script/dom/bluetoothcharacteristicproperties.rs @@ -24,6 +24,7 @@ pub struct BluetoothCharacteristicProperties { writable_auxiliaries: bool, } +#[allow(non_snake_case)] impl BluetoothCharacteristicProperties { pub fn new_inherited( broadcast: bool, |