Use clippy instead of clippy-preview
This commit is contained in:
parent
b1dd7b729f
commit
9fc9ea5c60
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@ sudo: false
|
|||
before_script:
|
||||
- |
|
||||
RUN_CLIPPY=true
|
||||
rustup component add clippy-preview --toolchain=nightly || RUN_CLIPPY=false
|
||||
rustup component add clippy --toolchain=nightly || RUN_CLIPPY=false
|
||||
|
||||
script:
|
||||
- (cd maud && cargo build --features="iron")
|
||||
|
|
Loading…
Add table
Reference in a new issue