-
Notifications
You must be signed in to change notification settings - Fork 341
Some Clippy lints #642
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
Merged
Merged
Some Clippy lints #642
Changes from 13 commits
Commits
Show all changes
38 commits
Select commit
Hold shift + click to select a range
e768f70
some initial clippy fixes
max-sixty cea9596
some clippy lints cleaned
max-sixty 82210d7
one more
max-sixty 0ed84b5
more lints
max-sixty 09e4edf
even more
max-sixty ac4eeb4
more lints
max-sixty c708968
all clippy lints solved or ignored
max-sixty 3090c36
test in travis
max-sixty 25d9978
revert from_iter changes
max-sixty 3abe7b4
add temporary allow to from_iter lint
max-sixty 802e40b
install clippy in travis
max-sixty e7b0069
only run clippy on nightly
max-sixty dd7933e
cloned rather than copied
max-sixty 0ed10c6
miscreant line
max-sixty 2d57530
collapse non-looping loop
max-sixty 296691e
Derive traits for Axis instead of manual impl
jturner314 1eab0dc
Remove manual impls of Send and Sync for IxDynImpl
jturner314 6c9b417
Implement Hash for IxDynRepr and IxDynImpl
jturner314 ce57d15
Derive Hash for Dim instead of manual impl
jturner314 0330b6d
Simplify remove_axis using copy_from_slice
jturner314 e6c9b56
Implement TrustedIterator for Cloned
jturner314 7dbef15
Clarify docs for TrustedIterator
jturner314 1e6a406
Reformat match in slice_collapse
jturner314 db01f63
Remove unnecessary .clone() call
jturner314 cc66f17
Reformat values of CORDER and FORDER
jturner314 27d6717
Merge pull request #1 from jturner314/clippy
max-sixty 5b6be99
explicit folds
max-sixty d99851c
more minor changes
max-sixty bd1a50d
replace notes with reference to @jturner314 comment
max-sixty 5b0bba0
more small tweaks
max-sixty 46a9c47
flup re len & empty
max-sixty e2d86aa
clippy on beta only since sometimes not available on nightly (e.g. to…
max-sixty bdf02f1
only attempt clippy install on beta
max-sixty 7321592
srlsy?
max-sixty 9bce28d
bash precedence
max-sixty c434ba5
Merge branch 'master' into clippy
max-sixty 11e0102
Merge branch 'master' into clippy
max-sixty b520564
set aside one lint for the moment
max-sixty File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.