servo/third_party/blurmac/src
Michael Mc Donnell a27f2bb84d
Fix Rust-analyzer errors and warnings in blurmac (#37439)
I got 22 errors and 63 warnings when I opened the Servo project in
Visual Studio Code with the Rust-analyzer extension on Linux. The
`blurmac` package, which is vendored in the source tree, only needs to
be be compiled on macOS.

With this change I get zero errors and 2 unrelated warnings.

Testing: I don't have a mac and cannot test it there. I only tested it
building on Linux. I also did not test test the Bluetooth feature. I
think the change is pretty straightforward and unlikely to cause a major
regression.

Signed-off-by: Michael Mc Donnell <michael@mcdonnell.dk>
2025-06-14 06:08:07 +00:00
..
adapter.rs Update rustfmt to the 2024 style edition (#35764) 2025-03-03 11:26:53 +00:00
delegate.rs Update rustfmt to the 2024 style edition (#35764) 2025-03-03 11:26:53 +00:00
device.rs Update rustfmt to the 2024 style edition (#35764) 2025-03-03 11:26:53 +00:00
discovery_session.rs Integrate the devices respository (#30974) 2024-01-09 09:13:41 +00:00
framework.rs Update rustfmt to the 2024 style edition (#35764) 2025-03-03 11:26:53 +00:00
gatt_characteristic.rs Update rustfmt to the 2024 style edition (#35764) 2025-03-03 11:26:53 +00:00
gatt_descriptor.rs Integrate the devices respository (#30974) 2024-01-09 09:13:41 +00:00
gatt_service.rs Update rustfmt to the 2024 style edition (#35764) 2025-03-03 11:26:53 +00:00
lib.rs Fix Rust-analyzer errors and warnings in blurmac (#37439) 2025-06-14 06:08:07 +00:00
utils.rs Fix clippy warnings in components/third_party (#31623) 2024-03-12 17:17:23 +00:00