rustfix 0.4.6

Automatically apply the suggestions made by rustc
Documentation
language: rust
rust:
  - nightly
script:
  - cargo test --all
  - cargo test --all -- --ignored
notifications:
  email:
    on_success: never