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

Remove lots of noise from function signatures #19

Merged
merged 2 commits into from
Oct 11, 2015

Conversation

theotherphil
Copy link
Contributor

Uncontroversial: removing unnecessary 'static bounds.
Controversial: VecBuffer type alias, which produces a compiler warning about bounds not being checked in type aliases. The warning is spurious in this case as using the Subpixel associated type in the right of the definition means the bound is actually checked (I checked this by creating my own trait with matching associated type names and the compiler rejected it).

theotherphil added a commit that referenced this pull request Oct 11, 2015
Remove lots of noise from function signatures
@theotherphil theotherphil merged commit 7763413 into image-rs:master Oct 11, 2015
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

1 participant