diff options
author | bors-servo <infra@servo.org> | 2023-03-28 05:48:18 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-03-28 05:48:18 +0200 |
commit | db50d1c60a96ec3552c6aa82c4a3ce6d04e3953a (patch) | |
tree | 86dc4d4b95d77f26bbab7ccccd6a7b737fd8f7b2 /python | |
parent | 11559eb8f8418c5d2fe9dc62aea1d92f6807bab2 (diff) | |
parent | 7fdf806874cbf30f235e98cd9cb28a34d0215eb0 (diff) | |
download | servo-db50d1c60a96ec3552c6aa82c4a3ce6d04e3953a.tar.gz servo-db50d1c60a96ec3552c6aa82c4a3ce6d04e3953a.zip |
Auto merge of #29546 - mrobinson:fix-build-warnings, r=jdm
Fix some build warnings
Change a use of `extern crate` to be simply `use`, which is what the compiler suggests. In addition, with the change, one of the uses is redundant. In addition, remove two unused `use` statements.
---
<!-- Thank you for contributing to Servo! Please replace each `[ ]` by `[X]` when the step is complete, and replace `___` with appropriate data: -->
- [x] `./mach build -d` does not report any errors
- [x] `./mach test-tidy` does not report any errors
- [x] These changes do not require tests because they fix some warnings.
<!-- Also, please make sure that "Allow edits from maintainers" checkbox is checked, so that we can help you if you get stuck somewhere along the way.-->
<!-- Pull requests that do not address these steps are welcome, but they will require additional verification as part of the review process. -->
Diffstat (limited to 'python')
0 files changed, 0 insertions, 0 deletions