Closed Horki closed 3 years ago
@Horki can you also update the .travis.yml and appveyor.yml files to add the line cargo test --features clippy after cargo test? This will make sure your changes run!
@mgattozzi Hi updated Travis, to build and test with clippy also
- cargo build --features clippy
- cargo test --features clippy
Awesome thanks @Horki sorry it took so long for me to review I appreciate the help 😄
@mgattozzi Hi, I have updated integrations tests for "clippy" feature, please check