Skip to content

chore: small v2 cleanup - #421

Merged
emilio merged 4 commits into
servo:v2from
alejandro-vaz:cleanup
Aug 21, 2026
Merged

chore: small v2 cleanup#421
emilio merged 4 commits into
servo:v2from
alejandro-vaz:cleanup

Conversation

@alejandro-vaz

@alejandro-vaz alejandro-vaz commented Aug 20, 2026

Copy link
Copy Markdown
Contributor

removed address-getting macro

replaced addr_of!(/*...*/) pointer getting inline functions to idiomatic &raw const /*...*/ syntax introduced in Rust 1.82.

This is compatible with our MSRV (1.83)

deprecated const

replaced the deprecated const std::usize::MAX in tests.rs to the associated const usize::MAX

it was stabilized in rust 1.43

@alejandro-vaz
alejandro-vaz marked this pull request as ready for review August 20, 2026 12:40
@alejandro-vaz

Copy link
Copy Markdown
Contributor Author

ready for review

@emilio
emilio added this pull request to the merge queue Aug 21, 2026
Merged via the queue into servo:v2 with commit 4644792 Aug 21, 2026
6 checks passed
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.

2 participants