Home
last modified time | relevance | path

Searched +full:clippy +full:- +full:linting (Results 1 – 3 of 3) sorted by relevance

/external/rust/crates/oneshot-uniffi/.github/workflows/
Dstyle-sanity.yml1 name: Rust linting, formatting and audit
5 - .github/workflows/*.yml
6 - '**/*.rs'
7 - Cargo.toml
8 - Cargo.lock
11 clippy-linting:
12 runs-on: ubuntu-latest
14 - uses: actions/checkout@v3
16 - uses: actions-rs/toolchain@v1.0.6
19 components: clippy
[all …]
/external/rust/crates/which/.github/workflows/
Drust.yml10 runs-on: ubuntu-latest
12 - name: Setup | Checkout
15 - name: Setup | Rust
16 uses: actions-rs/toolchain@v1
23 - name: Build | Format
24 run: cargo fmt --all -- --check
26 # Run the `clippy` linting tool
27 clippy:
28 name: Clippy [Linter]
31 os: [ubuntu-latest, windows-latest, macos-latest]
[all …]
/external/rust/crates/nom/
DCHANGELOG.md9 ## 7.1.3 - 2023-01-15
13 - @Shadow53
17 - panic in `many` and `count` combinators when the output type is zero sized
19 ## 7.1.2 - 2023-01-01
23 - @joubs
24 - @Fyko
25 - @LoganDark
26 - @darnuria
27 - @jkugelman
28 - @barower
[all …]