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 unnecessary parens around types #750

Merged
merged 1 commit into from
Nov 11, 2019

Conversation

viniciusd
Copy link
Contributor

rust-lang/rust#64169 adds a compiler warning for parenthesis around simple types. It has already made its way into the beta channel.

Also, thoughts on adding -D warnings to the nightly channel build as well? Gotta confess it was weird when I saw it failing because of this reason on beta while it didn't on nightly

@viniciusd
Copy link
Contributor Author

viniciusd commented Nov 10, 2019

It is now failing because of unrelated issues.

I've got another branch addressing the needless_doctest_main issues.

The remaining ones are with regards missing Safety section in the docs, using clippy words, missing_safety_doc, which was added by rust-lang/rust-clippy#4608. Those aren't as straightforward for fixing as they require a per-case analysis in order to verify the safety pre-requisites.

@LukeMathWalker
Copy link
Member

I think we can start addressing these linting issues one by one.
I'll merge this 👍

@LukeMathWalker LukeMathWalker merged commit 3b9a8b6 into rust-ndarray:master Nov 11, 2019
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