Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

tests for Mapping::eq_ignore_expr #344

Open
github-actions bot opened this issue May 5, 2024 · 0 comments
Open

tests for Mapping::eq_ignore_expr #344

github-actions bot opened this issue May 5, 2024 · 0 comments
Assignees
Labels

Comments

@github-actions
Copy link
Contributor

github-actions bot commented May 5, 2024

tests for Mapping::eq_ignore_expr

// TODO: tests for `Mapping::eq_ignore_expr`

Source of this issue
}

impl Mapping<'_, '_> {
	// TODO: tests for `Mapping::eq_ignore_expr`
	pub fn eq_ignore_expr(&self, other: &Self) -> bool {
		match (self, other) {
			(Mapping::AsIs(a, _), Mapping::AsIs(b, _)) | (Mapping::Into(a, _), Mapping::Into(b, _)) => a.eq(b),
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
Status: No status
Development

No branches or pull requests

1 participant