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

Implemented Borrow and BorrowMut on fixed size matrices #937

Merged
merged 2 commits into from Jul 11, 2021

Conversation

jsmith628
Copy link
Contributor

I saw #216 and thought I'd just take five minutes and do it. I know it's kinda an old issue, so feel free to close this if the consensus there has changed.

Also, I saw that AsRef/AsMut/Borrow/BorrowMut isn't impl'd for Quaternion or Complex either. I could also go ahead and do those as well if no one can see a reason they shouldn't be.

@sebcrozet
Copy link
Member

Thank you for this PR! I think the CI is failing because you need to run cargo fmt.

@sebcrozet sebcrozet merged commit cce7d9e into dimforge:dev Jul 11, 2021
@sebcrozet
Copy link
Member

Thanks!

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.

None yet

2 participants