Skip to content

chore: use std assert_matches macro - #1837

Open
Soundcreates wants to merge 2 commits into
linebender:mainfrom
Soundcreates:soundcreates/remove-assert-matches-dependency
Open

chore: use std assert_matches macro#1837
Soundcreates wants to merge 2 commits into
linebender:mainfrom
Soundcreates:soundcreates/remove-assert-matches-dependency

Conversation

@Soundcreates

Copy link
Copy Markdown

Fixes #1758.

Replace the external assert_matches dev-dependency with Rust's stabilized std::assert_matches! macro and remove the unused dependency declarations.

Tests: cargo test -p masonry_core -p masonry_testing -p masonry --no-default-features

@PoignardAzur

Copy link
Copy Markdown
Collaborator

Thanks for the PR!

Remember to push the updated Cargo.lock.

@Soundcreates

Soundcreates commented Aug 9, 2026

Copy link
Copy Markdown
Author

I updated and pushed the revised Cargo.lock in commit b5665a85.

@PoignardAzur

Copy link
Copy Markdown
Collaborator

Thanks.

This is effectively blocked on #1838.

@Soundcreates

Copy link
Copy Markdown
Author

Thanks.

This is effectively blocked on #1838.

Understood

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.

Stop importing assert_matches crate

2 participants