Skip to content

fonts: Remove unused import of euclid::num::Zero in tests.#44635

Merged
jdm merged 1 commit into
servo:mainfrom
arabson99:issue-44611
Apr 30, 2026
Merged

fonts: Remove unused import of euclid::num::Zero in tests.#44635
jdm merged 1 commit into
servo:mainfrom
arabson99:issue-44611

Conversation

@arabson99

Copy link
Copy Markdown
Contributor

Remove unused import of euclid::num::Zero in components/fonts/tests/font.rs
that causes a compiler warning when building unit tests.

Testing: No tests needed for removing an unused import.
Fixes: #44611

Signed-off-by: arabson99 <arabiusman99@gmail.com>
@arabson99 arabson99 requested a review from nicoburns as a code owner April 30, 2026 14:28
@servo-highfive servo-highfive added the S-awaiting-review There is new code that needs to be reviewed. label Apr 30, 2026

@jdm jdm left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks!

@servo-highfive servo-highfive removed the S-awaiting-review There is new code that needs to be reviewed. label Apr 30, 2026
@jdm jdm added this pull request to the merge queue Apr 30, 2026
@servo-highfive servo-highfive added the S-awaiting-merge The PR is in the process of compiling and running tests on the automated CI. label Apr 30, 2026
Merged via the queue into servo:main with commit 515b697 Apr 30, 2026
33 checks passed
@servo-highfive servo-highfive removed the S-awaiting-merge The PR is in the process of compiling and running tests on the automated CI. label Apr 30, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

warning: unused import: euclid::num::Zero

3 participants