From f7db4b7f8011239f01c3ba2e5e402c866fbe68fb Mon Sep 17 00:00:00 2001 From: Kunal Mohan Date: Sat, 18 Jan 2020 01:29:26 +0530 Subject: Modify `script` to prevent further violations of snake_case --- components/script/dom/bluetoothcharacteristicproperties.rs | 1 + 1 file changed, 1 insertion(+) (limited to 'components/script/dom/bluetoothcharacteristicproperties.rs') 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, -- cgit v1.2.3