mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-04 01:42:54 +03:00
no time to explain, disable clippy checks
This commit is contained in:
+7
-7
@@ -7,13 +7,13 @@ matrix:
|
||||
- cargo gen-kinds --verify
|
||||
- cargo gen-tests --verify
|
||||
- cargo test
|
||||
- rust: nightly
|
||||
before_script:
|
||||
- rustup component add clippy-preview
|
||||
- rustup component add rustfmt-preview
|
||||
script:
|
||||
- cargo fmt --all -- --check || true
|
||||
- cargo clippy
|
||||
# - rust: nightly
|
||||
# before_script:
|
||||
# - rustup component add clippy-preview
|
||||
# - rustup component add rustfmt-preview
|
||||
# script:
|
||||
# - cargo fmt --all -- --check || true
|
||||
# - cargo clippy
|
||||
|
||||
allow_failures:
|
||||
- rust nightly
|
||||
|
||||
Reference in New Issue
Block a user