Verified Commit 79471bd2 authored by Alexander's avatar Alexander
Browse files

use nightly with clippy

parent 16d583c6
Pipeline #227872 failed with stages
in 1 minute and 54 seconds
...@@ -80,7 +80,7 @@ clippy: ...@@ -80,7 +80,7 @@ clippy:
<<: *docker-env <<: *docker-env
<<: *common-refs <<: *common-refs
script: script:
- cargo clippy --all-targets - cargo +nightly clippy --all-targets
check-rustdoc-links: check-rustdoc-links:
stage: lint stage: lint
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment