Skip to content

Add signed field 2's complement explaination in example #12

Add signed field 2's complement explaination in example

Add signed field 2's complement explaination in example #12

Workflow file for this run

on:
push:
branches:
- main
pull_request:
branches:
- main
workflow_dispatch:
name: Clippy
env:
RUSTFLAGS: "-Dwarnings"
jobs:
clippy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: dtolnay/rust-toolchain@stable
with:
toolchain: nightly-2024-12-15
components: clippy
- run: cargo clippy --all-features --all-targets