Skip to content
Prev Previous commit
Next Next commit
Allow clippy::extra-unused-lifetimes
  • Loading branch information
athei committed Aug 20, 2022
commit a9b5f22df5b12fffeac1d9dccdcabfb0ef35c8aa
2 changes: 1 addition & 1 deletion .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ test-new-project-template:
- cargo check --verbose
- cargo test --verbose --all
- cargo +nightly fmt --verbose --all -- --check
- cargo clippy --verbose --manifest-path Cargo.toml -- -D warnings -A clippy::let-unit-value;
- cargo clippy --verbose --manifest-path Cargo.toml -- -D warnings -A clippy::let-unit-value -A clippy::extra-unused-lifetimes
- rusty-cachier cache upload

# With the introduction of `ink_linting` in `build.rs` the installation process
Expand Down