Skip to content

Update generated sources #62

Update generated sources

Update generated sources #62

Workflow file for this run

on: [push, pull_request]
name: Clippy check
jobs:
clippy_check:
runs-on: ubuntu-20.04
env:
RUSTFLAGS: "-D warnings"
steps:
- uses: actions/checkout@v3
- uses: dtolnay/[email protected]
with:
target: thumbv6m-none-eabi
components: clippy
- run: >-
cargo clippy
--
-A clippy::explicit_auto_deref
-A clippy::unnecessary_cast
-D warnings