mirror of
https://github.com/rust-lang/rust-clippy
synced 2024-11-13 00:17:13 +00:00
8 lines
122 B
YAML
8 lines
122 B
YAML
language: rust
|
|
rust: nightly
|
|
sudo: false
|
|
|
|
script:
|
|
- python util/update_lints.py -c
|
|
- cargo test
|
|
- bash util/dogfood.sh
|