bheisler / RustaCUDA

Rusty wrapper for the CUDA Driver API
Apache License 2.0
765 stars 58 forks source link

Fix the Continuous Integration #46

Closed eisterman closed 4 years ago

eisterman commented 4 years ago

I've noticed that the CI have a problem with the command cargo clippy --all -- -D warnings (CLIPPY=yes). The problem as seen in https://travis-ci.org/bheisler/RustaCUDA/jobs/630513201#L349 was some warning arose from clippy:

So I've made this pull request to fix all this problem. The solutions used are:

PS: I have not opened an issue given the nature of the problem, strictly linked to the way in which continuous integration has been programmed.

eisterman commented 4 years ago

I've added a commit to fix some space artifact left by Visual Studio Code.

bheisler commented 4 years ago

Hi, thanks for the pull request! Unfortunately, your changes to mem::uninitialized will conflict with another PR that I just merged; would you mind reverting (or rebasing out) that change?

eisterman commented 4 years ago

Is this ok?

bheisler commented 4 years ago

Looks good to me. Thanks!