Skip to content

Implement ZipableSource for arrays of parallel sources and bump MSRV … #202

Implement ZipableSource for arrays of parallel sources and bump MSRV …

Implement ZipableSource for arrays of parallel sources and bump MSRV … #202

Workflow file for this run

on: [push, pull_request]
name: Formatting on nightly toolchain
jobs:
format:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: dtolnay/rust-toolchain@nightly
with:
components: rustfmt
- name: Check formatting
run: cargo fmt --verbose -- --check --verbose