You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* some initial clippy fixes
* some clippy lints cleaned
* one more
* more lints
* even more
* more lints
* all clippy lints solved or ignored
* test in travis
* revert from_iter changes
* add temporary allow to from_iter lint
* install clippy in travis
* only run clippy on nightly
* cloned rather than copied
* miscreant line
* collapse non-looping loop
* Derive traits for Axis instead of manual impl
The behavior should be identical.
* Remove manual impls of Send and Sync for IxDynImpl
`Send` and `Sync` are automatically implemented, so manual
implementations aren't necessary.
* Implement Hash for IxDynRepr and IxDynImpl
* Derive Hash for Dim instead of manual impl
This avoids any issues associated with deriving `PartialEq` but
manually implementing `Hash`.
* Simplify remove_axis using copy_from_slice
* Implement TrustedIterator for Cloned
* Clarify docs for TrustedIterator
* Reformat match in slice_collapse
* Remove unnecessary .clone() call
* Reformat values of CORDER and FORDER
* explicit folds
* more minor changes
* replace notes with reference to @jturner314 comment
* more small tweaks
* flup re len & empty
* clippy on beta only since sometimes not available on nightly (e.g. today)
* only attempt clippy install on beta
* srlsy?
* bash precedence
* set aside one lint for the moment
0 commit comments