1 Star 0 Fork 31

C-Band/Rust

forked from 编程语言算法集/Rust 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
.travis.yml 196 Bytes
一键复制 编辑 原始数据 按行查看 历史
Boyd Johnson 提交于 2021-01-24 10:47 . Fix clippy warnings (#113)
language: rust
before_script:
- rustup component add rustfmt-preview
- rustup component add clippy
script:
- cargo fmt --all -- --check
- cargo clippy --all -- -D warnings
- cargo test
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Rust
1
https://gitee.com/C-BAND/Rust.git
[email protected]:C-BAND/Rust.git
C-BAND
Rust
Rust
master

搜索帮助