Skip to content

spi: remove write-only and read-only traits. #916

spi: remove write-only and read-only traits.

spi: remove write-only and read-only traits. #916

Workflow file for this run

on:
push:
branches: [ staging, trying, master ]
pull_request:
name: Code formatting check
jobs:
fmt:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: dtolnay/rust-toolchain@master
with:
toolchain: nightly
components: rustfmt
- run: cargo fmt --check