mirror of
https://github.com/servo/servo.git
synced 2025-09-04 12:08:21 +01:00
script: Fix bluetooth module clippy lint position to be consistent (#38974)
As per discussion in #38900 Testing: None, minor refactor Signed-off-by: Ashwin Naren <arihant2math@gmail.com>
This commit is contained in:
parent
05695924ae
commit
57f25d0a8a
2 changed files with 1 additions and 1 deletions
|
@ -3,6 +3,7 @@
|
|||
* file, You can obtain one at https://mozilla.org/MPL/2.0/. */
|
||||
|
||||
pub(crate) use self::bluetooth::*;
|
||||
#[allow(clippy::module_inception, reason = "The interface name is Bluetooth")]
|
||||
pub(crate) mod bluetooth;
|
||||
pub(crate) mod bluetoothadvertisingevent;
|
||||
pub(crate) mod bluetoothcharacteristicproperties;
|
||||
|
|
|
@ -225,7 +225,6 @@ pub(crate) mod beforeunloadevent;
|
|||
pub(crate) mod bindings;
|
||||
pub(crate) mod blob;
|
||||
#[cfg(feature = "bluetooth")]
|
||||
#[allow(clippy::module_inception)]
|
||||
pub(crate) mod bluetooth;
|
||||
#[cfg(feature = "bluetooth")]
|
||||
pub(crate) use self::bluetooth::*;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue